Shades of Tussock #CC994D
Tints of Tussock #CC994D
RGB
CMYK
RGB Variations
Color information
#CC994D (or 0xCC994D) is known color: Tussock. HEX triplet: CC, 99 and 4D. RGB value is (204,153,77). Sum of RGB (Red+Green+Blue) = 204+153+77=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 77 (30.47% from 255 or 17.74% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC994D is #3366B2. Grayscale: #9F9F9F. Windows color (decimal): -3368627 or 5085644. OLE color: 5085644.
HSL color Cylindrical-coordinate representation of color #CC994D: hue angle of 35.91º 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 #CC994D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 153 | 77 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.2 |
| HSL | 35.91º | 0.55% | 0.55% | - |
| HSV(B) | 35.91º | 0.62% | 0.8% | - |
| XYZ | 37.63 | 36.16 | 12.02 | - |
| YUV | 159.59 | 81.4 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 153 | 77 | 0 | 0.25 | 0.62 | 0.2 | 35.91 | 0.55 | 0.55 |
| Hex | CC | 99 | 4D | 0 | 19 | 3E | 14 | 24 | 37 | 37 |
| Octal | 314 | 231 | 115 | 0 | 31 | 76 | 24 | 44 | 67 | 67 |
| Binary | 11001100 | 10011001 | 1001101 | 0 | 11001 | 111110 | 10100 | 100100 | 110111 | 110111 |
Color Harmonies of #CC994D
Complementary color
Monochromatic Colors of #CC994D
Black with #CC994D
Text Example
Text Example
White with #CC994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC994D; }
p { color: rgb(204,153,77); }
H1.HeaderClassName
{
color: #CC994D;
}
.AnyTagClassName
{
color: #CC994D;
}
</style>
background-color css
<style>
a { background-color: #CC994D; }
a { background-color: rgb(204,153,77); }
div.DivClassName
{
background-color: #CC994D;
}
.BgClassName
{
background-color: #CC994D;
}
</style>
border-color css
<style>
span { border-color: #CC994D; }
span { border-color: rgb(204,153,77); }
td.TdClassName
{
border-color: #CC994D;
}
.TagClassName
{
border-color: #CC994D;
}
</style>