Shades of Anzac #CC993E
Tints of Anzac #CC993E
RGB
CMYK
RGB Variations
Color information
#CC993E (or 0xCC993E) is known color: Anzac. HEX triplet: CC, 99 and 3E. RGB value is (204,153,62). Sum of RGB (Red+Green+Blue) = 204+153+62=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 62 (24.61% from 255 or 14.80% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC993E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC993E is #3366C1. Grayscale: #9E9E9E. Windows color (decimal): -3368642 or 4102604. OLE color: 4102604.
HSL color Cylindrical-coordinate representation of color #CC993E: hue angle of 38.45º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CC993E is Cyan = 0, Magento = 0.25, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 62 | - |
| CMYK | 0 | 0.25 | 0.70 | 0.2 |
| HSL | 38.45º | 0.58% | 0.52% | - |
| HSV(B) | 38.45º | 0.7% | 0.8% | - |
| XYZ | 37.16 | 35.97 | 9.54 | - |
| YUV | 157.88 | 73.9 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 62 | 0 | 0.25 | 0.70 | 0.2 | 38.45 | 0.58 | 0.52 |
| Hex | CC | 99 | 3E | 0 | 19 | 46 | 14 | 26 | 3A | 34 |
| Octal | 314 | 231 | 76 | 0 | 31 | 106 | 24 | 46 | 72 | 64 |
| Binary | 11001100 | 10011001 | 111110 | 0 | 11001 | 1000110 | 10100 | 100110 | 111010 | 110100 |
Color Harmonies of #CC993E
Complementary color
Monochromatic Colors of #CC993E
Black with #CC993E
Text Example
Text Example
White with #CC993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC993E; }
p { color: rgb(204,153,62); }
H1.HeaderClassName
{
color: #CC993E;
}
.AnyTagClassName
{
color: #CC993E;
}
</style>
background-color css
<style>
a { background-color: #CC993E; }
a { background-color: rgb(204,153,62); }
div.DivClassName
{
background-color: #CC993E;
}
.BgClassName
{
background-color: #CC993E;
}
</style>
border-color css
<style>
span { border-color: #CC993E; }
span { border-color: rgb(204,153,62); }
td.TdClassName
{
border-color: #CC993E;
}
.TagClassName
{
border-color: #CC993E;
}
</style>