Shades of Tussock #C59A4A
Tints of Tussock #C59A4A
RGB
CMYK
RGB Variations
Color information
#C59A4A (or 0xC59A4A) is known color: Tussock. HEX triplet: C5, 9A and 4A. RGB value is (197,154,74). Sum of RGB (Red+Green+Blue) = 197+154+74=425 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.35% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 74 (29.30% from 255 or 17.41% from 425); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C59A4A is #3A65B5. Grayscale: #9E9E9E. Windows color (decimal): -3827126 or 4889285. OLE color: 4889285.
HSL color Cylindrical-coordinate representation of color #C59A4A: hue angle of 39.02º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C59A4A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 74 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.23 |
| HSL | 39.02º | 0.51% | 0.53% | - |
| HSV(B) | 39.02º | 0.62% | 0.77% | - |
| XYZ | 35.82 | 35.48 | 11.44 | - |
| YUV | 157.74 | 80.75 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 74 | 0 | 0.22 | 0.62 | 0.23 | 39.02 | 0.51 | 0.53 |
| Hex | C5 | 9A | 4A | 0 | 16 | 3E | 17 | 27 | 33 | 35 |
| Octal | 305 | 232 | 112 | 0 | 26 | 76 | 27 | 47 | 63 | 65 |
| Binary | 11000101 | 10011010 | 1001010 | 0 | 10110 | 111110 | 10111 | 100111 | 110011 | 110101 |
Color Harmonies of #C59A4A
Complementary color
Monochromatic Colors of #C59A4A
Black with #C59A4A
Text Example
Text Example
White with #C59A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A4A; }
p { color: rgb(197,154,74); }
H1.HeaderClassName
{
color: #C59A4A;
}
.AnyTagClassName
{
color: #C59A4A;
}
</style>
background-color css
<style>
a { background-color: #C59A4A; }
a { background-color: rgb(197,154,74); }
div.DivClassName
{
background-color: #C59A4A;
}
.BgClassName
{
background-color: #C59A4A;
}
</style>
border-color css
<style>
span { border-color: #C59A4A; }
span { border-color: rgb(197,154,74); }
td.TdClassName
{
border-color: #C59A4A;
}
.TagClassName
{
border-color: #C59A4A;
}
</style>