Shades of Twine #C58F57
Tints of Twine #C58F57
RGB
CMYK
RGB Variations
Color information
#C58F57 (or 0xC58F57) is known color: Twine. HEX triplet: C5, 8F and 57. RGB value is (197,143,87). Sum of RGB (Red+Green+Blue) = 197+143+87=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 143 (56.25% from 255 or 33.49% from 427); Blue value is 87 (34.38% from 255 or 20.37% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C58F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58F57 is #3A70A8. Grayscale: #999999. Windows color (decimal): -3829929 or 5738437. OLE color: 5738437.
HSL color Cylindrical-coordinate representation of color #C58F57: hue angle of 30.55º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C58F57 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 143 | 87 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.23 |
| HSL | 30.55º | 0.49% | 0.56% | - |
| HSV(B) | 30.55º | 0.56% | 0.77% | - |
| XYZ | 34.57 | 32.2 | 13.41 | - |
| YUV | 152.76 | 90.89 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 143 | 87 | 0 | 0.27 | 0.56 | 0.23 | 30.55 | 0.49 | 0.56 |
| Hex | C5 | 8F | 57 | 0 | 1B | 38 | 17 | 1F | 31 | 38 |
| Octal | 305 | 217 | 127 | 0 | 33 | 70 | 27 | 37 | 61 | 70 |
| Binary | 11000101 | 10001111 | 1010111 | 0 | 11011 | 111000 | 10111 | 11111 | 110001 | 111000 |
Color Harmonies of #C58F57
Complementary color
Monochromatic Colors of #C58F57
Black with #C58F57
Text Example
Text Example
White with #C58F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58F57; }
p { color: rgb(197,143,87); }
H1.HeaderClassName
{
color: #C58F57;
}
.AnyTagClassName
{
color: #C58F57;
}
</style>
background-color css
<style>
a { background-color: #C58F57; }
a { background-color: rgb(197,143,87); }
div.DivClassName
{
background-color: #C58F57;
}
.BgClassName
{
background-color: #C58F57;
}
</style>
border-color css
<style>
span { border-color: #C58F57; }
span { border-color: rgb(197,143,87); }
td.TdClassName
{
border-color: #C58F57;
}
.TagClassName
{
border-color: #C58F57;
}
</style>