Shades of Twine #C59257
Tints of Twine #C59257
RGB
CMYK
RGB Variations
Color information
#C59257 (or 0xC59257) is known color: Twine. HEX triplet: C5, 92 and 57. RGB value is (197,146,87). Sum of RGB (Red+Green+Blue) = 197+146+87=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 87 (34.38% from 255 or 20.23% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C59257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59257 is #3A6DA8. Grayscale: #9A9A9A. Windows color (decimal): -3829161 or 5739205. OLE color: 5739205.
HSL color Cylindrical-coordinate representation of color #C59257: hue angle of 32.18º 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 #C59257 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 87 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.23 |
| HSL | 32.18º | 0.49% | 0.56% | - |
| HSV(B) | 32.18º | 0.56% | 0.77% | - |
| XYZ | 35.03 | 33.12 | 13.56 | - |
| YUV | 154.52 | 89.9 | 158.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 87 | 0 | 0.26 | 0.56 | 0.23 | 32.18 | 0.49 | 0.56 |
| Hex | C5 | 92 | 57 | 0 | 1A | 38 | 17 | 20 | 31 | 38 |
| Octal | 305 | 222 | 127 | 0 | 32 | 70 | 27 | 40 | 61 | 70 |
| Binary | 11000101 | 10010010 | 1010111 | 0 | 11010 | 111000 | 10111 | 100000 | 110001 | 111000 |
Color Harmonies of #C59257
Complementary color
Monochromatic Colors of #C59257
Black with #C59257
Text Example
Text Example
White with #C59257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59257; }
p { color: rgb(197,146,87); }
H1.HeaderClassName
{
color: #C59257;
}
.AnyTagClassName
{
color: #C59257;
}
</style>
background-color css
<style>
a { background-color: #C59257; }
a { background-color: rgb(197,146,87); }
div.DivClassName
{
background-color: #C59257;
}
.BgClassName
{
background-color: #C59257;
}
</style>
border-color css
<style>
span { border-color: #C59257; }
span { border-color: rgb(197,146,87); }
td.TdClassName
{
border-color: #C59257;
}
.TagClassName
{
border-color: #C59257;
}
</style>