Shades of Anzac #CE9C40
Tints of Anzac #CE9C40
RGB
CMYK
RGB Variations
Color information
#CE9C40 (or 0xCE9C40) is known color: Anzac. HEX triplet: CE, 9C and 40. RGB value is (206,156,64). Sum of RGB (Red+Green+Blue) = 206+156+64=426 (56% of max value = 765). Red value is 206 (80.86% from 255 or 48.36% from 426); Green value is 156 (61.33% from 255 or 36.62% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9C40 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9C40 is #3163BF. Grayscale: #A0A0A0. Windows color (decimal): -3236800 or 4234446. OLE color: 4234446.
HSL color Cylindrical-coordinate representation of color #CE9C40: hue angle of 38.87º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE9C40 is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 156 | 64 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.19 |
| HSL | 38.87º | 0.59% | 0.53% | - |
| HSV(B) | 38.87º | 0.69% | 0.81% | - |
| XYZ | 38.27 | 37.27 | 10.03 | - |
| YUV | 160.46 | 73.57 | 160.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 156 | 64 | 0 | 0.24 | 0.69 | 0.19 | 38.87 | 0.59 | 0.53 |
| Hex | CE | 9C | 40 | 0 | 18 | 45 | 13 | 27 | 3B | 35 |
| Octal | 316 | 234 | 100 | 0 | 30 | 105 | 23 | 47 | 73 | 65 |
| Binary | 11001110 | 10011100 | 1000000 | 0 | 11000 | 1000101 | 10011 | 100111 | 111011 | 110101 |
Color Harmonies of #CE9C40
Complementary color
Monochromatic Colors of #CE9C40
Black with #CE9C40
Text Example
Text Example
White with #CE9C40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9C40; }
p { color: rgb(206,156,64); }
H1.HeaderClassName
{
color: #CE9C40;
}
.AnyTagClassName
{
color: #CE9C40;
}
</style>
background-color css
<style>
a { background-color: #CE9C40; }
a { background-color: rgb(206,156,64); }
div.DivClassName
{
background-color: #CE9C40;
}
.BgClassName
{
background-color: #CE9C40;
}
</style>
border-color css
<style>
span { border-color: #CE9C40; }
span { border-color: rgb(206,156,64); }
td.TdClassName
{
border-color: #CE9C40;
}
.TagClassName
{
border-color: #CE9C40;
}
</style>