Shades of Tussock #C9994D
Tints of Tussock #C9994D
RGB
CMYK
RGB Variations
Color information
#C9994D (or 0xC9994D) is known color: Tussock. HEX triplet: C9, 99 and 4D. RGB value is (201,153,77). Sum of RGB (Red+Green+Blue) = 201+153+77=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 153 (60.16% from 255 or 35.50% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C9994D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9994D is #3666B2. Grayscale: #9F9F9F. Windows color (decimal): -3565235 or 5085641. OLE color: 5085641.
HSL color Cylindrical-coordinate representation of color #C9994D: hue angle of 36.77º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9994D is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 153 | 77 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.21 |
| HSL | 36.77º | 0.53% | 0.55% | - |
| HSV(B) | 36.77º | 0.62% | 0.79% | - |
| XYZ | 36.82 | 35.74 | 11.98 | - |
| YUV | 158.69 | 81.9 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 77 | 0 | 0.24 | 0.62 | 0.21 | 36.77 | 0.53 | 0.55 |
| Hex | C9 | 99 | 4D | 0 | 18 | 3E | 15 | 25 | 35 | 37 |
| Octal | 311 | 231 | 115 | 0 | 30 | 76 | 25 | 45 | 65 | 67 |
| Binary | 11001001 | 10011001 | 1001101 | 0 | 11000 | 111110 | 10101 | 100101 | 110101 | 110111 |
Color Harmonies of #C9994D
Complementary color
Monochromatic Colors of #C9994D
Black with #C9994D
Text Example
Text Example
White with #C9994D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9994D; }
p { color: rgb(201,153,77); }
H1.HeaderClassName
{
color: #C9994D;
}
.AnyTagClassName
{
color: #C9994D;
}
</style>
background-color css
<style>
a { background-color: #C9994D; }
a { background-color: rgb(201,153,77); }
div.DivClassName
{
background-color: #C9994D;
}
.BgClassName
{
background-color: #C9994D;
}
</style>
border-color css
<style>
span { border-color: #C9994D; }
span { border-color: rgb(201,153,77); }
td.TdClassName
{
border-color: #C9994D;
}
.TagClassName
{
border-color: #C9994D;
}
</style>