Shades of Twine #C58E5D
Tints of Twine #C58E5D
RGB
CMYK
RGB Variations
Color information
#C58E5D (or 0xC58E5D) is known color: Twine. HEX triplet: C5, 8E and 5D. RGB value is (197,142,93). Sum of RGB (Red+Green+Blue) = 197+142+93=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 142 (55.86% from 255 or 32.87% from 432); Blue value is 93 (36.72% from 255 or 21.53% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C58E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58E5D is #3A71A2. Grayscale: #999999. Windows color (decimal): -3830179 or 6131397. OLE color: 6131397.
HSL color Cylindrical-coordinate representation of color #C58E5D: hue angle of 28.27º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C58E5D is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 142 | 93 | - |
| CMYK | 0 | 0.28 | 0.53 | 0.23 |
| HSL | 28.27º | 0.47% | 0.57% | - |
| HSV(B) | 28.27º | 0.53% | 0.77% | - |
| XYZ | 34.67 | 32.01 | 14.71 | - |
| YUV | 152.86 | 94.22 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 142 | 93 | 0 | 0.28 | 0.53 | 0.23 | 28.27 | 0.47 | 0.57 |
| Hex | C5 | 8E | 5D | 0 | 1C | 35 | 17 | 1C | 2F | 39 |
| Octal | 305 | 216 | 135 | 0 | 34 | 65 | 27 | 34 | 57 | 71 |
| Binary | 11000101 | 10001110 | 1011101 | 0 | 11100 | 110101 | 10111 | 11100 | 101111 | 111001 |
Color Harmonies of #C58E5D
Complementary color
Monochromatic Colors of #C58E5D
Black with #C58E5D
Text Example
Text Example
White with #C58E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58E5D; }
p { color: rgb(197,142,93); }
H1.HeaderClassName
{
color: #C58E5D;
}
.AnyTagClassName
{
color: #C58E5D;
}
</style>
background-color css
<style>
a { background-color: #C58E5D; }
a { background-color: rgb(197,142,93); }
div.DivClassName
{
background-color: #C58E5D;
}
.BgClassName
{
background-color: #C58E5D;
}
</style>
border-color css
<style>
span { border-color: #C58E5D; }
span { border-color: rgb(197,142,93); }
td.TdClassName
{
border-color: #C58E5D;
}
.TagClassName
{
border-color: #C58E5D;
}
</style>