Shades of Tussock #C29A4A
Tints of Tussock #C29A4A
RGB
CMYK
RGB Variations
Color information
#C29A4A (or 0xC29A4A) is known color: Tussock. HEX triplet: C2, 9A and 4A. RGB value is (194,154,74). Sum of RGB (Red+Green+Blue) = 194+154+74=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 74 (29.30% from 255 or 17.54% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A4A is #3D65B5. Grayscale: #9D9D9D. Windows color (decimal): -4023734 or 4889282. OLE color: 4889282.
HSL color Cylindrical-coordinate representation of color #C29A4A: hue angle of 40º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C29A4A is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 74 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.24 |
| HSL | 40º | 0.5% | 0.53% | - |
| HSV(B) | 40º | 0.62% | 0.76% | - |
| XYZ | 35.04 | 35.07 | 11.4 | - |
| YUV | 156.84 | 81.25 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 74 | 0 | 0.21 | 0.62 | 0.24 | 40 | 0.5 | 0.53 |
| Hex | C2 | 9A | 4A | 0 | 15 | 3E | 18 | 28 | 32 | 35 |
| Octal | 302 | 232 | 112 | 0 | 25 | 76 | 30 | 50 | 62 | 65 |
| Binary | 11000010 | 10011010 | 1001010 | 0 | 10101 | 111110 | 11000 | 101000 | 110010 | 110101 |
Color Harmonies of #C29A4A
Complementary color
Monochromatic Colors of #C29A4A
Black with #C29A4A
Text Example
Text Example
White with #C29A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A4A; }
p { color: rgb(194,154,74); }
H1.HeaderClassName
{
color: #C29A4A;
}
.AnyTagClassName
{
color: #C29A4A;
}
</style>
background-color css
<style>
a { background-color: #C29A4A; }
a { background-color: rgb(194,154,74); }
div.DivClassName
{
background-color: #C29A4A;
}
.BgClassName
{
background-color: #C29A4A;
}
</style>
border-color css
<style>
span { border-color: #C29A4A; }
span { border-color: rgb(194,154,74); }
td.TdClassName
{
border-color: #C29A4A;
}
.TagClassName
{
border-color: #C29A4A;
}
</style>