Shades of Tussock #C58F4E
Tints of Tussock #C58F4E
RGB
CMYK
RGB Variations
Color information
#C58F4E (or 0xC58F4E) is known color: Tussock. HEX triplet: C5, 8F and 4E. RGB value is (197,143,78). Sum of RGB (Red+Green+Blue) = 197+143+78=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 78 (30.86% from 255 or 18.66% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F4E is #3A70B1. Grayscale: #989898. Windows color (decimal): -3829938 or 5148613. OLE color: 5148613.
HSL color Cylindrical-coordinate representation of color #C58F4E: hue angle of 32.77º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C58F4E is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 78 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.23 |
| HSL | 32.77º | 0.51% | 0.54% | - |
| HSV(B) | 32.77º | 0.6% | 0.77% | - |
| XYZ | 34.22 | 32.07 | 11.59 | - |
| YUV | 151.74 | 86.39 | 160.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 78 | 0 | 0.27 | 0.60 | 0.23 | 32.77 | 0.51 | 0.54 |
| Hex | C5 | 8F | 4E | 0 | 1B | 3C | 17 | 21 | 33 | 36 |
| Octal | 305 | 217 | 116 | 0 | 33 | 74 | 27 | 41 | 63 | 66 |
| Binary | 11000101 | 10001111 | 1001110 | 0 | 11011 | 111100 | 10111 | 100001 | 110011 | 110110 |
Color Harmonies of #C58F4E
Complementary color
Monochromatic Colors of #C58F4E
Black with #C58F4E
Text Example
Text Example
White with #C58F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F4E; }
p { color: rgb(197,143,78); }
H1.HeaderClassName
{
color: #C58F4E;
}
.AnyTagClassName
{
color: #C58F4E;
}
</style>
background-color css
<style>
a { background-color: #C58F4E; }
a { background-color: rgb(197,143,78); }
div.DivClassName
{
background-color: #C58F4E;
}
.BgClassName
{
background-color: #C58F4E;
}
</style>
border-color css
<style>
span { border-color: #C58F4E; }
span { border-color: rgb(197,143,78); }
td.TdClassName
{
border-color: #C58F4E;
}
.TagClassName
{
border-color: #C58F4E;
}
</style>