Shades of Anzac #CC9744
Tints of Anzac #CC9744
RGB
CMYK
RGB Variations
Color information
#CC9744 (or 0xCC9744) is known color: Anzac. HEX triplet: CC, 97 and 44. RGB value is (204,151,68). Sum of RGB (Red+Green+Blue) = 204+151+68=423 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.23% from 423); Green value is 151 (59.38% from 255 or 35.70% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9744 is #3368BB. Grayscale: #9D9D9D. Windows color (decimal): -3369148 or 4495308. OLE color: 4495308.
HSL color Cylindrical-coordinate representation of color #CC9744: hue angle of 36.62º 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 #CC9744 is Cyan = 0, Magento = 0.26, Yellow = 0.67 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 151 | 68 | - |
| CMYK | 0 | 0.26 | 0.67 | 0.2 |
| HSL | 36.62º | 0.57% | 0.53% | - |
| HSV(B) | 36.62º | 0.67% | 0.8% | - |
| XYZ | 37.01 | 35.39 | 10.35 | - |
| YUV | 157.39 | 77.56 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 151 | 68 | 0 | 0.26 | 0.67 | 0.2 | 36.62 | 0.57 | 0.53 |
| Hex | CC | 97 | 44 | 0 | 1A | 43 | 14 | 25 | 39 | 35 |
| Octal | 314 | 227 | 104 | 0 | 32 | 103 | 24 | 45 | 71 | 65 |
| Binary | 11001100 | 10010111 | 1000100 | 0 | 11010 | 1000011 | 10100 | 100101 | 111001 | 110101 |
Color Harmonies of #CC9744
Complementary color
Monochromatic Colors of #CC9744
Black with #CC9744
Text Example
Text Example
White with #CC9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9744; }
p { color: rgb(204,151,68); }
H1.HeaderClassName
{
color: #CC9744;
}
.AnyTagClassName
{
color: #CC9744;
}
</style>
background-color css
<style>
a { background-color: #CC9744; }
a { background-color: rgb(204,151,68); }
div.DivClassName
{
background-color: #CC9744;
}
.BgClassName
{
background-color: #CC9744;
}
</style>
border-color css
<style>
span { border-color: #CC9744; }
span { border-color: rgb(204,151,68); }
td.TdClassName
{
border-color: #CC9744;
}
.TagClassName
{
border-color: #CC9744;
}
</style>