Shades of Tussock #C29A4E
Tints of Tussock #C29A4E
RGB
CMYK
RGB Variations
Color information
#C29A4E (or 0xC29A4E) is known color: Tussock. HEX triplet: C2, 9A and 4E. RGB value is (194,154,78). Sum of RGB (Red+Green+Blue) = 194+154+78=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 78 (30.86% from 255 or 18.31% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A4E is #3D65B1. Grayscale: #9D9D9D. Windows color (decimal): -4023730 or 5151426. OLE color: 5151426.
HSL color Cylindrical-coordinate representation of color #C29A4E: hue angle of 39.31º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C29A4E is Cyan = 0, Magento = 0.21, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 78 | - |
| CMYK | 0 | 0.21 | 0.60 | 0.24 |
| HSL | 39.31º | 0.49% | 0.53% | - |
| HSV(B) | 39.31º | 0.6% | 0.76% | - |
| XYZ | 35.18 | 35.13 | 12.13 | - |
| YUV | 157.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 78 | 0 | 0.21 | 0.60 | 0.24 | 39.31 | 0.49 | 0.53 |
| Hex | C2 | 9A | 4E | 0 | 15 | 3C | 18 | 27 | 31 | 35 |
| Octal | 302 | 232 | 116 | 0 | 25 | 74 | 30 | 47 | 61 | 65 |
| Binary | 11000010 | 10011010 | 1001110 | 0 | 10101 | 111100 | 11000 | 100111 | 110001 | 110101 |
Color Harmonies of #C29A4E
Complementary color
Monochromatic Colors of #C29A4E
Black with #C29A4E
Text Example
Text Example
White with #C29A4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A4E; }
p { color: rgb(194,154,78); }
H1.HeaderClassName
{
color: #C29A4E;
}
.AnyTagClassName
{
color: #C29A4E;
}
</style>
background-color css
<style>
a { background-color: #C29A4E; }
a { background-color: rgb(194,154,78); }
div.DivClassName
{
background-color: #C29A4E;
}
.BgClassName
{
background-color: #C29A4E;
}
</style>
border-color css
<style>
span { border-color: #C29A4E; }
span { border-color: rgb(194,154,78); }
td.TdClassName
{
border-color: #C29A4E;
}
.TagClassName
{
border-color: #C29A4E;
}
</style>