11. How Do I Set Colors in CSS?

In CSS you can specify colors in the following ways:

How do I set CMYK colors? Besides "rgb" PDFreactor also supports the non-standard function "cmyk". It takes the 4 CMYK component values as parameters in decimal or percent notation, e.g. "cmyk(0,0,255,0)" or "cmyk(0%,0%,100%,0%)" for perfect yellow.