Shades of Tussock #C58D4A
Tints of Tussock #C58D4A
RGB
CMYK
RGB Variations
Color information
#C58D4A (or 0xC58D4A) is known color: Tussock. HEX triplet: C5, 8D and 4A. RGB value is (197,141,74). Sum of RGB (Red+Green+Blue) = 197+141+74=412 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.82% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 197 - color contains mainly: red. Hex color #C58D4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58D4A is #3A72B5. Grayscale: #969696. Windows color (decimal): -3830454 or 4885957. OLE color: 4885957.
HSL color Cylindrical-coordinate representation of color #C58D4A: hue angle of 32.68º 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 #C58D4A is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 141 | 74 | - |
| CMYK | 0 | 0.28 | 0.62 | 0.23 |
| HSL | 32.68º | 0.51% | 0.53% | - |
| HSV(B) | 32.68º | 0.62% | 0.77% | - |
| XYZ | 33.79 | 31.41 | 10.76 | - |
| YUV | 150.11 | 85.05 | 161.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 141 | 74 | 0 | 0.28 | 0.62 | 0.23 | 32.68 | 0.51 | 0.53 |
| Hex | C5 | 8D | 4A | 0 | 1C | 3E | 17 | 21 | 33 | 35 |
| Octal | 305 | 215 | 112 | 0 | 34 | 76 | 27 | 41 | 63 | 65 |
| Binary | 11000101 | 10001101 | 1001010 | 0 | 11100 | 111110 | 10111 | 100001 | 110011 | 110101 |
Color Harmonies of #C58D4A
Complementary color
Monochromatic Colors of #C58D4A
Black with #C58D4A
Text Example
Text Example
White with #C58D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58D4A; }
p { color: rgb(197,141,74); }
H1.HeaderClassName
{
color: #C58D4A;
}
.AnyTagClassName
{
color: #C58D4A;
}
</style>
background-color css
<style>
a { background-color: #C58D4A; }
a { background-color: rgb(197,141,74); }
div.DivClassName
{
background-color: #C58D4A;
}
.BgClassName
{
background-color: #C58D4A;
}
</style>
border-color css
<style>
span { border-color: #C58D4A; }
span { border-color: rgb(197,141,74); }
td.TdClassName
{
border-color: #C58D4A;
}
.TagClassName
{
border-color: #C58D4A;
}
</style>