Shades of Twine #C59757
Tints of Twine #C59757
RGB
CMYK
RGB Variations
Color information
#C59757 (or 0xC59757) is known color: Twine. HEX triplet: C5, 97 and 57. RGB value is (197,151,87). Sum of RGB (Red+Green+Blue) = 197+151+87=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 87 (34.38% from 255 or 20% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C59757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59757 is #3A68A8. Grayscale: #9D9D9D. Windows color (decimal): -3827881 or 5740485. OLE color: 5740485.
HSL color Cylindrical-coordinate representation of color #C59757: hue angle of 34.91º 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 #C59757 is Cyan = 0, Magento = 0.23, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 87 | - |
| CMYK | 0 | 0.23 | 0.56 | 0.23 |
| HSL | 34.91º | 0.49% | 0.56% | - |
| HSV(B) | 34.91º | 0.56% | 0.77% | - |
| XYZ | 35.81 | 34.69 | 13.83 | - |
| YUV | 157.46 | 88.24 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 87 | 0 | 0.23 | 0.56 | 0.23 | 34.91 | 0.49 | 0.56 |
| Hex | C5 | 97 | 57 | 0 | 17 | 38 | 17 | 23 | 31 | 38 |
| Octal | 305 | 227 | 127 | 0 | 27 | 70 | 27 | 43 | 61 | 70 |
| Binary | 11000101 | 10010111 | 1010111 | 0 | 10111 | 111000 | 10111 | 100011 | 110001 | 111000 |
Color Harmonies of #C59757
Complementary color
Monochromatic Colors of #C59757
Black with #C59757
Text Example
Text Example
White with #C59757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59757; }
p { color: rgb(197,151,87); }
H1.HeaderClassName
{
color: #C59757;
}
.AnyTagClassName
{
color: #C59757;
}
</style>
background-color css
<style>
a { background-color: #C59757; }
a { background-color: rgb(197,151,87); }
div.DivClassName
{
background-color: #C59757;
}
.BgClassName
{
background-color: #C59757;
}
</style>
border-color css
<style>
span { border-color: #C59757; }
span { border-color: rgb(197,151,87); }
td.TdClassName
{
border-color: #C59757;
}
.TagClassName
{
border-color: #C59757;
}
</style>