Shades of Anzac #CE9A47
Tints of Anzac #CE9A47
RGB
CMYK
RGB Variations
Color information
#CE9A47 (or 0xCE9A47) is known color: Anzac. HEX triplet: CE, 9A and 47. RGB value is (206,154,71). Sum of RGB (Red+Green+Blue) = 206+154+71=431 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.80% from 431); Green value is 154 (60.55% from 255 or 35.73% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A47 is #3165B8. Grayscale: #A0A0A0. Windows color (decimal): -3237305 or 4692686. OLE color: 4692686.
HSL color Cylindrical-coordinate representation of color #CE9A47: hue angle of 36.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE9A47 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 71 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.19 |
| HSL | 36.89º | 0.58% | 0.54% | - |
| HSV(B) | 36.89º | 0.66% | 0.81% | - |
| XYZ | 38.15 | 36.69 | 11.03 | - |
| YUV | 160.09 | 77.73 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 71 | 0 | 0.25 | 0.66 | 0.19 | 36.89 | 0.58 | 0.54 |
| Hex | CE | 9A | 47 | 0 | 19 | 42 | 13 | 25 | 3A | 36 |
| Octal | 316 | 232 | 107 | 0 | 31 | 102 | 23 | 45 | 72 | 66 |
| Binary | 11001110 | 10011010 | 1000111 | 0 | 11001 | 1000010 | 10011 | 100101 | 111010 | 110110 |
Color Harmonies of #CE9A47
Complementary color
Monochromatic Colors of #CE9A47
Black with #CE9A47
Text Example
Text Example
White with #CE9A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A47; }
p { color: rgb(206,154,71); }
H1.HeaderClassName
{
color: #CE9A47;
}
.AnyTagClassName
{
color: #CE9A47;
}
</style>
background-color css
<style>
a { background-color: #CE9A47; }
a { background-color: rgb(206,154,71); }
div.DivClassName
{
background-color: #CE9A47;
}
.BgClassName
{
background-color: #CE9A47;
}
</style>
border-color css
<style>
span { border-color: #CE9A47; }
span { border-color: rgb(206,154,71); }
td.TdClassName
{
border-color: #CE9A47;
}
.TagClassName
{
border-color: #CE9A47;
}
</style>