Shades of Tussock #C29C4E
Tints of Tussock #C29C4E
RGB
CMYK
RGB Variations
Color information
#C29C4E (or 0xC29C4E) is known color: Tussock. HEX triplet: C2, 9C and 4E. RGB value is (194,156,78). Sum of RGB (Red+Green+Blue) = 194+156+78=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 78 (30.86% from 255 or 18.22% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29C4E is #3D63B1. Grayscale: #9E9E9E. Windows color (decimal): -4023218 or 5151938. OLE color: 5151938.
HSL color Cylindrical-coordinate representation of color #C29C4E: hue angle of 40.34º 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 #C29C4E is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 156 | 78 | - |
| CMYK | 0 | 0.20 | 0.60 | 0.24 |
| HSL | 40.34º | 0.49% | 0.53% | - |
| HSV(B) | 40.34º | 0.6% | 0.76% | - |
| XYZ | 35.51 | 35.8 | 12.25 | - |
| YUV | 158.47 | 82.59 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 156 | 78 | 0 | 0.20 | 0.60 | 0.24 | 40.34 | 0.49 | 0.53 |
| Hex | C2 | 9C | 4E | 0 | 14 | 3C | 18 | 28 | 31 | 35 |
| Octal | 302 | 234 | 116 | 0 | 24 | 74 | 30 | 50 | 61 | 65 |
| Binary | 11000010 | 10011100 | 1001110 | 0 | 10100 | 111100 | 11000 | 101000 | 110001 | 110101 |
Color Harmonies of #C29C4E
Complementary color
Monochromatic Colors of #C29C4E
Black with #C29C4E
Text Example
Text Example
White with #C29C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29C4E; }
p { color: rgb(194,156,78); }
H1.HeaderClassName
{
color: #C29C4E;
}
.AnyTagClassName
{
color: #C29C4E;
}
</style>
background-color css
<style>
a { background-color: #C29C4E; }
a { background-color: rgb(194,156,78); }
div.DivClassName
{
background-color: #C29C4E;
}
.BgClassName
{
background-color: #C29C4E;
}
</style>
border-color css
<style>
span { border-color: #C29C4E; }
span { border-color: rgb(194,156,78); }
td.TdClassName
{
border-color: #C29C4E;
}
.TagClassName
{
border-color: #C29C4E;
}
</style>