Shades of Twine #C58F60
Tints of Twine #C58F60
RGB
CMYK
RGB Variations
Color information
#C58F60 (or 0xC58F60) is known color: Twine. HEX triplet: C5, 8F and 60. RGB value is (197,143,96). Sum of RGB (Red+Green+Blue) = 197+143+96=436 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.18% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F60 is #3A709F. Grayscale: #9A9A9A. Windows color (decimal): -3829920 or 6328261. OLE color: 6328261.
HSL color Cylindrical-coordinate representation of color #C58F60: hue angle of 27.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C58F60 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 96 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.23 |
| HSL | 27.92º | 0.47% | 0.57% | - |
| HSV(B) | 27.92º | 0.51% | 0.77% | - |
| XYZ | 34.96 | 32.36 | 15.47 | - |
| YUV | 153.79 | 95.39 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 96 | 0 | 0.27 | 0.51 | 0.23 | 27.92 | 0.47 | 0.57 |
| Hex | C5 | 8F | 60 | 0 | 1B | 33 | 17 | 1C | 2F | 39 |
| Octal | 305 | 217 | 140 | 0 | 33 | 63 | 27 | 34 | 57 | 71 |
| Binary | 11000101 | 10001111 | 1100000 | 0 | 11011 | 110011 | 10111 | 11100 | 101111 | 111001 |
Color Harmonies of #C58F60
Complementary color
Monochromatic Colors of #C58F60
Black with #C58F60
Text Example
Text Example
White with #C58F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F60; }
p { color: rgb(197,143,96); }
H1.HeaderClassName
{
color: #C58F60;
}
.AnyTagClassName
{
color: #C58F60;
}
</style>
background-color css
<style>
a { background-color: #C58F60; }
a { background-color: rgb(197,143,96); }
div.DivClassName
{
background-color: #C58F60;
}
.BgClassName
{
background-color: #C58F60;
}
</style>
border-color css
<style>
span { border-color: #C58F60; }
span { border-color: rgb(197,143,96); }
td.TdClassName
{
border-color: #C58F60;
}
.TagClassName
{
border-color: #C58F60;
}
</style>