Shades of Tussock #CC984D
Tints of Tussock #CC984D
RGB
CMYK
RGB Variations
Color information
#CC984D (or 0xCC984D) is known color: Tussock. HEX triplet: CC, 98 and 4D. RGB value is (204,152,77). Sum of RGB (Red+Green+Blue) = 204+152+77=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 77 (30.47% from 255 or 17.78% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC984D is #3367B2. Grayscale: #9F9F9F. Windows color (decimal): -3368883 or 5085388. OLE color: 5085388.
HSL color Cylindrical-coordinate representation of color #CC984D: hue angle of 35.43º 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 #CC984D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 152 | 77 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.2 |
| HSL | 35.43º | 0.55% | 0.55% | - |
| HSV(B) | 35.43º | 0.62% | 0.8% | - |
| XYZ | 37.47 | 35.83 | 11.96 | - |
| YUV | 159 | 81.73 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 152 | 77 | 0 | 0.25 | 0.62 | 0.2 | 35.43 | 0.55 | 0.55 |
| Hex | CC | 98 | 4D | 0 | 19 | 3E | 14 | 23 | 37 | 37 |
| Octal | 314 | 230 | 115 | 0 | 31 | 76 | 24 | 43 | 67 | 67 |
| Binary | 11001100 | 10011000 | 1001101 | 0 | 11001 | 111110 | 10100 | 100011 | 110111 | 110111 |
Color Harmonies of #CC984D
Complementary color
Monochromatic Colors of #CC984D
Black with #CC984D
Text Example
Text Example
White with #CC984D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC984D; }
p { color: rgb(204,152,77); }
H1.HeaderClassName
{
color: #CC984D;
}
.AnyTagClassName
{
color: #CC984D;
}
</style>
background-color css
<style>
a { background-color: #CC984D; }
a { background-color: rgb(204,152,77); }
div.DivClassName
{
background-color: #CC984D;
}
.BgClassName
{
background-color: #CC984D;
}
</style>
border-color css
<style>
span { border-color: #CC984D; }
span { border-color: rgb(204,152,77); }
td.TdClassName
{
border-color: #CC984D;
}
.TagClassName
{
border-color: #CC984D;
}
</style>