Shades of Tussock #C9924D
Tints of Tussock #C9924D
RGB
CMYK
RGB Variations
Color information
#C9924D (or 0xC9924D) is known color: Tussock. HEX triplet: C9, 92 and 4D. RGB value is (201,146,77). Sum of RGB (Red+Green+Blue) = 201+146+77=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 146 (57.42% from 255 or 34.43% from 424); Blue value is 77 (30.47% from 255 or 18.16% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9924D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9924D is #366DB2. Grayscale: #9A9A9A. Windows color (decimal): -3567027 or 5083849. OLE color: 5083849.
HSL color Cylindrical-coordinate representation of color #C9924D: hue angle of 33.39º 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 #C9924D is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 146 | 77 | - |
| CMYK | 0 | 0.27 | 0.62 | 0.21 |
| HSL | 33.39º | 0.53% | 0.55% | - |
| HSV(B) | 33.39º | 0.62% | 0.79% | - |
| XYZ | 35.71 | 33.51 | 11.61 | - |
| YUV | 154.58 | 84.22 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 146 | 77 | 0 | 0.27 | 0.62 | 0.21 | 33.39 | 0.53 | 0.55 |
| Hex | C9 | 92 | 4D | 0 | 1B | 3E | 15 | 21 | 35 | 37 |
| Octal | 311 | 222 | 115 | 0 | 33 | 76 | 25 | 41 | 65 | 67 |
| Binary | 11001001 | 10010010 | 1001101 | 0 | 11011 | 111110 | 10101 | 100001 | 110101 | 110111 |
Color Harmonies of #C9924D
Complementary color
Monochromatic Colors of #C9924D
Black with #C9924D
Text Example
Text Example
White with #C9924D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9924D; }
p { color: rgb(201,146,77); }
H1.HeaderClassName
{
color: #C9924D;
}
.AnyTagClassName
{
color: #C9924D;
}
</style>
background-color css
<style>
a { background-color: #C9924D; }
a { background-color: rgb(201,146,77); }
div.DivClassName
{
background-color: #C9924D;
}
.BgClassName
{
background-color: #C9924D;
}
</style>
border-color css
<style>
span { border-color: #C9924D; }
span { border-color: rgb(201,146,77); }
td.TdClassName
{
border-color: #C9924D;
}
.TagClassName
{
border-color: #C9924D;
}
</style>