Shades of Anzac #CC9140
Tints of Anzac #CC9140
RGB
CMYK
RGB Variations
Color information
#CC9140 (or 0xCC9140) is known color: Anzac. HEX triplet: CC, 91 and 40. RGB value is (204,145,64). Sum of RGB (Red+Green+Blue) = 204+145+64=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 145 (57.03% from 255 or 35.11% from 413); Blue value is 64 (25.39% from 255 or 15.50% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9140 is #336EBF. Grayscale: #999999. Windows color (decimal): -3370688 or 4231628. OLE color: 4231628.
HSL color Cylindrical-coordinate representation of color #CC9140: hue angle of 34.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC9140 is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 64 | - |
| CMYK | 0 | 0.29 | 0.69 | 0.2 |
| HSL | 34.71º | 0.58% | 0.53% | - |
| HSV(B) | 34.71º | 0.69% | 0.8% | - |
| XYZ | 35.95 | 33.46 | 9.41 | - |
| YUV | 153.41 | 77.55 | 164.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 64 | 0 | 0.29 | 0.69 | 0.2 | 34.71 | 0.58 | 0.53 |
| Hex | CC | 91 | 40 | 0 | 1D | 45 | 14 | 23 | 3A | 35 |
| Octal | 314 | 221 | 100 | 0 | 35 | 105 | 24 | 43 | 72 | 65 |
| Binary | 11001100 | 10010001 | 1000000 | 0 | 11101 | 1000101 | 10100 | 100011 | 111010 | 110101 |
Color Harmonies of #CC9140
Complementary color
Monochromatic Colors of #CC9140
Black with #CC9140
Text Example
Text Example
White with #CC9140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9140; }
p { color: rgb(204,145,64); }
H1.HeaderClassName
{
color: #CC9140;
}
.AnyTagClassName
{
color: #CC9140;
}
</style>
background-color css
<style>
a { background-color: #CC9140; }
a { background-color: rgb(204,145,64); }
div.DivClassName
{
background-color: #CC9140;
}
.BgClassName
{
background-color: #CC9140;
}
</style>
border-color css
<style>
span { border-color: #CC9140; }
span { border-color: rgb(204,145,64); }
td.TdClassName
{
border-color: #CC9140;
}
.TagClassName
{
border-color: #CC9140;
}
</style>