Shades of Anzac #CC9644
Tints of Anzac #CC9644
RGB
CMYK
RGB Variations
Color information
#CC9644 (or 0xCC9644) is known color: Anzac. HEX triplet: CC, 96 and 44. RGB value is (204,150,68). Sum of RGB (Red+Green+Blue) = 204+150+68=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 150 (58.98% from 255 or 35.55% from 422); Blue value is 68 (26.95% from 255 or 16.11% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9644 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9644 is #3369BB. Grayscale: #9D9D9D. Windows color (decimal): -3369404 or 4495052. OLE color: 4495052.
HSL color Cylindrical-coordinate representation of color #CC9644: hue angle of 36.18º 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 #CC9644 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 68 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.2 |
| HSL | 36.18º | 0.57% | 0.53% | - |
| HSV(B) | 36.18º | 0.67% | 0.8% | - |
| XYZ | 36.85 | 35.07 | 10.3 | - |
| YUV | 156.8 | 77.89 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 68 | 0 | 0.26 | 0.67 | 0.2 | 36.18 | 0.57 | 0.53 |
| Hex | CC | 96 | 44 | 0 | 1A | 43 | 14 | 24 | 39 | 35 |
| Octal | 314 | 226 | 104 | 0 | 32 | 103 | 24 | 44 | 71 | 65 |
| Binary | 11001100 | 10010110 | 1000100 | 0 | 11010 | 1000011 | 10100 | 100100 | 111001 | 110101 |
Color Harmonies of #CC9644
Complementary color
Monochromatic Colors of #CC9644
Black with #CC9644
Text Example
Text Example
White with #CC9644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9644; }
p { color: rgb(204,150,68); }
H1.HeaderClassName
{
color: #CC9644;
}
.AnyTagClassName
{
color: #CC9644;
}
</style>
background-color css
<style>
a { background-color: #CC9644; }
a { background-color: rgb(204,150,68); }
div.DivClassName
{
background-color: #CC9644;
}
.BgClassName
{
background-color: #CC9644;
}
</style>
border-color css
<style>
span { border-color: #CC9644; }
span { border-color: rgb(204,150,68); }
td.TdClassName
{
border-color: #CC9644;
}
.TagClassName
{
border-color: #CC9644;
}
</style>