Shades of Tussock #C9904D
Tints of Tussock #C9904D
RGB
CMYK
RGB Variations
Color information
#C9904D (or 0xC9904D) is known color: Tussock. HEX triplet: C9, 90 and 4D. RGB value is (201,144,77). Sum of RGB (Red+Green+Blue) = 201+144+77=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 77 (30.47% from 255 or 18.25% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9904D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9904D is #366FB2. Grayscale: #999999. Windows color (decimal): -3567539 or 5083337. OLE color: 5083337.
HSL color Cylindrical-coordinate representation of color #C9904D: hue angle of 32.42º 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 #C9904D is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 144 | 77 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.21 |
| HSL | 32.42º | 0.53% | 0.55% | - |
| HSV(B) | 32.42º | 0.62% | 0.79% | - |
| XYZ | 35.4 | 32.9 | 11.51 | - |
| YUV | 153.41 | 84.88 | 161.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 77 | 0 | 0.28 | 0.62 | 0.21 | 32.42 | 0.53 | 0.55 |
| Hex | C9 | 90 | 4D | 0 | 1C | 3E | 15 | 20 | 35 | 37 |
| Octal | 311 | 220 | 115 | 0 | 34 | 76 | 25 | 40 | 65 | 67 |
| Binary | 11001001 | 10010000 | 1001101 | 0 | 11100 | 111110 | 10101 | 100000 | 110101 | 110111 |
Color Harmonies of #C9904D
Complementary color
Monochromatic Colors of #C9904D
Black with #C9904D
Text Example
Text Example
White with #C9904D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9904D; }
p { color: rgb(201,144,77); }
H1.HeaderClassName
{
color: #C9904D;
}
.AnyTagClassName
{
color: #C9904D;
}
</style>
background-color css
<style>
a { background-color: #C9904D; }
a { background-color: rgb(201,144,77); }
div.DivClassName
{
background-color: #C9904D;
}
.BgClassName
{
background-color: #C9904D;
}
</style>
border-color css
<style>
span { border-color: #C9904D; }
span { border-color: rgb(201,144,77); }
td.TdClassName
{
border-color: #C9904D;
}
.TagClassName
{
border-color: #C9904D;
}
</style>