Shades of Anzac #CC9240
Tints of Anzac #CC9240
RGB
CMYK
RGB Variations
Color information
#CC9240 (or 0xCC9240) is known color: Anzac. HEX triplet: CC, 92 and 40. RGB value is (204,146,64). Sum of RGB (Red+Green+Blue) = 204+146+64=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 64 (25.39% from 255 or 15.46% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9240 is #336DBF. Grayscale: #9A9A9A. Windows color (decimal): -3370432 or 4231884. OLE color: 4231884.
HSL color Cylindrical-coordinate representation of color #CC9240: hue angle of 35.14º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CC9240 is Cyan = 0, Magento = 0.28, Yellow = 0.69 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 64 | - |
| CMYK | 0 | 0.28 | 0.69 | 0.2 |
| HSL | 35.14º | 0.58% | 0.53% | - |
| HSV(B) | 35.14º | 0.69% | 0.8% | - |
| XYZ | 36.11 | 33.77 | 9.46 | - |
| YUV | 153.99 | 77.22 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 64 | 0 | 0.28 | 0.69 | 0.2 | 35.14 | 0.58 | 0.53 |
| Hex | CC | 92 | 40 | 0 | 1C | 45 | 14 | 23 | 3A | 35 |
| Octal | 314 | 222 | 100 | 0 | 34 | 105 | 24 | 43 | 72 | 65 |
| Binary | 11001100 | 10010010 | 1000000 | 0 | 11100 | 1000101 | 10100 | 100011 | 111010 | 110101 |
Color Harmonies of #CC9240
Complementary color
Monochromatic Colors of #CC9240
Black with #CC9240
Text Example
Text Example
White with #CC9240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9240; }
p { color: rgb(204,146,64); }
H1.HeaderClassName
{
color: #CC9240;
}
.AnyTagClassName
{
color: #CC9240;
}
</style>
background-color css
<style>
a { background-color: #CC9240; }
a { background-color: rgb(204,146,64); }
div.DivClassName
{
background-color: #CC9240;
}
.BgClassName
{
background-color: #CC9240;
}
</style>
border-color css
<style>
span { border-color: #CC9240; }
span { border-color: rgb(204,146,64); }
td.TdClassName
{
border-color: #CC9240;
}
.TagClassName
{
border-color: #CC9240;
}
</style>