Here is the link to the webpage.
http://www.december.com/html/spec/colorcodes.html
So you can look up the percent code of CMYK or RGB in this webpage and define the color in TeX as the followings:
1. Call the package color
\usepackage{color}
2. Define the RGB color
\definecolor{brown}{RGB}{128,42,42}
or
\definecolor{brown}{cmyk}{0,0.67,0.67,0.50}
No comments:
Post a Comment