Shades of Tussock #C9984C
Tints of Tussock #C9984C
RGB
CMYK
RGB Variations
Color information
#C9984C (or 0xC9984C) is known color: Tussock. HEX triplet: C9, 98 and 4C. RGB value is (201,152,76). Sum of RGB (Red+Green+Blue) = 201+152+76=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 152 (59.77% from 255 or 35.43% from 429); Blue value is 76 (30.08% from 255 or 17.72% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9984C is #3667B3. Grayscale: #9E9E9E. Windows color (decimal): -3565492 or 5019849. OLE color: 5019849.
HSL color Cylindrical-coordinate representation of color #C9984C: hue angle of 36.48º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9984C is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 76 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.21 |
| HSL | 36.48º | 0.54% | 0.54% | - |
| HSV(B) | 36.48º | 0.62% | 0.79% | - |
| XYZ | 36.62 | 35.4 | 11.74 | - |
| YUV | 157.99 | 81.73 | 158.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 76 | 0 | 0.24 | 0.62 | 0.21 | 36.48 | 0.54 | 0.54 |
| Hex | C9 | 98 | 4C | 0 | 18 | 3E | 15 | 24 | 36 | 36 |
| Octal | 311 | 230 | 114 | 0 | 30 | 76 | 25 | 44 | 66 | 66 |
| Binary | 11001001 | 10011000 | 1001100 | 0 | 11000 | 111110 | 10101 | 100100 | 110110 | 110110 |
Color Harmonies of #C9984C
Complementary color
Monochromatic Colors of #C9984C
Black with #C9984C
Text Example
Text Example
White with #C9984C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9984C; }
p { color: rgb(201,152,76); }
H1.HeaderClassName
{
color: #C9984C;
}
.AnyTagClassName
{
color: #C9984C;
}
</style>
background-color css
<style>
a { background-color: #C9984C; }
a { background-color: rgb(201,152,76); }
div.DivClassName
{
background-color: #C9984C;
}
.BgClassName
{
background-color: #C9984C;
}
</style>
border-color css
<style>
span { border-color: #C9984C; }
span { border-color: rgb(201,152,76); }
td.TdClassName
{
border-color: #C9984C;
}
.TagClassName
{
border-color: #C9984C;
}
</style>