Shades of Twine #C59959
Tints of Twine #C59959
RGB
CMYK
RGB Variations
Color information
#C59959 (or 0xC59959) is known color: Twine. HEX triplet: C5, 99 and 59. RGB value is (197,153,89). Sum of RGB (Red+Green+Blue) = 197+153+89=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 153 (60.16% from 255 or 34.85% from 439); Blue value is 89 (35.16% from 255 or 20.27% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C59959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59959 is #3A66A6. Grayscale: #9F9F9F. Windows color (decimal): -3827367 or 5872069. OLE color: 5872069.
HSL color Cylindrical-coordinate representation of color #C59959: hue angle of 35.56º 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 #C59959 is Cyan = 0, Magento = 0.22, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 89 | - |
| CMYK | 0 | 0.22 | 0.55 | 0.23 |
| HSL | 35.56º | 0.48% | 0.56% | - |
| HSV(B) | 35.56º | 0.55% | 0.77% | - |
| XYZ | 36.22 | 35.37 | 14.37 | - |
| YUV | 158.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 89 | 0 | 0.22 | 0.55 | 0.23 | 35.56 | 0.48 | 0.56 |
| Hex | C5 | 99 | 59 | 0 | 16 | 37 | 17 | 24 | 30 | 38 |
| Octal | 305 | 231 | 131 | 0 | 26 | 67 | 27 | 44 | 60 | 70 |
| Binary | 11000101 | 10011001 | 1011001 | 0 | 10110 | 110111 | 10111 | 100100 | 110000 | 111000 |
Color Harmonies of #C59959
Complementary color
Monochromatic Colors of #C59959
Black with #C59959
Text Example
Text Example
White with #C59959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59959; }
p { color: rgb(197,153,89); }
H1.HeaderClassName
{
color: #C59959;
}
.AnyTagClassName
{
color: #C59959;
}
</style>
background-color css
<style>
a { background-color: #C59959; }
a { background-color: rgb(197,153,89); }
div.DivClassName
{
background-color: #C59959;
}
.BgClassName
{
background-color: #C59959;
}
</style>
border-color css
<style>
span { border-color: #C59959; }
span { border-color: rgb(197,153,89); }
td.TdClassName
{
border-color: #C59959;
}
.TagClassName
{
border-color: #C59959;
}
</style>