Shades of Twine #C59657
Tints of Twine #C59657
RGB
CMYK
RGB Variations
Color information
#C59657 (or 0xC59657) is known color: Twine. HEX triplet: C5, 96 and 57. RGB value is (197,150,87). Sum of RGB (Red+Green+Blue) = 197+150+87=434 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.39% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 87 (34.38% from 255 or 20.05% from 434); Max value from RGB is 197 - color contains mainly: red. Hex color #C59657 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59657 is #3A69A8. Grayscale: #9D9D9D. Windows color (decimal): -3828137 or 5740229. OLE color: 5740229.
HSL color Cylindrical-coordinate representation of color #C59657: hue angle of 34.36º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C59657 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 87 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.23 |
| HSL | 34.36º | 0.49% | 0.56% | - |
| HSV(B) | 34.36º | 0.56% | 0.77% | - |
| XYZ | 35.65 | 34.37 | 13.77 | - |
| YUV | 156.87 | 88.57 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 87 | 0 | 0.24 | 0.56 | 0.23 | 34.36 | 0.49 | 0.56 |
| Hex | C5 | 96 | 57 | 0 | 18 | 38 | 17 | 22 | 31 | 38 |
| Octal | 305 | 226 | 127 | 0 | 30 | 70 | 27 | 42 | 61 | 70 |
| Binary | 11000101 | 10010110 | 1010111 | 0 | 11000 | 111000 | 10111 | 100010 | 110001 | 111000 |
Color Harmonies of #C59657
Complementary color
Monochromatic Colors of #C59657
Black with #C59657
Text Example
Text Example
White with #C59657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59657; }
p { color: rgb(197,150,87); }
H1.HeaderClassName
{
color: #C59657;
}
.AnyTagClassName
{
color: #C59657;
}
</style>
background-color css
<style>
a { background-color: #C59657; }
a { background-color: rgb(197,150,87); }
div.DivClassName
{
background-color: #C59657;
}
.BgClassName
{
background-color: #C59657;
}
</style>
border-color css
<style>
span { border-color: #C59657; }
span { border-color: rgb(197,150,87); }
td.TdClassName
{
border-color: #C59657;
}
.TagClassName
{
border-color: #C59657;
}
</style>