Shades of Tussock #C99847
Tints of Tussock #C99847
RGB
CMYK
RGB Variations
Color information
#C99847 (or 0xC99847) is known color: Tussock. HEX triplet: C9, 98 and 47. RGB value is (201,152,71). Sum of RGB (Red+Green+Blue) = 201+152+71=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 152 (59.77% from 255 or 35.85% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C99847 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99847 is #3667B8. Grayscale: #9D9D9D. Windows color (decimal): -3565497 or 4692169. OLE color: 4692169.
HSL color Cylindrical-coordinate representation of color #C99847: hue angle of 37.38º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99847 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 71 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.21 |
| HSL | 37.38º | 0.55% | 0.53% | - |
| HSV(B) | 37.38º | 0.65% | 0.79% | - |
| XYZ | 36.45 | 35.33 | 10.86 | - |
| YUV | 157.42 | 79.23 | 159.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 71 | 0 | 0.24 | 0.65 | 0.21 | 37.38 | 0.55 | 0.53 |
| Hex | C9 | 98 | 47 | 0 | 18 | 41 | 15 | 25 | 37 | 35 |
| Octal | 311 | 230 | 107 | 0 | 30 | 101 | 25 | 45 | 67 | 65 |
| Binary | 11001001 | 10011000 | 1000111 | 0 | 11000 | 1000001 | 10101 | 100101 | 110111 | 110101 |
Color Harmonies of #C99847
Complementary color
Monochromatic Colors of #C99847
Black with #C99847
Text Example
Text Example
White with #C99847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99847; }
p { color: rgb(201,152,71); }
H1.HeaderClassName
{
color: #C99847;
}
.AnyTagClassName
{
color: #C99847;
}
</style>
background-color css
<style>
a { background-color: #C99847; }
a { background-color: rgb(201,152,71); }
div.DivClassName
{
background-color: #C99847;
}
.BgClassName
{
background-color: #C99847;
}
</style>
border-color css
<style>
span { border-color: #C99847; }
span { border-color: rgb(201,152,71); }
td.TdClassName
{
border-color: #C99847;
}
.TagClassName
{
border-color: #C99847;
}
</style>