Shades of Tussock #C29D4F
Tints of Tussock #C29D4F
RGB
CMYK
RGB Variations
Color information
#C29D4F (or 0xC29D4F) is known color: Tussock. HEX triplet: C2, 9D and 4F. RGB value is (194,157,79). Sum of RGB (Red+Green+Blue) = 194+157+79=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 79 (31.25% from 255 or 18.37% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C29D4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29D4F is #3D62B0. Grayscale: #9F9F9F. Windows color (decimal): -4022961 or 5217730. OLE color: 5217730.
HSL color Cylindrical-coordinate representation of color #C29D4F: hue angle of 40.7º 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 #C29D4F is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 157 | 79 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.24 |
| HSL | 40.7º | 0.49% | 0.54% | - |
| HSV(B) | 40.7º | 0.59% | 0.76% | - |
| XYZ | 35.72 | 36.15 | 12.49 | - |
| YUV | 159.17 | 82.76 | 152.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 157 | 79 | 0 | 0.19 | 0.59 | 0.24 | 40.7 | 0.49 | 0.54 |
| Hex | C2 | 9D | 4F | 0 | 13 | 3B | 18 | 29 | 31 | 36 |
| Octal | 302 | 235 | 117 | 0 | 23 | 73 | 30 | 51 | 61 | 66 |
| Binary | 11000010 | 10011101 | 1001111 | 0 | 10011 | 111011 | 11000 | 101001 | 110001 | 110110 |
Color Harmonies of #C29D4F
Complementary color
Monochromatic Colors of #C29D4F
Black with #C29D4F
Text Example
Text Example
White with #C29D4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29D4F; }
p { color: rgb(194,157,79); }
H1.HeaderClassName
{
color: #C29D4F;
}
.AnyTagClassName
{
color: #C29D4F;
}
</style>
background-color css
<style>
a { background-color: #C29D4F; }
a { background-color: rgb(194,157,79); }
div.DivClassName
{
background-color: #C29D4F;
}
.BgClassName
{
background-color: #C29D4F;
}
</style>
border-color css
<style>
span { border-color: #C29D4F; }
span { border-color: rgb(194,157,79); }
td.TdClassName
{
border-color: #C29D4F;
}
.TagClassName
{
border-color: #C29D4F;
}
</style>