Shades of Anzac #CC9E41
Tints of Anzac #CC9E41
RGB
CMYK
RGB Variations
Color information
#CC9E41 (or 0xCC9E41) is known color: Anzac. HEX triplet: CC, 9E and 41. RGB value is (204,158,65). Sum of RGB (Red+Green+Blue) = 204+158+65=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 158 (62.11% from 255 or 37.00% from 427); Blue value is 65 (25.78% from 255 or 15.22% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9E41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9E41 is #3361BE. Grayscale: #A1A1A1. Windows color (decimal): -3367359 or 4300492. OLE color: 4300492.
HSL color Cylindrical-coordinate representation of color #CC9E41: hue angle of 40.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC9E41 is Cyan = 0, Magento = 0.23, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 158 | 65 | - |
| CMYK | 0 | 0.23 | 0.68 | 0.2 |
| HSL | 40.14º | 0.58% | 0.53% | - |
| HSV(B) | 40.14º | 0.68% | 0.8% | - |
| XYZ | 38.08 | 37.67 | 10.27 | - |
| YUV | 161.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 158 | 65 | 0 | 0.23 | 0.68 | 0.2 | 40.14 | 0.58 | 0.53 |
| Hex | CC | 9E | 41 | 0 | 17 | 44 | 14 | 28 | 3A | 35 |
| Octal | 314 | 236 | 101 | 0 | 27 | 104 | 24 | 50 | 72 | 65 |
| Binary | 11001100 | 10011110 | 1000001 | 0 | 10111 | 1000100 | 10100 | 101000 | 111010 | 110101 |
Color Harmonies of #CC9E41
Complementary color
Monochromatic Colors of #CC9E41
Black with #CC9E41
Text Example
Text Example
White with #CC9E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9E41; }
p { color: rgb(204,158,65); }
H1.HeaderClassName
{
color: #CC9E41;
}
.AnyTagClassName
{
color: #CC9E41;
}
</style>
background-color css
<style>
a { background-color: #CC9E41; }
a { background-color: rgb(204,158,65); }
div.DivClassName
{
background-color: #CC9E41;
}
.BgClassName
{
background-color: #CC9E41;
}
</style>
border-color css
<style>
span { border-color: #CC9E41; }
span { border-color: rgb(204,158,65); }
td.TdClassName
{
border-color: #CC9E41;
}
.TagClassName
{
border-color: #CC9E41;
}
</style>