Shades of Tussock #CC964E
Tints of Tussock #CC964E
RGB
CMYK
RGB Variations
Color information
#CC964E (or 0xCC964E) is known color: Tussock. HEX triplet: CC, 96 and 4E. RGB value is (204,150,78). Sum of RGB (Red+Green+Blue) = 204+150+78=432 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.22% from 432); Green value is 150 (58.98% from 255 or 34.72% from 432); Blue value is 78 (30.86% from 255 or 18.06% from 432); Max value from RGB is 204 - color contains mainly: red. Hex color #CC964E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC964E is #3369B1. Grayscale: #9E9E9E. Windows color (decimal): -3369394 or 5150412. OLE color: 5150412.
HSL color Cylindrical-coordinate representation of color #CC964E: hue angle of 34.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC964E is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 78 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.2 |
| HSL | 34.29º | 0.55% | 0.55% | - |
| HSV(B) | 34.29º | 0.62% | 0.8% | - |
| XYZ | 37.18 | 35.2 | 12.04 | - |
| YUV | 157.94 | 82.89 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 78 | 0 | 0.26 | 0.62 | 0.2 | 34.29 | 0.55 | 0.55 |
| Hex | CC | 96 | 4E | 0 | 1A | 3E | 14 | 22 | 37 | 37 |
| Octal | 314 | 226 | 116 | 0 | 32 | 76 | 24 | 42 | 67 | 67 |
| Binary | 11001100 | 10010110 | 1001110 | 0 | 11010 | 111110 | 10100 | 100010 | 110111 | 110111 |
Color Harmonies of #CC964E
Complementary color
Monochromatic Colors of #CC964E
Black with #CC964E
Text Example
Text Example
White with #CC964E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC964E; }
p { color: rgb(204,150,78); }
H1.HeaderClassName
{
color: #CC964E;
}
.AnyTagClassName
{
color: #CC964E;
}
</style>
background-color css
<style>
a { background-color: #CC964E; }
a { background-color: rgb(204,150,78); }
div.DivClassName
{
background-color: #CC964E;
}
.BgClassName
{
background-color: #CC964E;
}
</style>
border-color css
<style>
span { border-color: #CC964E; }
span { border-color: rgb(204,150,78); }
td.TdClassName
{
border-color: #CC964E;
}
.TagClassName
{
border-color: #CC964E;
}
</style>