Shades of Tussock #CC9C4F
Tints of Tussock #CC9C4F
RGB
CMYK
RGB Variations
Color information
#CC9C4F (or 0xCC9C4F) is known color: Tussock. HEX triplet: CC, 9C and 4F. RGB value is (204,156,79). Sum of RGB (Red+Green+Blue) = 204+156+79=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9C4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC9C4F is #3363B0. Grayscale: #A1A1A1. Windows color (decimal): -3367857 or 5217484. OLE color: 5217484.
HSL color Cylindrical-coordinate representation of color #CC9C4F: hue angle of 36.96º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC9C4F is Cyan = 0, Magento = 0.24, Yellow = 0.61 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 156 | 79 | - |
| CMYK | 0 | 0.24 | 0.61 | 0.2 |
| HSL | 36.96º | 0.55% | 0.55% | - |
| HSV(B) | 36.96º | 0.61% | 0.8% | - |
| XYZ | 38.2 | 37.18 | 12.56 | - |
| YUV | 161.57 | 81.4 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 156 | 79 | 0 | 0.24 | 0.61 | 0.2 | 36.96 | 0.55 | 0.55 |
| Hex | CC | 9C | 4F | 0 | 18 | 3D | 14 | 25 | 37 | 37 |
| Octal | 314 | 234 | 117 | 0 | 30 | 75 | 24 | 45 | 67 | 67 |
| Binary | 11001100 | 10011100 | 1001111 | 0 | 11000 | 111101 | 10100 | 100101 | 110111 | 110111 |
Color Harmonies of #CC9C4F
Complementary color
Monochromatic Colors of #CC9C4F
Black with #CC9C4F
Text Example
Text Example
White with #CC9C4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9C4F; }
p { color: rgb(204,156,79); }
H1.HeaderClassName
{
color: #CC9C4F;
}
.AnyTagClassName
{
color: #CC9C4F;
}
</style>
background-color css
<style>
a { background-color: #CC9C4F; }
a { background-color: rgb(204,156,79); }
div.DivClassName
{
background-color: #CC9C4F;
}
.BgClassName
{
background-color: #CC9C4F;
}
</style>
border-color css
<style>
span { border-color: #CC9C4F; }
span { border-color: rgb(204,156,79); }
td.TdClassName
{
border-color: #CC9C4F;
}
.TagClassName
{
border-color: #CC9C4F;
}
</style>