Shades of Tussock #C99C49
Tints of Tussock #C99C49
RGB
CMYK
RGB Variations
Color information
#C99C49 (or 0xC99C49) is known color: Tussock. HEX triplet: C9, 9C and 49. RGB value is (201,156,73). Sum of RGB (Red+Green+Blue) = 201+156+73=430 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.74% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 201 - color contains mainly: red. Hex color #C99C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99C49 is #3663B6. Grayscale: #A0A0A0. Windows color (decimal): -3564471 or 4824265. OLE color: 4824265.
HSL color Cylindrical-coordinate representation of color #C99C49: hue angle of 38.91º 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 #C99C49 is Cyan = 0, Magento = 0.22, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 156 | 73 | - |
| CMYK | 0 | 0.22 | 0.64 | 0.21 |
| HSL | 38.91º | 0.54% | 0.54% | - |
| HSV(B) | 38.91º | 0.64% | 0.79% | - |
| XYZ | 37.18 | 36.68 | 11.42 | - |
| YUV | 159.99 | 78.91 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 73 | 0 | 0.22 | 0.64 | 0.21 | 38.91 | 0.54 | 0.54 |
| Hex | C9 | 9C | 49 | 0 | 16 | 40 | 15 | 27 | 36 | 36 |
| Octal | 311 | 234 | 111 | 0 | 26 | 100 | 25 | 47 | 66 | 66 |
| Binary | 11001001 | 10011100 | 1001001 | 0 | 10110 | 1000000 | 10101 | 100111 | 110110 | 110110 |
Color Harmonies of #C99C49
Complementary color
Monochromatic Colors of #C99C49
Black with #C99C49
Text Example
Text Example
White with #C99C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99C49; }
p { color: rgb(201,156,73); }
H1.HeaderClassName
{
color: #C99C49;
}
.AnyTagClassName
{
color: #C99C49;
}
</style>
background-color css
<style>
a { background-color: #C99C49; }
a { background-color: rgb(201,156,73); }
div.DivClassName
{
background-color: #C99C49;
}
.BgClassName
{
background-color: #C99C49;
}
</style>
border-color css
<style>
span { border-color: #C99C49; }
span { border-color: rgb(201,156,73); }
td.TdClassName
{
border-color: #C99C49;
}
.TagClassName
{
border-color: #C99C49;
}
</style>