Shades of Tussock #C9954C
Tints of Tussock #C9954C
RGB
CMYK
RGB Variations
Color information
#C9954C (or 0xC9954C) is known color: Tussock. HEX triplet: C9, 95 and 4C. RGB value is (201,149,76). Sum of RGB (Red+Green+Blue) = 201+149+76=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 149 (58.59% from 255 or 34.98% from 426); Blue value is 76 (30.08% from 255 or 17.84% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C9954C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9954C is #366AB3. Grayscale: #9C9C9C. Windows color (decimal): -3566260 or 5019081. OLE color: 5019081.
HSL color Cylindrical-coordinate representation of color #C9954C: hue angle of 35.04º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C9954C is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 149 | 76 | - |
| CMYK | 0 | 0.26 | 0.62 | 0.21 |
| HSL | 35.04º | 0.54% | 0.54% | - |
| HSV(B) | 35.04º | 0.62% | 0.79% | - |
| XYZ | 36.14 | 34.43 | 11.58 | - |
| YUV | 156.23 | 82.73 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 76 | 0 | 0.26 | 0.62 | 0.21 | 35.04 | 0.54 | 0.54 |
| Hex | C9 | 95 | 4C | 0 | 1A | 3E | 15 | 23 | 36 | 36 |
| Octal | 311 | 225 | 114 | 0 | 32 | 76 | 25 | 43 | 66 | 66 |
| Binary | 11001001 | 10010101 | 1001100 | 0 | 11010 | 111110 | 10101 | 100011 | 110110 | 110110 |
Color Harmonies of #C9954C
Complementary color
Monochromatic Colors of #C9954C
Black with #C9954C
Text Example
Text Example
White with #C9954C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9954C; }
p { color: rgb(201,149,76); }
H1.HeaderClassName
{
color: #C9954C;
}
.AnyTagClassName
{
color: #C9954C;
}
</style>
background-color css
<style>
a { background-color: #C9954C; }
a { background-color: rgb(201,149,76); }
div.DivClassName
{
background-color: #C9954C;
}
.BgClassName
{
background-color: #C9954C;
}
</style>
border-color css
<style>
span { border-color: #C9954C; }
span { border-color: rgb(201,149,76); }
td.TdClassName
{
border-color: #C9954C;
}
.TagClassName
{
border-color: #C9954C;
}
</style>