Shades of Tussock #C29751
Tints of Tussock #C29751
RGB
CMYK
RGB Variations
Color information
#C29751 (or 0xC29751) is known color: Tussock. HEX triplet: C2, 97 and 51. RGB value is (194,151,81). Sum of RGB (Red+Green+Blue) = 194+151+81=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 81 (32.03% from 255 or 19.01% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C29751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29751 is #3D68AE. Grayscale: #9C9C9C. Windows color (decimal): -4024495 or 5347266. OLE color: 5347266.
HSL color Cylindrical-coordinate representation of color #C29751: hue angle of 37.17º 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 #C29751 is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 151 | 81 | - |
| CMYK | 0 | 0.22 | 0.58 | 0.24 |
| HSL | 37.17º | 0.48% | 0.54% | - |
| HSV(B) | 37.17º | 0.58% | 0.76% | - |
| XYZ | 34.8 | 34.2 | 12.55 | - |
| YUV | 155.88 | 85.75 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 151 | 81 | 0 | 0.22 | 0.58 | 0.24 | 37.17 | 0.48 | 0.54 |
| Hex | C2 | 97 | 51 | 0 | 16 | 3A | 18 | 25 | 30 | 36 |
| Octal | 302 | 227 | 121 | 0 | 26 | 72 | 30 | 45 | 60 | 66 |
| Binary | 11000010 | 10010111 | 1010001 | 0 | 10110 | 111010 | 11000 | 100101 | 110000 | 110110 |
Color Harmonies of #C29751
Complementary color
Monochromatic Colors of #C29751
Black with #C29751
Text Example
Text Example
White with #C29751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29751; }
p { color: rgb(194,151,81); }
H1.HeaderClassName
{
color: #C29751;
}
.AnyTagClassName
{
color: #C29751;
}
</style>
background-color css
<style>
a { background-color: #C29751; }
a { background-color: rgb(194,151,81); }
div.DivClassName
{
background-color: #C29751;
}
.BgClassName
{
background-color: #C29751;
}
</style>
border-color css
<style>
span { border-color: #C29751; }
span { border-color: rgb(194,151,81); }
td.TdClassName
{
border-color: #C29751;
}
.TagClassName
{
border-color: #C29751;
}
</style>