Shades of Anzac #CC9841
Tints of Anzac #CC9841
RGB
CMYK
RGB Variations
Color information
#CC9841 (or 0xCC9841) is known color: Anzac. HEX triplet: CC, 98 and 41. RGB value is (204,152,65). Sum of RGB (Red+Green+Blue) = 204+152+65=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 152 (59.77% from 255 or 36.10% from 421); Blue value is 65 (25.78% from 255 or 15.44% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9841 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9841 is #3367BE. Grayscale: #9E9E9E. Windows color (decimal): -3368895 or 4298956. OLE color: 4298956.
HSL color Cylindrical-coordinate representation of color #CC9841: hue angle of 37.55º 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 #CC9841 is Cyan = 0, Magento = 0.25, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 65 | - |
| CMYK | 0 | 0.25 | 0.68 | 0.2 |
| HSL | 37.55º | 0.58% | 0.53% | - |
| HSV(B) | 37.55º | 0.68% | 0.8% | - |
| XYZ | 37.08 | 35.68 | 9.93 | - |
| YUV | 157.63 | 75.73 | 161.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 65 | 0 | 0.25 | 0.68 | 0.2 | 37.55 | 0.58 | 0.53 |
| Hex | CC | 98 | 41 | 0 | 19 | 44 | 14 | 26 | 3A | 35 |
| Octal | 314 | 230 | 101 | 0 | 31 | 104 | 24 | 46 | 72 | 65 |
| Binary | 11001100 | 10011000 | 1000001 | 0 | 11001 | 1000100 | 10100 | 100110 | 111010 | 110101 |
Color Harmonies of #CC9841
Complementary color
Monochromatic Colors of #CC9841
Black with #CC9841
Text Example
Text Example
White with #CC9841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9841; }
p { color: rgb(204,152,65); }
H1.HeaderClassName
{
color: #CC9841;
}
.AnyTagClassName
{
color: #CC9841;
}
</style>
background-color css
<style>
a { background-color: #CC9841; }
a { background-color: rgb(204,152,65); }
div.DivClassName
{
background-color: #CC9841;
}
.BgClassName
{
background-color: #CC9841;
}
</style>
border-color css
<style>
span { border-color: #CC9841; }
span { border-color: rgb(204,152,65); }
td.TdClassName
{
border-color: #CC9841;
}
.TagClassName
{
border-color: #CC9841;
}
</style>