Shades of Tussock #C29D49
Tints of Tussock #C29D49
RGB
CMYK
RGB Variations
Color information
#C29D49 (or 0xC29D49) is known color: Tussock. HEX triplet: C2, 9D and 49. RGB value is (194,157,73). Sum of RGB (Red+Green+Blue) = 194+157+73=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 157 (61.72% from 255 or 37.03% from 424); Blue value is 73 (28.91% from 255 or 17.22% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D49 is #3D62B6. Grayscale: #9E9E9E. Windows color (decimal): -4022967 or 4824514. OLE color: 4824514.
HSL color Cylindrical-coordinate representation of color #C29D49: hue angle of 41.65º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C29D49 is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 73 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.24 |
| HSL | 41.65º | 0.5% | 0.52% | - |
| HSV(B) | 41.65º | 0.62% | 0.76% | - |
| XYZ | 35.51 | 36.06 | 11.39 | - |
| YUV | 158.49 | 79.76 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 73 | 0 | 0.19 | 0.62 | 0.24 | 41.65 | 0.5 | 0.52 |
| Hex | C2 | 9D | 49 | 0 | 13 | 3E | 18 | 2A | 32 | 34 |
| Octal | 302 | 235 | 111 | 0 | 23 | 76 | 30 | 52 | 62 | 64 |
| Binary | 11000010 | 10011101 | 1001001 | 0 | 10011 | 111110 | 11000 | 101010 | 110010 | 110100 |
Color Harmonies of #C29D49
Complementary color
Monochromatic Colors of #C29D49
Black with #C29D49
Text Example
Text Example
White with #C29D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D49; }
p { color: rgb(194,157,73); }
H1.HeaderClassName
{
color: #C29D49;
}
.AnyTagClassName
{
color: #C29D49;
}
</style>
background-color css
<style>
a { background-color: #C29D49; }
a { background-color: rgb(194,157,73); }
div.DivClassName
{
background-color: #C29D49;
}
.BgClassName
{
background-color: #C29D49;
}
</style>
border-color css
<style>
span { border-color: #C29D49; }
span { border-color: rgb(194,157,73); }
td.TdClassName
{
border-color: #C29D49;
}
.TagClassName
{
border-color: #C29D49;
}
</style>