Shades of Anzac #CE9C42
Tints of Anzac #CE9C42
RGB
CMYK
RGB Variations
Color information
#CE9C42 (or 0xCE9C42) is known color: Anzac. HEX triplet: CE, 9C and 42. RGB value is (206,156,66). Sum of RGB (Red+Green+Blue) = 206+156+66=428 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.13% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 66 (26.17% from 255 or 15.42% from 428); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C42 is #3163BD. Grayscale: #A1A1A1. Windows color (decimal): -3236798 or 4365518. OLE color: 4365518.
HSL color Cylindrical-coordinate representation of color #CE9C42: hue angle of 38.57º 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 #CE9C42 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 66 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.19 |
| HSL | 38.57º | 0.59% | 0.53% | - |
| HSV(B) | 38.57º | 0.68% | 0.81% | - |
| XYZ | 38.33 | 37.29 | 10.33 | - |
| YUV | 160.69 | 74.57 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 66 | 0 | 0.24 | 0.68 | 0.19 | 38.57 | 0.59 | 0.53 |
| Hex | CE | 9C | 42 | 0 | 18 | 44 | 13 | 27 | 3B | 35 |
| Octal | 316 | 234 | 102 | 0 | 30 | 104 | 23 | 47 | 73 | 65 |
| Binary | 11001110 | 10011100 | 1000010 | 0 | 11000 | 1000100 | 10011 | 100111 | 111011 | 110101 |
Color Harmonies of #CE9C42
Complementary color
Monochromatic Colors of #CE9C42
Black with #CE9C42
Text Example
Text Example
White with #CE9C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C42; }
p { color: rgb(206,156,66); }
H1.HeaderClassName
{
color: #CE9C42;
}
.AnyTagClassName
{
color: #CE9C42;
}
</style>
background-color css
<style>
a { background-color: #CE9C42; }
a { background-color: rgb(206,156,66); }
div.DivClassName
{
background-color: #CE9C42;
}
.BgClassName
{
background-color: #CE9C42;
}
</style>
border-color css
<style>
span { border-color: #CE9C42; }
span { border-color: rgb(206,156,66); }
td.TdClassName
{
border-color: #CE9C42;
}
.TagClassName
{
border-color: #CE9C42;
}
</style>