Shades of Twine #C59059
Tints of Twine #C59059
RGB
CMYK
RGB Variations
Color information
#C59059 (or 0xC59059) is known color: Twine. HEX triplet: C5, 90 and 59. RGB value is (197,144,89). Sum of RGB (Red+Green+Blue) = 197+144+89=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59059 is #3A6FA6. Grayscale: #999999. Windows color (decimal): -3829671 or 5869765. OLE color: 5869765.
HSL color Cylindrical-coordinate representation of color #C59059: hue angle of 30.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 #C59059 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 89 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.23 |
| HSL | 30.56º | 0.48% | 0.56% | - |
| HSV(B) | 30.56º | 0.55% | 0.77% | - |
| XYZ | 34.8 | 32.54 | 13.9 | - |
| YUV | 153.58 | 91.56 | 158.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 89 | 0 | 0.27 | 0.55 | 0.23 | 30.56 | 0.48 | 0.56 |
| Hex | C5 | 90 | 59 | 0 | 1B | 37 | 17 | 1F | 30 | 38 |
| Octal | 305 | 220 | 131 | 0 | 33 | 67 | 27 | 37 | 60 | 70 |
| Binary | 11000101 | 10010000 | 1011001 | 0 | 11011 | 110111 | 10111 | 11111 | 110000 | 111000 |
Color Harmonies of #C59059
Complementary color
Monochromatic Colors of #C59059
Black with #C59059
Text Example
Text Example
White with #C59059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59059; }
p { color: rgb(197,144,89); }
H1.HeaderClassName
{
color: #C59059;
}
.AnyTagClassName
{
color: #C59059;
}
</style>
background-color css
<style>
a { background-color: #C59059; }
a { background-color: rgb(197,144,89); }
div.DivClassName
{
background-color: #C59059;
}
.BgClassName
{
background-color: #C59059;
}
</style>
border-color css
<style>
span { border-color: #C59059; }
span { border-color: rgb(197,144,89); }
td.TdClassName
{
border-color: #C59059;
}
.TagClassName
{
border-color: #C59059;
}
</style>