Shades of Anzac #CC9043
Tints of Anzac #CC9043
RGB
CMYK
RGB Variations
Color information
#CC9043 (or 0xCC9043) is known color: Anzac. HEX triplet: CC, 90 and 43. RGB value is (204,144,67). Sum of RGB (Red+Green+Blue) = 204+144+67=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 144 (56.64% from 255 or 34.70% from 415); Blue value is 67 (26.56% from 255 or 16.14% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9043 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9043 is #336FBC. Grayscale: #999999. Windows color (decimal): -3370941 or 4427980. OLE color: 4427980.
HSL color Cylindrical-coordinate representation of color #CC9043: hue angle of 33.72º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC9043 is Cyan = 0, Magento = 0.29, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 67 | - |
| CMYK | 0 | 0.29 | 0.67 | 0.2 |
| HSL | 33.72º | 0.57% | 0.53% | - |
| HSV(B) | 33.72º | 0.67% | 0.8% | - |
| XYZ | 35.89 | 33.19 | 9.82 | - |
| YUV | 153.16 | 79.38 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 67 | 0 | 0.29 | 0.67 | 0.2 | 33.72 | 0.57 | 0.53 |
| Hex | CC | 90 | 43 | 0 | 1D | 43 | 14 | 22 | 39 | 35 |
| Octal | 314 | 220 | 103 | 0 | 35 | 103 | 24 | 42 | 71 | 65 |
| Binary | 11001100 | 10010000 | 1000011 | 0 | 11101 | 1000011 | 10100 | 100010 | 111001 | 110101 |
Color Harmonies of #CC9043
Complementary color
Monochromatic Colors of #CC9043
Black with #CC9043
Text Example
Text Example
White with #CC9043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9043; }
p { color: rgb(204,144,67); }
H1.HeaderClassName
{
color: #CC9043;
}
.AnyTagClassName
{
color: #CC9043;
}
</style>
background-color css
<style>
a { background-color: #CC9043; }
a { background-color: rgb(204,144,67); }
div.DivClassName
{
background-color: #CC9043;
}
.BgClassName
{
background-color: #CC9043;
}
</style>
border-color css
<style>
span { border-color: #CC9043; }
span { border-color: rgb(204,144,67); }
td.TdClassName
{
border-color: #CC9043;
}
.TagClassName
{
border-color: #CC9043;
}
</style>