Shades of Tussock #C99849
Tints of Tussock #C99849
RGB
CMYK
RGB Variations
Color information
#C99849 (or 0xC99849) is known color: Tussock. HEX triplet: C9, 98 and 49. RGB value is (201,152,73). Sum of RGB (Red+Green+Blue) = 201+152+73=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 152 (59.77% from 255 or 35.68% from 426); Blue value is 73 (28.91% from 255 or 17.14% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C99849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99849 is #3667B6. Grayscale: #9E9E9E. Windows color (decimal): -3565495 or 4823241. OLE color: 4823241.
HSL color Cylindrical-coordinate representation of color #C99849: hue angle of 37.03º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C99849 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 152 | 73 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.21 |
| HSL | 37.03º | 0.54% | 0.54% | - |
| HSV(B) | 37.03º | 0.64% | 0.79% | - |
| XYZ | 36.52 | 35.36 | 11.2 | - |
| YUV | 157.65 | 80.23 | 158.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 152 | 73 | 0 | 0.24 | 0.64 | 0.21 | 37.03 | 0.54 | 0.54 |
| Hex | C9 | 98 | 49 | 0 | 18 | 40 | 15 | 25 | 36 | 36 |
| Octal | 311 | 230 | 111 | 0 | 30 | 100 | 25 | 45 | 66 | 66 |
| Binary | 11001001 | 10011000 | 1001001 | 0 | 11000 | 1000000 | 10101 | 100101 | 110110 | 110110 |
Color Harmonies of #C99849
Complementary color
Monochromatic Colors of #C99849
Black with #C99849
Text Example
Text Example
White with #C99849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99849; }
p { color: rgb(201,152,73); }
H1.HeaderClassName
{
color: #C99849;
}
.AnyTagClassName
{
color: #C99849;
}
</style>
background-color css
<style>
a { background-color: #C99849; }
a { background-color: rgb(201,152,73); }
div.DivClassName
{
background-color: #C99849;
}
.BgClassName
{
background-color: #C99849;
}
</style>
border-color css
<style>
span { border-color: #C99849; }
span { border-color: rgb(201,152,73); }
td.TdClassName
{
border-color: #C99849;
}
.TagClassName
{
border-color: #C99849;
}
</style>