Shades of Anzac #CC9344
Tints of Anzac #CC9344
RGB
CMYK
RGB Variations
Color information
#CC9344 (or 0xCC9344) is known color: Anzac. HEX triplet: CC, 93 and 44. RGB value is (204,147,68). Sum of RGB (Red+Green+Blue) = 204+147+68=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 147 (57.81% from 255 or 35.08% from 419); Blue value is 68 (26.95% from 255 or 16.23% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9344 is #336CBB. Grayscale: #9B9B9B. Windows color (decimal): -3370172 or 4494284. OLE color: 4494284.
HSL color Cylindrical-coordinate representation of color #CC9344: hue angle of 34.85º 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 #CC9344 is Cyan = 0, Magento = 0.28, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 68 | - |
| CMYK | 0 | 0.28 | 0.67 | 0.2 |
| HSL | 34.85º | 0.57% | 0.53% | - |
| HSV(B) | 34.85º | 0.67% | 0.8% | - |
| XYZ | 36.38 | 34.12 | 10.14 | - |
| YUV | 155.04 | 78.88 | 162.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 68 | 0 | 0.28 | 0.67 | 0.2 | 34.85 | 0.57 | 0.53 |
| Hex | CC | 93 | 44 | 0 | 1C | 43 | 14 | 23 | 39 | 35 |
| Octal | 314 | 223 | 104 | 0 | 34 | 103 | 24 | 43 | 71 | 65 |
| Binary | 11001100 | 10010011 | 1000100 | 0 | 11100 | 1000011 | 10100 | 100011 | 111001 | 110101 |
Color Harmonies of #CC9344
Complementary color
Monochromatic Colors of #CC9344
Black with #CC9344
Text Example
Text Example
White with #CC9344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9344; }
p { color: rgb(204,147,68); }
H1.HeaderClassName
{
color: #CC9344;
}
.AnyTagClassName
{
color: #CC9344;
}
</style>
background-color css
<style>
a { background-color: #CC9344; }
a { background-color: rgb(204,147,68); }
div.DivClassName
{
background-color: #CC9344;
}
.BgClassName
{
background-color: #CC9344;
}
</style>
border-color css
<style>
span { border-color: #CC9344; }
span { border-color: rgb(204,147,68); }
td.TdClassName
{
border-color: #CC9344;
}
.TagClassName
{
border-color: #CC9344;
}
</style>