Shades of Tussock #C59A4C
Tints of Tussock #C59A4C
RGB
CMYK
RGB Variations
Color information
#C59A4C (or 0xC59A4C) is known color: Tussock. HEX triplet: C5, 9A and 4C. RGB value is (197,154,76). Sum of RGB (Red+Green+Blue) = 197+154+76=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 154 (60.55% from 255 or 36.07% from 427); Blue value is 76 (30.08% from 255 or 17.80% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A4C is #3A65B3. Grayscale: #9E9E9E. Windows color (decimal): -3827124 or 5020357. OLE color: 5020357.
HSL color Cylindrical-coordinate representation of color #C59A4C: hue angle of 38.68º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C59A4C is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 76 | - |
| CMYK | 0 | 0.22 | 0.61 | 0.23 |
| HSL | 38.68º | 0.51% | 0.54% | - |
| HSV(B) | 38.68º | 0.61% | 0.77% | - |
| XYZ | 35.89 | 35.5 | 11.8 | - |
| YUV | 157.97 | 81.75 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 76 | 0 | 0.22 | 0.61 | 0.23 | 38.68 | 0.51 | 0.54 |
| Hex | C5 | 9A | 4C | 0 | 16 | 3D | 17 | 27 | 33 | 36 |
| Octal | 305 | 232 | 114 | 0 | 26 | 75 | 27 | 47 | 63 | 66 |
| Binary | 11000101 | 10011010 | 1001100 | 0 | 10110 | 111101 | 10111 | 100111 | 110011 | 110110 |
Color Harmonies of #C59A4C
Complementary color
Monochromatic Colors of #C59A4C
Black with #C59A4C
Text Example
Text Example
White with #C59A4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A4C; }
p { color: rgb(197,154,76); }
H1.HeaderClassName
{
color: #C59A4C;
}
.AnyTagClassName
{
color: #C59A4C;
}
</style>
background-color css
<style>
a { background-color: #C59A4C; }
a { background-color: rgb(197,154,76); }
div.DivClassName
{
background-color: #C59A4C;
}
.BgClassName
{
background-color: #C59A4C;
}
</style>
border-color css
<style>
span { border-color: #C59A4C; }
span { border-color: rgb(197,154,76); }
td.TdClassName
{
border-color: #C59A4C;
}
.TagClassName
{
border-color: #C59A4C;
}
</style>