Shades of Tussock #C29A4F
Tints of Tussock #C29A4F
RGB
CMYK
RGB Variations
Color information
#C29A4F (or 0xC29A4F) is known color: Tussock. HEX triplet: C2, 9A and 4F. RGB value is (194,154,79). Sum of RGB (Red+Green+Blue) = 194+154+79=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 79 (31.25% from 255 or 18.50% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A4F is #3D65B0. Grayscale: #9D9D9D. Windows color (decimal): -4023729 or 5216962. OLE color: 5216962.
HSL color Cylindrical-coordinate representation of color #C29A4F: hue angle of 39.13º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C29A4F is Cyan = 0, Magento = 0.21, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 154 | 79 | - |
| CMYK | 0 | 0.21 | 0.59 | 0.24 |
| HSL | 39.13º | 0.49% | 0.54% | - |
| HSV(B) | 39.13º | 0.59% | 0.76% | - |
| XYZ | 35.22 | 35.15 | 12.32 | - |
| YUV | 157.41 | 83.75 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 154 | 79 | 0 | 0.21 | 0.59 | 0.24 | 39.13 | 0.49 | 0.54 |
| Hex | C2 | 9A | 4F | 0 | 15 | 3B | 18 | 27 | 31 | 36 |
| Octal | 302 | 232 | 117 | 0 | 25 | 73 | 30 | 47 | 61 | 66 |
| Binary | 11000010 | 10011010 | 1001111 | 0 | 10101 | 111011 | 11000 | 100111 | 110001 | 110110 |
Color Harmonies of #C29A4F
Complementary color
Monochromatic Colors of #C29A4F
Black with #C29A4F
Text Example
Text Example
White with #C29A4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29A4F; }
p { color: rgb(194,154,79); }
H1.HeaderClassName
{
color: #C29A4F;
}
.AnyTagClassName
{
color: #C29A4F;
}
</style>
background-color css
<style>
a { background-color: #C29A4F; }
a { background-color: rgb(194,154,79); }
div.DivClassName
{
background-color: #C29A4F;
}
.BgClassName
{
background-color: #C29A4F;
}
</style>
border-color css
<style>
span { border-color: #C29A4F; }
span { border-color: rgb(194,154,79); }
td.TdClassName
{
border-color: #C29A4F;
}
.TagClassName
{
border-color: #C29A4F;
}
</style>