Shades of Twine #C59858
Tints of Twine #C59858
RGB
CMYK
RGB Variations
Color information
#C59858 (or 0xC59858) is known color: Twine. HEX triplet: C5, 98 and 58. RGB value is (197,152,88). Sum of RGB (Red+Green+Blue) = 197+152+88=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 152 (59.77% from 255 or 34.78% from 437); Blue value is 88 (34.77% from 255 or 20.14% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C59858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59858 is #3A67A7. Grayscale: #9E9E9E. Windows color (decimal): -3827624 or 5806277. OLE color: 5806277.
HSL color Cylindrical-coordinate representation of color #C59858: hue angle of 35.23º 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 #C59858 is Cyan = 0, Magento = 0.23, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 88 | - |
| CMYK | 0 | 0.23 | 0.55 | 0.23 |
| HSL | 35.23º | 0.48% | 0.56% | - |
| HSV(B) | 35.23º | 0.55% | 0.77% | - |
| XYZ | 36.02 | 35.03 | 14.1 | - |
| YUV | 158.16 | 88.41 | 155.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 88 | 0 | 0.23 | 0.55 | 0.23 | 35.23 | 0.48 | 0.56 |
| Hex | C5 | 98 | 58 | 0 | 17 | 37 | 17 | 23 | 30 | 38 |
| Octal | 305 | 230 | 130 | 0 | 27 | 67 | 27 | 43 | 60 | 70 |
| Binary | 11000101 | 10011000 | 1011000 | 0 | 10111 | 110111 | 10111 | 100011 | 110000 | 111000 |
Color Harmonies of #C59858
Complementary color
Monochromatic Colors of #C59858
Black with #C59858
Text Example
Text Example
White with #C59858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59858; }
p { color: rgb(197,152,88); }
H1.HeaderClassName
{
color: #C59858;
}
.AnyTagClassName
{
color: #C59858;
}
</style>
background-color css
<style>
a { background-color: #C59858; }
a { background-color: rgb(197,152,88); }
div.DivClassName
{
background-color: #C59858;
}
.BgClassName
{
background-color: #C59858;
}
</style>
border-color css
<style>
span { border-color: #C59858; }
span { border-color: rgb(197,152,88); }
td.TdClassName
{
border-color: #C59858;
}
.TagClassName
{
border-color: #C59858;
}
</style>