Shades of Twine #C58858
Tints of Twine #C58858
RGB
CMYK
RGB Variations
Color information
#C58858 (or 0xC58858) is known color: Twine. HEX triplet: C5, 88 and 58. RGB value is (197,136,88). Sum of RGB (Red+Green+Blue) = 197+136+88=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 136 (53.52% from 255 or 32.30% from 421); Blue value is 88 (34.77% from 255 or 20.90% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C58858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58858 is #3A77A7. Grayscale: #959595. Windows color (decimal): -3831720 or 5802181. OLE color: 5802181.
HSL color Cylindrical-coordinate representation of color #C58858: hue angle of 26.42º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C58858 is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 136 | 88 | - |
| CMYK | 0 | 0.31 | 0.55 | 0.23 |
| HSL | 26.42º | 0.48% | 0.56% | - |
| HSV(B) | 26.42º | 0.55% | 0.77% | - |
| XYZ | 33.59 | 30.18 | 13.29 | - |
| YUV | 148.77 | 93.71 | 162.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 136 | 88 | 0 | 0.31 | 0.55 | 0.23 | 26.42 | 0.48 | 0.56 |
| Hex | C5 | 88 | 58 | 0 | 1F | 37 | 17 | 1A | 30 | 38 |
| Octal | 305 | 210 | 130 | 0 | 37 | 67 | 27 | 32 | 60 | 70 |
| Binary | 11000101 | 10001000 | 1011000 | 0 | 11111 | 110111 | 10111 | 11010 | 110000 | 111000 |
Color Harmonies of #C58858
Complementary color
Monochromatic Colors of #C58858
Black with #C58858
Text Example
Text Example
White with #C58858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C58858; }
p { color: rgb(197,136,88); }
H1.HeaderClassName
{
color: #C58858;
}
.AnyTagClassName
{
color: #C58858;
}
</style>
background-color css
<style>
a { background-color: #C58858; }
a { background-color: rgb(197,136,88); }
div.DivClassName
{
background-color: #C58858;
}
.BgClassName
{
background-color: #C58858;
}
</style>
border-color css
<style>
span { border-color: #C58858; }
span { border-color: rgb(197,136,88); }
td.TdClassName
{
border-color: #C58858;
}
.TagClassName
{
border-color: #C58858;
}
</style>