Shades of Tussock #C9934A
Tints of Tussock #C9934A
RGB
CMYK
RGB Variations
Color information
#C9934A (or 0xC9934A) is known color: Tussock. HEX triplet: C9, 93 and 4A. RGB value is (201,147,74). Sum of RGB (Red+Green+Blue) = 201+147+74=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C9934A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9934A is #366CB5. Grayscale: #9B9B9B. Windows color (decimal): -3566774 or 4887497. OLE color: 4887497.
HSL color Cylindrical-coordinate representation of color #C9934A: hue angle of 34.49º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9934A is Cyan = 0, Magento = 0.27, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 147 | 74 | - |
| CMYK | 0 | 0.27 | 0.63 | 0.21 |
| HSL | 34.49º | 0.54% | 0.54% | - |
| HSV(B) | 34.49º | 0.63% | 0.79% | - |
| XYZ | 35.76 | 33.78 | 11.11 | - |
| YUV | 154.82 | 82.39 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 147 | 74 | 0 | 0.27 | 0.63 | 0.21 | 34.49 | 0.54 | 0.54 |
| Hex | C9 | 93 | 4A | 0 | 1B | 3F | 15 | 22 | 36 | 36 |
| Octal | 311 | 223 | 112 | 0 | 33 | 77 | 25 | 42 | 66 | 66 |
| Binary | 11001001 | 10010011 | 1001010 | 0 | 11011 | 111111 | 10101 | 100010 | 110110 | 110110 |
Color Harmonies of #C9934A
Complementary color
Monochromatic Colors of #C9934A
Black with #C9934A
Text Example
Text Example
White with #C9934A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9934A; }
p { color: rgb(201,147,74); }
H1.HeaderClassName
{
color: #C9934A;
}
.AnyTagClassName
{
color: #C9934A;
}
</style>
background-color css
<style>
a { background-color: #C9934A; }
a { background-color: rgb(201,147,74); }
div.DivClassName
{
background-color: #C9934A;
}
.BgClassName
{
background-color: #C9934A;
}
</style>
border-color css
<style>
span { border-color: #C9934A; }
span { border-color: rgb(201,147,74); }
td.TdClassName
{
border-color: #C9934A;
}
.TagClassName
{
border-color: #C9934A;
}
</style>