Shades of Tussock #C9964D
Tints of Tussock #C9964D
RGB
CMYK
RGB Variations
Color information
#C9964D (or 0xC9964D) is known color: Tussock. HEX triplet: C9, 96 and 4D. RGB value is (201,150,77). Sum of RGB (Red+Green+Blue) = 201+150+77=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 150 (58.98% from 255 or 35.05% from 428); Blue value is 77 (30.47% from 255 or 17.99% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C9964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9964D is #3669B2. Grayscale: #9D9D9D. Windows color (decimal): -3566003 or 5084873. OLE color: 5084873.
HSL color Cylindrical-coordinate representation of color #C9964D: hue angle of 35.32º 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 #C9964D is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 150 | 77 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.21 |
| HSL | 35.32º | 0.53% | 0.55% | - |
| HSV(B) | 35.32º | 0.62% | 0.79% | - |
| XYZ | 36.33 | 34.77 | 11.82 | - |
| YUV | 156.93 | 82.9 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 77 | 0 | 0.25 | 0.62 | 0.21 | 35.32 | 0.53 | 0.55 |
| Hex | C9 | 96 | 4D | 0 | 19 | 3E | 15 | 23 | 35 | 37 |
| Octal | 311 | 226 | 115 | 0 | 31 | 76 | 25 | 43 | 65 | 67 |
| Binary | 11001001 | 10010110 | 1001101 | 0 | 11001 | 111110 | 10101 | 100011 | 110101 | 110111 |
Color Harmonies of #C9964D
Complementary color
Monochromatic Colors of #C9964D
Black with #C9964D
Text Example
Text Example
White with #C9964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9964D; }
p { color: rgb(201,150,77); }
H1.HeaderClassName
{
color: #C9964D;
}
.AnyTagClassName
{
color: #C9964D;
}
</style>
background-color css
<style>
a { background-color: #C9964D; }
a { background-color: rgb(201,150,77); }
div.DivClassName
{
background-color: #C9964D;
}
.BgClassName
{
background-color: #C9964D;
}
</style>
border-color css
<style>
span { border-color: #C9964D; }
span { border-color: rgb(201,150,77); }
td.TdClassName
{
border-color: #C9964D;
}
.TagClassName
{
border-color: #C9964D;
}
</style>