Shades of Anzac #CE9E42
Tints of Anzac #CE9E42
RGB
CMYK
RGB Variations
Color information
#CE9E42 (or 0xCE9E42) is known color: Anzac. HEX triplet: CE, 9E and 42. RGB value is (206,158,66). Sum of RGB (Red+Green+Blue) = 206+158+66=430 (56% of max value = 765). Red value is 206 (80.86% from 255 or 47.91% from 430); Green value is 158 (62.11% from 255 or 36.74% from 430); Blue value is 66 (26.17% from 255 or 15.35% from 430); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9E42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9E42 is #3161BD. Grayscale: #A2A2A2. Windows color (decimal): -3236286 or 4366030. OLE color: 4366030.
HSL color Cylindrical-coordinate representation of color #CE9E42: hue angle of 39.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE9E42 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 158 | 66 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.19 |
| HSL | 39.43º | 0.59% | 0.53% | - |
| HSV(B) | 39.43º | 0.68% | 0.81% | - |
| XYZ | 38.66 | 37.97 | 10.45 | - |
| YUV | 161.86 | 73.9 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 158 | 66 | 0 | 0.23 | 0.68 | 0.19 | 39.43 | 0.59 | 0.53 |
| Hex | CE | 9E | 42 | 0 | 17 | 44 | 13 | 27 | 3B | 35 |
| Octal | 316 | 236 | 102 | 0 | 27 | 104 | 23 | 47 | 73 | 65 |
| Binary | 11001110 | 10011110 | 1000010 | 0 | 10111 | 1000100 | 10011 | 100111 | 111011 | 110101 |
Color Harmonies of #CE9E42
Complementary color
Monochromatic Colors of #CE9E42
Black with #CE9E42
Text Example
Text Example
White with #CE9E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9E42; }
p { color: rgb(206,158,66); }
H1.HeaderClassName
{
color: #CE9E42;
}
.AnyTagClassName
{
color: #CE9E42;
}
</style>
background-color css
<style>
a { background-color: #CE9E42; }
a { background-color: rgb(206,158,66); }
div.DivClassName
{
background-color: #CE9E42;
}
.BgClassName
{
background-color: #CE9E42;
}
</style>
border-color css
<style>
span { border-color: #CE9E42; }
span { border-color: rgb(206,158,66); }
td.TdClassName
{
border-color: #CE9E42;
}
.TagClassName
{
border-color: #CE9E42;
}
</style>