Shades of Anzac #CE9A42
Tints of Anzac #CE9A42
RGB
CMYK
RGB Variations
Color information
#CE9A42 (or 0xCE9A42) is known color: Anzac. HEX triplet: CE, 9A and 42. RGB value is (206,154,66). Sum of RGB (Red+Green+Blue) = 206+154+66=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 66 (26.17% from 255 or 15.49% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9A42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9A42 is #3165BD. Grayscale: #9F9F9F. Windows color (decimal): -3237310 or 4365006. OLE color: 4365006.
HSL color Cylindrical-coordinate representation of color #CE9A42: hue angle of 37.71º 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 #CE9A42 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 154 | 66 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.19 |
| HSL | 37.71º | 0.59% | 0.53% | - |
| HSV(B) | 37.71º | 0.68% | 0.81% | - |
| XYZ | 37.99 | 36.63 | 10.22 | - |
| YUV | 159.52 | 75.23 | 161.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 154 | 66 | 0 | 0.25 | 0.68 | 0.19 | 37.71 | 0.59 | 0.53 |
| Hex | CE | 9A | 42 | 0 | 19 | 44 | 13 | 26 | 3B | 35 |
| Octal | 316 | 232 | 102 | 0 | 31 | 104 | 23 | 46 | 73 | 65 |
| Binary | 11001110 | 10011010 | 1000010 | 0 | 11001 | 1000100 | 10011 | 100110 | 111011 | 110101 |
Color Harmonies of #CE9A42
Complementary color
Monochromatic Colors of #CE9A42
Black with #CE9A42
Text Example
Text Example
White with #CE9A42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9A42; }
p { color: rgb(206,154,66); }
H1.HeaderClassName
{
color: #CE9A42;
}
.AnyTagClassName
{
color: #CE9A42;
}
</style>
background-color css
<style>
a { background-color: #CE9A42; }
a { background-color: rgb(206,154,66); }
div.DivClassName
{
background-color: #CE9A42;
}
.BgClassName
{
background-color: #CE9A42;
}
</style>
border-color css
<style>
span { border-color: #CE9A42; }
span { border-color: rgb(206,154,66); }
td.TdClassName
{
border-color: #CE9A42;
}
.TagClassName
{
border-color: #CE9A42;
}
</style>