Shades of Twine #C58E51
Tints of Twine #C58E51
RGB
CMYK
RGB Variations
Color information
#C58E51 (or 0xC58E51) is known color: Twine. HEX triplet: C5, 8E and 51. RGB value is (197,142,81). Sum of RGB (Red+Green+Blue) = 197+142+81=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 142 (55.86% from 255 or 33.81% from 420); Blue value is 81 (32.03% from 255 or 19.29% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E51 is #3A71AE. Grayscale: #979797. Windows color (decimal): -3830191 or 5344965. OLE color: 5344965.
HSL color Cylindrical-coordinate representation of color #C58E51: hue angle of 31.55º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C58E51 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 81 | - |
| CMYK | 0 | 0.28 | 0.59 | 0.23 |
| HSL | 31.55º | 0.5% | 0.55% | - |
| HSV(B) | 31.55º | 0.59% | 0.77% | - |
| XYZ | 34.18 | 31.81 | 12.12 | - |
| YUV | 151.49 | 88.22 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 81 | 0 | 0.28 | 0.59 | 0.23 | 31.55 | 0.5 | 0.55 |
| Hex | C5 | 8E | 51 | 0 | 1C | 3B | 17 | 20 | 32 | 37 |
| Octal | 305 | 216 | 121 | 0 | 34 | 73 | 27 | 40 | 62 | 67 |
| Binary | 11000101 | 10001110 | 1010001 | 0 | 11100 | 111011 | 10111 | 100000 | 110010 | 110111 |
Color Harmonies of #C58E51
Complementary color
Monochromatic Colors of #C58E51
Black with #C58E51
Text Example
Text Example
White with #C58E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E51; }
p { color: rgb(197,142,81); }
H1.HeaderClassName
{
color: #C58E51;
}
.AnyTagClassName
{
color: #C58E51;
}
</style>
background-color css
<style>
a { background-color: #C58E51; }
a { background-color: rgb(197,142,81); }
div.DivClassName
{
background-color: #C58E51;
}
.BgClassName
{
background-color: #C58E51;
}
</style>
border-color css
<style>
span { border-color: #C58E51; }
span { border-color: rgb(197,142,81); }
td.TdClassName
{
border-color: #C58E51;
}
.TagClassName
{
border-color: #C58E51;
}
</style>