Shades of Anzac #CC8E49
Tints of Anzac #CC8E49
RGB
CMYK
RGB Variations
Color information
#CC8E49 (or 0xCC8E49) is known color: Anzac. HEX triplet: CC, 8E and 49. RGB value is (204,142,73). Sum of RGB (Red+Green+Blue) = 204+142+73=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 142 (55.86% from 255 or 33.89% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8E49 is #3371B6. Grayscale: #999999. Windows color (decimal): -3371447 or 4820684. OLE color: 4820684.
HSL color Cylindrical-coordinate representation of color #CC8E49: hue angle of 31.6º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CC8E49 is Cyan = 0, Magento = 0.30, Yellow = 0.64 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 142 | 73 | - |
| CMYK | 0 | 0.30 | 0.64 | 0.2 |
| HSL | 31.6º | 0.56% | 0.54% | - |
| HSV(B) | 31.6º | 0.64% | 0.8% | - |
| XYZ | 35.78 | 32.66 | 10.72 | - |
| YUV | 152.67 | 83.04 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 142 | 73 | 0 | 0.30 | 0.64 | 0.2 | 31.6 | 0.56 | 0.54 |
| Hex | CC | 8E | 49 | 0 | 1E | 40 | 14 | 20 | 38 | 36 |
| Octal | 314 | 216 | 111 | 0 | 36 | 100 | 24 | 40 | 70 | 66 |
| Binary | 11001100 | 10001110 | 1001001 | 0 | 11110 | 1000000 | 10100 | 100000 | 111000 | 110110 |
Color Harmonies of #CC8E49
Complementary color
Monochromatic Colors of #CC8E49
Black with #CC8E49
Text Example
Text Example
White with #CC8E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8E49; }
p { color: rgb(204,142,73); }
H1.HeaderClassName
{
color: #CC8E49;
}
.AnyTagClassName
{
color: #CC8E49;
}
</style>
background-color css
<style>
a { background-color: #CC8E49; }
a { background-color: rgb(204,142,73); }
div.DivClassName
{
background-color: #CC8E49;
}
.BgClassName
{
background-color: #CC8E49;
}
</style>
border-color css
<style>
span { border-color: #CC8E49; }
span { border-color: rgb(204,142,73); }
td.TdClassName
{
border-color: #CC8E49;
}
.TagClassName
{
border-color: #CC8E49;
}
</style>