Shades of Anzac #CC8F45
Tints of Anzac #CC8F45
RGB
CMYK
RGB Variations
Color information
#CC8F45 (or 0xCC8F45) is known color: Anzac. HEX triplet: CC, 8F and 45. RGB value is (204,143,69). Sum of RGB (Red+Green+Blue) = 204+143+69=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 69 (27.34% from 255 or 16.59% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC8F45 is #3370BA. Grayscale: #999999. Windows color (decimal): -3371195 or 4558796. OLE color: 4558796.
HSL color Cylindrical-coordinate representation of color #CC8F45: hue angle of 32.89º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC8F45 is Cyan = 0, Magento = 0.30, Yellow = 0.66 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 143 | 69 | - |
| CMYK | 0 | 0.30 | 0.66 | 0.2 |
| HSL | 32.89º | 0.57% | 0.54% | - |
| HSV(B) | 32.89º | 0.66% | 0.8% | - |
| XYZ | 35.8 | 32.91 | 10.1 | - |
| YUV | 152.8 | 80.71 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 143 | 69 | 0 | 0.30 | 0.66 | 0.2 | 32.89 | 0.57 | 0.54 |
| Hex | CC | 8F | 45 | 0 | 1E | 42 | 14 | 21 | 39 | 36 |
| Octal | 314 | 217 | 105 | 0 | 36 | 102 | 24 | 41 | 71 | 66 |
| Binary | 11001100 | 10001111 | 1000101 | 0 | 11110 | 1000010 | 10100 | 100001 | 111001 | 110110 |
Color Harmonies of #CC8F45
Complementary color
Monochromatic Colors of #CC8F45
Black with #CC8F45
Text Example
Text Example
White with #CC8F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8F45; }
p { color: rgb(204,143,69); }
H1.HeaderClassName
{
color: #CC8F45;
}
.AnyTagClassName
{
color: #CC8F45;
}
</style>
background-color css
<style>
a { background-color: #CC8F45; }
a { background-color: rgb(204,143,69); }
div.DivClassName
{
background-color: #CC8F45;
}
.BgClassName
{
background-color: #CC8F45;
}
</style>
border-color css
<style>
span { border-color: #CC8F45; }
span { border-color: rgb(204,143,69); }
td.TdClassName
{
border-color: #CC8F45;
}
.TagClassName
{
border-color: #CC8F45;
}
</style>