Shades of Anzac #CC9141
Tints of Anzac #CC9141
RGB
CMYK
RGB Variations
Color information
#CC9141 (or 0xCC9141) is known color: Anzac. HEX triplet: CC, 91 and 41. RGB value is (204,145,65). Sum of RGB (Red+Green+Blue) = 204+145+65=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 145 (57.03% from 255 or 35.02% from 414); Blue value is 65 (25.78% from 255 or 15.70% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9141 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9141 is #336EBE. Grayscale: #999999. Windows color (decimal): -3370687 or 4297164. OLE color: 4297164.
HSL color Cylindrical-coordinate representation of color #CC9141: hue angle of 34.53º 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 #CC9141 is Cyan = 0, Magento = 0.29, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 145 | 65 | - |
| CMYK | 0 | 0.29 | 0.68 | 0.2 |
| HSL | 34.53º | 0.58% | 0.53% | - |
| HSV(B) | 34.53º | 0.68% | 0.8% | - |
| XYZ | 35.98 | 33.47 | 9.56 | - |
| YUV | 153.52 | 78.05 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 145 | 65 | 0 | 0.29 | 0.68 | 0.2 | 34.53 | 0.58 | 0.53 |
| Hex | CC | 91 | 41 | 0 | 1D | 44 | 14 | 23 | 3A | 35 |
| Octal | 314 | 221 | 101 | 0 | 35 | 104 | 24 | 43 | 72 | 65 |
| Binary | 11001100 | 10010001 | 1000001 | 0 | 11101 | 1000100 | 10100 | 100011 | 111010 | 110101 |
Color Harmonies of #CC9141
Complementary color
Monochromatic Colors of #CC9141
Black with #CC9141
Text Example
Text Example
White with #CC9141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9141; }
p { color: rgb(204,145,65); }
H1.HeaderClassName
{
color: #CC9141;
}
.AnyTagClassName
{
color: #CC9141;
}
</style>
background-color css
<style>
a { background-color: #CC9141; }
a { background-color: rgb(204,145,65); }
div.DivClassName
{
background-color: #CC9141;
}
.BgClassName
{
background-color: #CC9141;
}
</style>
border-color css
<style>
span { border-color: #CC9141; }
span { border-color: rgb(204,145,65); }
td.TdClassName
{
border-color: #CC9141;
}
.TagClassName
{
border-color: #CC9141;
}
</style>