Shades of Anzac #CC9444
Tints of Anzac #CC9444
RGB
CMYK
RGB Variations
Color information
#CC9444 (or 0xCC9444) is known color: Anzac. HEX triplet: CC, 94 and 44. RGB value is (204,148,68). Sum of RGB (Red+Green+Blue) = 204+148+68=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 148 (58.20% from 255 or 35.24% from 420); Blue value is 68 (26.95% from 255 or 16.19% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9444 is #336BBB. Grayscale: #9B9B9B. Windows color (decimal): -3369916 or 4494540. OLE color: 4494540.
HSL color Cylindrical-coordinate representation of color #CC9444: hue angle of 35.29º 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 #CC9444 is Cyan = 0, Magento = 0.27, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 68 | - |
| CMYK | 0 | 0.27 | 0.67 | 0.2 |
| HSL | 35.29º | 0.57% | 0.53% | - |
| HSV(B) | 35.29º | 0.67% | 0.8% | - |
| XYZ | 36.54 | 34.43 | 10.19 | - |
| YUV | 155.62 | 78.55 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 68 | 0 | 0.27 | 0.67 | 0.2 | 35.29 | 0.57 | 0.53 |
| Hex | CC | 94 | 44 | 0 | 1B | 43 | 14 | 23 | 39 | 35 |
| Octal | 314 | 224 | 104 | 0 | 33 | 103 | 24 | 43 | 71 | 65 |
| Binary | 11001100 | 10010100 | 1000100 | 0 | 11011 | 1000011 | 10100 | 100011 | 111001 | 110101 |
Color Harmonies of #CC9444
Complementary color
Monochromatic Colors of #CC9444
Black with #CC9444
Text Example
Text Example
White with #CC9444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9444; }
p { color: rgb(204,148,68); }
H1.HeaderClassName
{
color: #CC9444;
}
.AnyTagClassName
{
color: #CC9444;
}
</style>
background-color css
<style>
a { background-color: #CC9444; }
a { background-color: rgb(204,148,68); }
div.DivClassName
{
background-color: #CC9444;
}
.BgClassName
{
background-color: #CC9444;
}
</style>
border-color css
<style>
span { border-color: #CC9444; }
span { border-color: rgb(204,148,68); }
td.TdClassName
{
border-color: #CC9444;
}
.TagClassName
{
border-color: #CC9444;
}
</style>