What is the name of the reddish color used in LaTeX beamer CambridgeUS theme?
I would like to use this color in my table using \cellcolor command in colortbl package.
What is the name of the reddish color used in LaTeX beamer CambridgeUS theme?
I would like to use this color in my table using \cellcolor command in colortbl package.
From CTAN you can find the source of CambridgeUS beamer theme, where there is:
\usecolortheme{beaver}
In the same site of the source you can find the beamer color theme beaver, where there is:
\definecolor{darkred}{rgb}{0.8,0,0}
I think that's what are you looking for.
You can determine a color in a tex document (or, for that matter, a pdf or any kind of document) more generally, and use it in your own document by doing the following:
KDE environment, use KColorChooser for instance,html code (for instance, #A30000),xcolor in your preamble,\definecolor{myColor}{HTML}{A30000}, cf. this post.