Shades of Tussock #C29A48
Tints of Tussock #C29A48
RGB
CMYK
RGB Variations
Color information
#C29A48 (or 0xC29A48) is known color: Tussock. HEX triplet: C2, 9A and 48. RGB value is (194,154,72). Sum of RGB (Red+Green+Blue) = 194+154+72=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A48 is #3D65B7. Grayscale: #9C9C9C. Windows color (decimal): -4023736 or 4758210. OLE color: 4758210.
HSL color Cylindrical-coordinate representation of color #C29A48: hue angle of 40.33º 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 #C29A48 is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 72 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.24 |
| HSL | 40.33º | 0.5% | 0.52% | - |
| HSV(B) | 40.33º | 0.63% | 0.76% | - |
| XYZ | 34.97 | 35.05 | 11.05 | - |
| YUV | 156.61 | 80.25 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 72 | 0 | 0.21 | 0.63 | 0.24 | 40.33 | 0.5 | 0.52 |
| Hex | C2 | 9A | 48 | 0 | 15 | 3F | 18 | 28 | 32 | 34 |
| Octal | 302 | 232 | 110 | 0 | 25 | 77 | 30 | 50 | 62 | 64 |
| Binary | 11000010 | 10011010 | 1001000 | 0 | 10101 | 111111 | 11000 | 101000 | 110010 | 110100 |
Color Harmonies of #C29A48
Complementary color
Monochromatic Colors of #C29A48
Black with #C29A48
Text Example
Text Example
White with #C29A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A48; }
p { color: rgb(194,154,72); }
H1.HeaderClassName
{
color: #C29A48;
}
.AnyTagClassName
{
color: #C29A48;
}
</style>
background-color css
<style>
a { background-color: #C29A48; }
a { background-color: rgb(194,154,72); }
div.DivClassName
{
background-color: #C29A48;
}
.BgClassName
{
background-color: #C29A48;
}
</style>
border-color css
<style>
span { border-color: #C29A48; }
span { border-color: rgb(194,154,72); }
td.TdClassName
{
border-color: #C29A48;
}
.TagClassName
{
border-color: #C29A48;
}
</style>