Shades of Tussock #C29247
Tints of Tussock #C29247
RGB
CMYK
RGB Variations
Color information
#C29247 (or 0xC29247) is known color: Tussock. HEX triplet: C2, 92 and 47. RGB value is (194,146,71). Sum of RGB (Red+Green+Blue) = 194+146+71=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 71 (28.12% from 255 or 17.27% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C29247 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29247 is #3D6DB8. Grayscale: #989898. Windows color (decimal): -4025785 or 4690626. OLE color: 4690626.
HSL color Cylindrical-coordinate representation of color #C29247: hue angle of 36.59º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C29247 is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 146 | 71 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.24 |
| HSL | 36.59º | 0.5% | 0.52% | - |
| HSV(B) | 36.59º | 0.63% | 0.76% | - |
| XYZ | 33.66 | 32.48 | 10.46 | - |
| YUV | 151.8 | 82.4 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 71 | 0 | 0.25 | 0.63 | 0.24 | 36.59 | 0.5 | 0.52 |
| Hex | C2 | 92 | 47 | 0 | 19 | 3F | 18 | 25 | 32 | 34 |
| Octal | 302 | 222 | 107 | 0 | 31 | 77 | 30 | 45 | 62 | 64 |
| Binary | 11000010 | 10010010 | 1000111 | 0 | 11001 | 111111 | 11000 | 100101 | 110010 | 110100 |
Color Harmonies of #C29247
Complementary color
Monochromatic Colors of #C29247
Black with #C29247
Text Example
Text Example
White with #C29247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29247; }
p { color: rgb(194,146,71); }
H1.HeaderClassName
{
color: #C29247;
}
.AnyTagClassName
{
color: #C29247;
}
</style>
background-color css
<style>
a { background-color: #C29247; }
a { background-color: rgb(194,146,71); }
div.DivClassName
{
background-color: #C29247;
}
.BgClassName
{
background-color: #C29247;
}
</style>
border-color css
<style>
span { border-color: #C29247; }
span { border-color: rgb(194,146,71); }
td.TdClassName
{
border-color: #C29247;
}
.TagClassName
{
border-color: #C29247;
}
</style>