Shades of Tussock #C29047
Tints of Tussock #C29047
RGB
CMYK
RGB Variations
Color information
#C29047 (or 0xC29047) is known color: Tussock. HEX triplet: C2, 90 and 47. RGB value is (194,144,71). Sum of RGB (Red+Green+Blue) = 194+144+71=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 144 (56.64% from 255 or 35.21% from 409); Blue value is 71 (28.12% from 255 or 17.36% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C29047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29047 is #3D6FB8. Grayscale: #969696. Windows color (decimal): -4026297 or 4690114. OLE color: 4690114.
HSL color Cylindrical-coordinate representation of color #C29047: hue angle of 35.61º 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 #C29047 is Cyan = 0, Magento = 0.26, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 71 | - |
| CMYK | 0 | 0.26 | 0.63 | 0.24 |
| HSL | 35.61º | 0.5% | 0.52% | - |
| HSV(B) | 35.61º | 0.63% | 0.76% | - |
| XYZ | 33.36 | 31.87 | 10.35 | - |
| YUV | 150.63 | 83.07 | 158.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 71 | 0 | 0.26 | 0.63 | 0.24 | 35.61 | 0.5 | 0.52 |
| Hex | C2 | 90 | 47 | 0 | 1A | 3F | 18 | 24 | 32 | 34 |
| Octal | 302 | 220 | 107 | 0 | 32 | 77 | 30 | 44 | 62 | 64 |
| Binary | 11000010 | 10010000 | 1000111 | 0 | 11010 | 111111 | 11000 | 100100 | 110010 | 110100 |
Color Harmonies of #C29047
Complementary color
Monochromatic Colors of #C29047
Black with #C29047
Text Example
Text Example
White with #C29047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29047; }
p { color: rgb(194,144,71); }
H1.HeaderClassName
{
color: #C29047;
}
.AnyTagClassName
{
color: #C29047;
}
</style>
background-color css
<style>
a { background-color: #C29047; }
a { background-color: rgb(194,144,71); }
div.DivClassName
{
background-color: #C29047;
}
.BgClassName
{
background-color: #C29047;
}
</style>
border-color css
<style>
span { border-color: #C29047; }
span { border-color: rgb(194,144,71); }
td.TdClassName
{
border-color: #C29047;
}
.TagClassName
{
border-color: #C29047;
}
</style>