Shades of Tussock #CC964C
Tints of Tussock #CC964C
RGB
CMYK
RGB Variations
Color information
#CC964C (or 0xCC964C) is known color: Tussock. HEX triplet: CC, 96 and 4C. RGB value is (204,150,76). Sum of RGB (Red+Green+Blue) = 204+150+76=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 76 (30.08% from 255 or 17.67% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC964C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC964C is #3369B3. Grayscale: #9E9E9E. Windows color (decimal): -3369396 or 5019340. OLE color: 5019340.
HSL color Cylindrical-coordinate representation of color #CC964C: hue angle of 34.69º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC964C is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 150 | 76 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.2 |
| HSL | 34.69º | 0.56% | 0.55% | - |
| HSV(B) | 34.69º | 0.63% | 0.8% | - |
| XYZ | 37.11 | 35.17 | 11.67 | - |
| YUV | 157.71 | 81.89 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 150 | 76 | 0 | 0.26 | 0.63 | 0.2 | 34.69 | 0.56 | 0.55 |
| Hex | CC | 96 | 4C | 0 | 1A | 3F | 14 | 23 | 38 | 37 |
| Octal | 314 | 226 | 114 | 0 | 32 | 77 | 24 | 43 | 70 | 67 |
| Binary | 11001100 | 10010110 | 1001100 | 0 | 11010 | 111111 | 10100 | 100011 | 111000 | 110111 |
Color Harmonies of #CC964C
Complementary color
Monochromatic Colors of #CC964C
Black with #CC964C
Text Example
Text Example
White with #CC964C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC964C; }
p { color: rgb(204,150,76); }
H1.HeaderClassName
{
color: #CC964C;
}
.AnyTagClassName
{
color: #CC964C;
}
</style>
background-color css
<style>
a { background-color: #CC964C; }
a { background-color: rgb(204,150,76); }
div.DivClassName
{
background-color: #CC964C;
}
.BgClassName
{
background-color: #CC964C;
}
</style>
border-color css
<style>
span { border-color: #CC964C; }
span { border-color: rgb(204,150,76); }
td.TdClassName
{
border-color: #CC964C;
}
.TagClassName
{
border-color: #CC964C;
}
</style>