Shades of Tussock #CC954D
Tints of Tussock #CC954D
RGB
CMYK
RGB Variations
Color information
#CC954D (or 0xCC954D) is known color: Tussock. HEX triplet: CC, 95 and 4D. RGB value is (204,149,77). Sum of RGB (Red+Green+Blue) = 204+149+77=430 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.44% from 430); Green value is 149 (58.59% from 255 or 34.65% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 204 - color contains mainly: red. Hex color #CC954D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC954D is #336AB2. Grayscale: #9D9D9D. Windows color (decimal): -3369651 or 5084620. OLE color: 5084620.
HSL color Cylindrical-coordinate representation of color #CC954D: hue angle of 34.02º 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 #CC954D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.2 |
| HSL | 34.02º | 0.55% | 0.55% | - |
| HSV(B) | 34.02º | 0.62% | 0.8% | - |
| XYZ | 36.99 | 34.87 | 11.8 | - |
| YUV | 157.24 | 82.72 | 161.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 77 | 0 | 0.27 | 0.62 | 0.2 | 34.02 | 0.55 | 0.55 |
| Hex | CC | 95 | 4D | 0 | 1B | 3E | 14 | 22 | 37 | 37 |
| Octal | 314 | 225 | 115 | 0 | 33 | 76 | 24 | 42 | 67 | 67 |
| Binary | 11001100 | 10010101 | 1001101 | 0 | 11011 | 111110 | 10100 | 100010 | 110111 | 110111 |
Color Harmonies of #CC954D
Complementary color
Monochromatic Colors of #CC954D
Black with #CC954D
Text Example
Text Example
White with #CC954D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC954D; }
p { color: rgb(204,149,77); }
H1.HeaderClassName
{
color: #CC954D;
}
.AnyTagClassName
{
color: #CC954D;
}
</style>
background-color css
<style>
a { background-color: #CC954D; }
a { background-color: rgb(204,149,77); }
div.DivClassName
{
background-color: #CC954D;
}
.BgClassName
{
background-color: #CC954D;
}
</style>
border-color css
<style>
span { border-color: #CC954D; }
span { border-color: rgb(204,149,77); }
td.TdClassName
{
border-color: #CC954D;
}
.TagClassName
{
border-color: #CC954D;
}
</style>