Shades of Anzac #CC9544
Tints of Anzac #CC9544
RGB
CMYK
RGB Variations
Color information
#CC9544 (or 0xCC9544) is known color: Anzac. HEX triplet: CC, 95 and 44. RGB value is (204,149,68). Sum of RGB (Red+Green+Blue) = 204+149+68=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 149 (58.59% from 255 or 35.39% from 421); Blue value is 68 (26.95% from 255 or 16.15% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9544 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9544 is #336ABB. Grayscale: #9C9C9C. Windows color (decimal): -3369660 or 4494796. OLE color: 4494796.
HSL color Cylindrical-coordinate representation of color #CC9544: hue angle of 35.74º 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 #CC9544 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 68 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.2 |
| HSL | 35.74º | 0.57% | 0.53% | - |
| HSV(B) | 35.74º | 0.67% | 0.8% | - |
| XYZ | 36.69 | 34.75 | 10.24 | - |
| YUV | 156.21 | 78.22 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 68 | 0 | 0.27 | 0.67 | 0.2 | 35.74 | 0.57 | 0.53 |
| Hex | CC | 95 | 44 | 0 | 1B | 43 | 14 | 24 | 39 | 35 |
| Octal | 314 | 225 | 104 | 0 | 33 | 103 | 24 | 44 | 71 | 65 |
| Binary | 11001100 | 10010101 | 1000100 | 0 | 11011 | 1000011 | 10100 | 100100 | 111001 | 110101 |
Color Harmonies of #CC9544
Complementary color
Monochromatic Colors of #CC9544
Black with #CC9544
Text Example
Text Example
White with #CC9544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9544; }
p { color: rgb(204,149,68); }
H1.HeaderClassName
{
color: #CC9544;
}
.AnyTagClassName
{
color: #CC9544;
}
</style>
background-color css
<style>
a { background-color: #CC9544; }
a { background-color: rgb(204,149,68); }
div.DivClassName
{
background-color: #CC9544;
}
.BgClassName
{
background-color: #CC9544;
}
</style>
border-color css
<style>
span { border-color: #CC9544; }
span { border-color: rgb(204,149,68); }
td.TdClassName
{
border-color: #CC9544;
}
.TagClassName
{
border-color: #CC9544;
}
</style>