Shades of Anzac #CC953E
Tints of Anzac #CC953E
RGB
CMYK
RGB Variations
Color information
#CC953E (or 0xCC953E) is known color: Anzac. HEX triplet: CC, 95 and 3E. RGB value is (204,149,62). Sum of RGB (Red+Green+Blue) = 204+149+62=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 149 (58.59% from 255 or 35.90% from 415); Blue value is 62 (24.61% from 255 or 14.94% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC953E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC953E is #336AC1. Grayscale: #9B9B9B. Windows color (decimal): -3369666 or 4101580. OLE color: 4101580.
HSL color Cylindrical-coordinate representation of color #CC953E: hue angle of 36.76º 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 #CC953E is Cyan = 0, Magento = 0.27, Yellow = 0.70 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 62 | - |
| CMYK | 0 | 0.27 | 0.70 | 0.2 |
| HSL | 36.76º | 0.58% | 0.52% | - |
| HSV(B) | 36.76º | 0.7% | 0.8% | - |
| XYZ | 36.52 | 34.68 | 9.33 | - |
| YUV | 155.53 | 75.22 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 62 | 0 | 0.27 | 0.70 | 0.2 | 36.76 | 0.58 | 0.52 |
| Hex | CC | 95 | 3E | 0 | 1B | 46 | 14 | 25 | 3A | 34 |
| Octal | 314 | 225 | 76 | 0 | 33 | 106 | 24 | 45 | 72 | 64 |
| Binary | 11001100 | 10010101 | 111110 | 0 | 11011 | 1000110 | 10100 | 100101 | 111010 | 110100 |
Color Harmonies of #CC953E
Complementary color
Monochromatic Colors of #CC953E
Black with #CC953E
Text Example
Text Example
White with #CC953E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC953E; }
p { color: rgb(204,149,62); }
H1.HeaderClassName
{
color: #CC953E;
}
.AnyTagClassName
{
color: #CC953E;
}
</style>
background-color css
<style>
a { background-color: #CC953E; }
a { background-color: rgb(204,149,62); }
div.DivClassName
{
background-color: #CC953E;
}
.BgClassName
{
background-color: #CC953E;
}
</style>
border-color css
<style>
span { border-color: #CC953E; }
span { border-color: rgb(204,149,62); }
td.TdClassName
{
border-color: #CC953E;
}
.TagClassName
{
border-color: #CC953E;
}
</style>