Shades of Anzac #CC9242
Tints of Anzac #CC9242
RGB
CMYK
RGB Variations
Color information
#CC9242 (or 0xCC9242) is known color: Anzac. HEX triplet: CC, 92 and 42. RGB value is (204,146,66). Sum of RGB (Red+Green+Blue) = 204+146+66=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 66 (26.17% from 255 or 15.87% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9242 is #336DBD. Grayscale: #9A9A9A. Windows color (decimal): -3370430 or 4362956. OLE color: 4362956.
HSL color Cylindrical-coordinate representation of color #CC9242: hue angle of 34.78º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CC9242 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 146 | 66 | - |
| CMYK | 0 | 0.28 | 0.68 | 0.2 |
| HSL | 34.78º | 0.58% | 0.53% | - |
| HSV(B) | 34.78º | 0.68% | 0.8% | - |
| XYZ | 36.16 | 33.79 | 9.77 | - |
| YUV | 154.22 | 78.22 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 146 | 66 | 0 | 0.28 | 0.68 | 0.2 | 34.78 | 0.58 | 0.53 |
| Hex | CC | 92 | 42 | 0 | 1C | 44 | 14 | 23 | 3A | 35 |
| Octal | 314 | 222 | 102 | 0 | 34 | 104 | 24 | 43 | 72 | 65 |
| Binary | 11001100 | 10010010 | 1000010 | 0 | 11100 | 1000100 | 10100 | 100011 | 111010 | 110101 |
Color Harmonies of #CC9242
Complementary color
Monochromatic Colors of #CC9242
Black with #CC9242
Text Example
Text Example
White with #CC9242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9242; }
p { color: rgb(204,146,66); }
H1.HeaderClassName
{
color: #CC9242;
}
.AnyTagClassName
{
color: #CC9242;
}
</style>
background-color css
<style>
a { background-color: #CC9242; }
a { background-color: rgb(204,146,66); }
div.DivClassName
{
background-color: #CC9242;
}
.BgClassName
{
background-color: #CC9242;
}
</style>
border-color css
<style>
span { border-color: #CC9242; }
span { border-color: rgb(204,146,66); }
td.TdClassName
{
border-color: #CC9242;
}
.TagClassName
{
border-color: #CC9242;
}
</style>