Shades of Tussock #C29951
Tints of Tussock #C29951
RGB
CMYK
RGB Variations
Color information
#C29951 (or 0xC29951) is known color: Tussock. HEX triplet: C2, 99 and 51. RGB value is (194,153,81). Sum of RGB (Red+Green+Blue) = 194+153+81=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 81 (32.03% from 255 or 18.93% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29951 is #3D66AE. Grayscale: #9D9D9D. Windows color (decimal): -4023983 or 5347778. OLE color: 5347778.
HSL color Cylindrical-coordinate representation of color #C29951: hue angle of 38.23º 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 #C29951 is Cyan = 0, Magento = 0.21, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 153 | 81 | - |
| CMYK | 0 | 0.21 | 0.58 | 0.24 |
| HSL | 38.23º | 0.48% | 0.54% | - |
| HSV(B) | 38.23º | 0.58% | 0.76% | - |
| XYZ | 35.12 | 34.85 | 12.66 | - |
| YUV | 157.05 | 85.08 | 154.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 153 | 81 | 0 | 0.21 | 0.58 | 0.24 | 38.23 | 0.48 | 0.54 |
| Hex | C2 | 99 | 51 | 0 | 15 | 3A | 18 | 26 | 30 | 36 |
| Octal | 302 | 231 | 121 | 0 | 25 | 72 | 30 | 46 | 60 | 66 |
| Binary | 11000010 | 10011001 | 1010001 | 0 | 10101 | 111010 | 11000 | 100110 | 110000 | 110110 |
Color Harmonies of #C29951
Complementary color
Monochromatic Colors of #C29951
Black with #C29951
Text Example
Text Example
White with #C29951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29951; }
p { color: rgb(194,153,81); }
H1.HeaderClassName
{
color: #C29951;
}
.AnyTagClassName
{
color: #C29951;
}
</style>
background-color css
<style>
a { background-color: #C29951; }
a { background-color: rgb(194,153,81); }
div.DivClassName
{
background-color: #C29951;
}
.BgClassName
{
background-color: #C29951;
}
</style>
border-color css
<style>
span { border-color: #C29951; }
span { border-color: rgb(194,153,81); }
td.TdClassName
{
border-color: #C29951;
}
.TagClassName
{
border-color: #C29951;
}
</style>