Shades of Tussock #C29D4A
Tints of Tussock #C29D4A
RGB
CMYK
RGB Variations
Color information
#C29D4A (or 0xC29D4A) is known color: Tussock. HEX triplet: C2, 9D and 4A. RGB value is (194,157,74). Sum of RGB (Red+Green+Blue) = 194+157+74=425 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.65% from 425); Green value is 157 (61.72% from 255 or 36.94% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29D4A is #3D62B5. Grayscale: #9E9E9E. Windows color (decimal): -4022966 or 4890050. OLE color: 4890050.
HSL color Cylindrical-coordinate representation of color #C29D4A: hue angle of 41.5º 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 #C29D4A is Cyan = 0, Magento = 0.19, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 74 | - |
| CMYK | 0 | 0.19 | 0.62 | 0.24 |
| HSL | 41.5º | 0.5% | 0.53% | - |
| HSV(B) | 41.5º | 0.62% | 0.76% | - |
| XYZ | 35.54 | 36.08 | 11.57 | - |
| YUV | 158.6 | 80.26 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 74 | 0 | 0.19 | 0.62 | 0.24 | 41.5 | 0.5 | 0.53 |
| Hex | C2 | 9D | 4A | 0 | 13 | 3E | 18 | 2A | 32 | 35 |
| Octal | 302 | 235 | 112 | 0 | 23 | 76 | 30 | 52 | 62 | 65 |
| Binary | 11000010 | 10011101 | 1001010 | 0 | 10011 | 111110 | 11000 | 101010 | 110010 | 110101 |
Color Harmonies of #C29D4A
Complementary color
Monochromatic Colors of #C29D4A
Black with #C29D4A
Text Example
Text Example
White with #C29D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D4A; }
p { color: rgb(194,157,74); }
H1.HeaderClassName
{
color: #C29D4A;
}
.AnyTagClassName
{
color: #C29D4A;
}
</style>
background-color css
<style>
a { background-color: #C29D4A; }
a { background-color: rgb(194,157,74); }
div.DivClassName
{
background-color: #C29D4A;
}
.BgClassName
{
background-color: #C29D4A;
}
</style>
border-color css
<style>
span { border-color: #C29D4A; }
span { border-color: rgb(194,157,74); }
td.TdClassName
{
border-color: #C29D4A;
}
.TagClassName
{
border-color: #C29D4A;
}
</style>