0
votes
0answers
125 views

List of print safe colors - RGB hex colors safely translated to CMYK?

I'm looking for a list of colors that I can safely use as RGB hex in HTML/CSS to be sure that the colors don't ge distortedt. Is such a list even possible? The web page where the colors would be used ...
0
votes
2answers
637 views

CMYK overprinting (colour-separated PDF output) with Reportlab

is it possible to use CMYK overprinting without using the CMYKColorSep class, which always generates a new seperate color in the printer settings, i just want to use overprinting with the standard 4 ...