Shades of Anzac #CC9C41
Tints of Anzac #CC9C41
RGB
CMYK
RGB Variations
Color information
#CC9C41 (or 0xCC9C41) is known color: Anzac. HEX triplet: CC, 9C and 41. RGB value is (204,156,65). Sum of RGB (Red+Green+Blue) = 204+156+65=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 65 (25.78% from 255 or 15.29% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9C41 is #3363BE. Grayscale: #A0A0A0. Windows color (decimal): -3367871 or 4299980. OLE color: 4299980.
HSL color Cylindrical-coordinate representation of color #CC9C41: hue angle of 39.28º 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 #CC9C41 is Cyan = 0, Magento = 0.24, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 65 | - |
| CMYK | 0 | 0.24 | 0.68 | 0.2 |
| HSL | 39.28º | 0.58% | 0.53% | - |
| HSV(B) | 39.28º | 0.68% | 0.8% | - |
| XYZ | 37.74 | 37 | 10.15 | - |
| YUV | 159.98 | 74.4 | 159.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 65 | 0 | 0.24 | 0.68 | 0.2 | 39.28 | 0.58 | 0.53 |
| Hex | CC | 9C | 41 | 0 | 18 | 44 | 14 | 27 | 3A | 35 |
| Octal | 314 | 234 | 101 | 0 | 30 | 104 | 24 | 47 | 72 | 65 |
| Binary | 11001100 | 10011100 | 1000001 | 0 | 11000 | 1000100 | 10100 | 100111 | 111010 | 110101 |
Color Harmonies of #CC9C41
Complementary color
Monochromatic Colors of #CC9C41
Black with #CC9C41
Text Example
Text Example
White with #CC9C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C41; }
p { color: rgb(204,156,65); }
H1.HeaderClassName
{
color: #CC9C41;
}
.AnyTagClassName
{
color: #CC9C41;
}
</style>
background-color css
<style>
a { background-color: #CC9C41; }
a { background-color: rgb(204,156,65); }
div.DivClassName
{
background-color: #CC9C41;
}
.BgClassName
{
background-color: #CC9C41;
}
</style>
border-color css
<style>
span { border-color: #CC9C41; }
span { border-color: rgb(204,156,65); }
td.TdClassName
{
border-color: #CC9C41;
}
.TagClassName
{
border-color: #CC9C41;
}
</style>