I have a need to match colors in the originaly raster EPS graphics and background color. Relevant parts of the code:
\usepackage[dvipsnames,prologue,table]{pstricks}
\usepackage{pst-text}
\usepackage{graphicx}
...
\newsavebox\LBox
\sbox\LBox{\includegraphics[height=9.23mm]{logo.eps}} % raster
\newcmykcolor{reddish}{.0 .7 0.89 .16}
The end result is a PDF (through dvi, ps).
Also tried using same RBG in both eps and LaTeX markup. It even prints fine on my own color printer, but not elsewhere. Fortunately, there is no need to have exact color, just match EPSs background with the rest of the layout background.
Update:
The question is, how do I specify the same color by newcmykcolor (or newrgbcolor) and the color of png (which I convert then to eps)? I am using GIMP. GIMP has CMYK specification, but it is not in .0 .7 0.89 .16 mode, but rather 0-100 range.
I have tried to use the same RGB colors (in LaTeX and png/eps), for example, and it works for some printers.
In any case, does this require use of color profiles or how to get naive approach to work (I do not need exact color, just same).
reddishthrough trial-and-error, but you want a more sounds way of finding them? – Werner Feb 25 '12 at 7:10