Shades of Twine #C59856
Tints of Twine #C59856
RGB
CMYK
RGB Variations
Color information
#C59856 (or 0xC59856) is known color: Twine. HEX triplet: C5, 98 and 56. RGB value is (197,152,86). Sum of RGB (Red+Green+Blue) = 197+152+86=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 86 (33.98% from 255 or 19.77% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C59856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59856 is #3A67A9. Grayscale: #9E9E9E. Windows color (decimal): -3827626 or 5675205. OLE color: 5675205.
HSL color Cylindrical-coordinate representation of color #C59856: hue angle of 35.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C59856 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 86 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.23 |
| HSL | 35.68º | 0.49% | 0.55% | - |
| HSV(B) | 35.68º | 0.56% | 0.77% | - |
| XYZ | 35.93 | 35 | 13.67 | - |
| YUV | 157.93 | 87.41 | 155.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 86 | 0 | 0.23 | 0.56 | 0.23 | 35.68 | 0.49 | 0.55 |
| Hex | C5 | 98 | 56 | 0 | 17 | 38 | 17 | 24 | 31 | 37 |
| Octal | 305 | 230 | 126 | 0 | 27 | 70 | 27 | 44 | 61 | 67 |
| Binary | 11000101 | 10011000 | 1010110 | 0 | 10111 | 111000 | 10111 | 100100 | 110001 | 110111 |
Color Harmonies of #C59856
Complementary color
Monochromatic Colors of #C59856
Black with #C59856
Text Example
Text Example
White with #C59856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59856; }
p { color: rgb(197,152,86); }
H1.HeaderClassName
{
color: #C59856;
}
.AnyTagClassName
{
color: #C59856;
}
</style>
background-color css
<style>
a { background-color: #C59856; }
a { background-color: rgb(197,152,86); }
div.DivClassName
{
background-color: #C59856;
}
.BgClassName
{
background-color: #C59856;
}
</style>
border-color css
<style>
span { border-color: #C59856; }
span { border-color: rgb(197,152,86); }
td.TdClassName
{
border-color: #C59856;
}
.TagClassName
{
border-color: #C59856;
}
</style>