Shades of Tussock #C49D50
Tints of Tussock #C49D50
RGB
CMYK
RGB Variations
Color information
#C49D50 (or 0xC49D50) is known color: Tussock. HEX triplet: C4, 9D and 50. RGB value is (196,157,80). Sum of RGB (Red+Green+Blue) = 196+157+80=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C49D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49D50 is #3B62AF. Grayscale: #A0A0A0. Windows color (decimal): -3891888 or 5283268. OLE color: 5283268.
HSL color Cylindrical-coordinate representation of color #C49D50: hue angle of 39.83º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C49D50 is Cyan = 0, Magento = 0.20, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 157 | 80 | - |
| CMYK | 0 | 0.20 | 0.59 | 0.23 |
| HSL | 39.83º | 0.5% | 0.54% | - |
| HSV(B) | 39.83º | 0.59% | 0.77% | - |
| XYZ | 36.27 | 36.43 | 12.71 | - |
| YUV | 159.88 | 82.92 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 157 | 80 | 0 | 0.20 | 0.59 | 0.23 | 39.83 | 0.5 | 0.54 |
| Hex | C4 | 9D | 50 | 0 | 14 | 3B | 17 | 28 | 32 | 36 |
| Octal | 304 | 235 | 120 | 0 | 24 | 73 | 27 | 50 | 62 | 66 |
| Binary | 11000100 | 10011101 | 1010000 | 0 | 10100 | 111011 | 10111 | 101000 | 110010 | 110110 |
Color Harmonies of #C49D50
Complementary color
Monochromatic Colors of #C49D50
Black with #C49D50
Text Example
Text Example
White with #C49D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49D50; }
p { color: rgb(196,157,80); }
H1.HeaderClassName
{
color: #C49D50;
}
.AnyTagClassName
{
color: #C49D50;
}
</style>
background-color css
<style>
a { background-color: #C49D50; }
a { background-color: rgb(196,157,80); }
div.DivClassName
{
background-color: #C49D50;
}
.BgClassName
{
background-color: #C49D50;
}
</style>
border-color css
<style>
span { border-color: #C49D50; }
span { border-color: rgb(196,157,80); }
td.TdClassName
{
border-color: #C49D50;
}
.TagClassName
{
border-color: #C49D50;
}
</style>