Shades of Tussock #C29D51
Tints of Tussock #C29D51
RGB
CMYK
RGB Variations
Color information
#C29D51 (or 0xC29D51) is known color: Tussock. HEX triplet: C2, 9D and 51. RGB value is (194,157,81). Sum of RGB (Red+Green+Blue) = 194+157+81=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 81 (32.03% from 255 or 18.75% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D51 is #3D62AE. Grayscale: #9F9F9F. Windows color (decimal): -4022959 or 5348802. OLE color: 5348802.
HSL color Cylindrical-coordinate representation of color #C29D51: hue angle of 40.35º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C29D51 is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 81 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.24 |
| HSL | 40.35º | 0.48% | 0.54% | - |
| HSV(B) | 40.35º | 0.58% | 0.76% | - |
| XYZ | 35.79 | 36.18 | 12.88 | - |
| YUV | 159.4 | 83.76 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 81 | 0 | 0.19 | 0.58 | 0.24 | 40.35 | 0.48 | 0.54 |
| Hex | C2 | 9D | 51 | 0 | 13 | 3A | 18 | 28 | 30 | 36 |
| Octal | 302 | 235 | 121 | 0 | 23 | 72 | 30 | 50 | 60 | 66 |
| Binary | 11000010 | 10011101 | 1010001 | 0 | 10011 | 111010 | 11000 | 101000 | 110000 | 110110 |
Color Harmonies of #C29D51
Complementary color
Monochromatic Colors of #C29D51
Black with #C29D51
Text Example
Text Example
White with #C29D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D51; }
p { color: rgb(194,157,81); }
H1.HeaderClassName
{
color: #C29D51;
}
.AnyTagClassName
{
color: #C29D51;
}
</style>
background-color css
<style>
a { background-color: #C29D51; }
a { background-color: rgb(194,157,81); }
div.DivClassName
{
background-color: #C29D51;
}
.BgClassName
{
background-color: #C29D51;
}
</style>
border-color css
<style>
span { border-color: #C29D51; }
span { border-color: rgb(194,157,81); }
td.TdClassName
{
border-color: #C29D51;
}
.TagClassName
{
border-color: #C29D51;
}
</style>