Shades of Twine #C59155
Tints of Twine #C59155
RGB
CMYK
RGB Variations
Color information
#C59155 (or 0xC59155) is known color: Twine. HEX triplet: C5, 91 and 55. RGB value is (197,145,85). Sum of RGB (Red+Green+Blue) = 197+145+85=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 85 (33.59% from 255 or 19.91% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59155 is #3A6EAA. Grayscale: #999999. Windows color (decimal): -3829419 or 5607877. OLE color: 5607877.
HSL color Cylindrical-coordinate representation of color #C59155: hue angle of 32.14º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C59155 is Cyan = 0, Magento = 0.26, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 85 | - |
| CMYK | 0 | 0.26 | 0.57 | 0.23 |
| HSL | 32.14º | 0.49% | 0.55% | - |
| HSV(B) | 32.14º | 0.57% | 0.77% | - |
| XYZ | 34.79 | 32.78 | 13.09 | - |
| YUV | 153.71 | 89.23 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 85 | 0 | 0.26 | 0.57 | 0.23 | 32.14 | 0.49 | 0.55 |
| Hex | C5 | 91 | 55 | 0 | 1A | 39 | 17 | 20 | 31 | 37 |
| Octal | 305 | 221 | 125 | 0 | 32 | 71 | 27 | 40 | 61 | 67 |
| Binary | 11000101 | 10010001 | 1010101 | 0 | 11010 | 111001 | 10111 | 100000 | 110001 | 110111 |
Color Harmonies of #C59155
Complementary color
Monochromatic Colors of #C59155
Black with #C59155
Text Example
Text Example
White with #C59155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59155; }
p { color: rgb(197,145,85); }
H1.HeaderClassName
{
color: #C59155;
}
.AnyTagClassName
{
color: #C59155;
}
</style>
background-color css
<style>
a { background-color: #C59155; }
a { background-color: rgb(197,145,85); }
div.DivClassName
{
background-color: #C59155;
}
.BgClassName
{
background-color: #C59155;
}
</style>
border-color css
<style>
span { border-color: #C59155; }
span { border-color: rgb(197,145,85); }
td.TdClassName
{
border-color: #C59155;
}
.TagClassName
{
border-color: #C59155;
}
</style>