Shades of Anzac #CC9843
Tints of Anzac #CC9843
RGB
CMYK
RGB Variations
Color information
#CC9843 (or 0xCC9843) is known color: Anzac. HEX triplet: CC, 98 and 43. RGB value is (204,152,67). Sum of RGB (Red+Green+Blue) = 204+152+67=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 152 (59.77% from 255 or 35.93% from 423); Blue value is 67 (26.56% from 255 or 15.84% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9843 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9843 is #3367BC. Grayscale: #9E9E9E. Windows color (decimal): -3368893 or 4430028. OLE color: 4430028.
HSL color Cylindrical-coordinate representation of color #CC9843: hue angle of 37.23º 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 #CC9843 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 67 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.2 |
| HSL | 37.23º | 0.57% | 0.53% | - |
| HSV(B) | 37.23º | 0.67% | 0.8% | - |
| XYZ | 37.14 | 35.7 | 10.24 | - |
| YUV | 157.86 | 76.73 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 67 | 0 | 0.25 | 0.67 | 0.2 | 37.23 | 0.57 | 0.53 |
| Hex | CC | 98 | 43 | 0 | 19 | 43 | 14 | 25 | 39 | 35 |
| Octal | 314 | 230 | 103 | 0 | 31 | 103 | 24 | 45 | 71 | 65 |
| Binary | 11001100 | 10011000 | 1000011 | 0 | 11001 | 1000011 | 10100 | 100101 | 111001 | 110101 |
Color Harmonies of #CC9843
Complementary color
Monochromatic Colors of #CC9843
Black with #CC9843
Text Example
Text Example
White with #CC9843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9843; }
p { color: rgb(204,152,67); }
H1.HeaderClassName
{
color: #CC9843;
}
.AnyTagClassName
{
color: #CC9843;
}
</style>
background-color css
<style>
a { background-color: #CC9843; }
a { background-color: rgb(204,152,67); }
div.DivClassName
{
background-color: #CC9843;
}
.BgClassName
{
background-color: #CC9843;
}
</style>
border-color css
<style>
span { border-color: #CC9843; }
span { border-color: rgb(204,152,67); }
td.TdClassName
{
border-color: #CC9843;
}
.TagClassName
{
border-color: #CC9843;
}
</style>