Shades of Twine #C59457
Tints of Twine #C59457
RGB
CMYK
RGB Variations
Color information
#C59457 (or 0xC59457) is known color: Twine. HEX triplet: C5, 94 and 57. RGB value is (197,148,87). Sum of RGB (Red+Green+Blue) = 197+148+87=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 148 (58.20% from 255 or 34.26% from 432); Blue value is 87 (34.38% from 255 or 20.14% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C59457 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59457 is #3A6BA8. Grayscale: #9B9B9B. Windows color (decimal): -3828649 or 5739717. OLE color: 5739717.
HSL color Cylindrical-coordinate representation of color #C59457: hue angle of 33.27º 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 #C59457 is Cyan = 0, Magento = 0.25, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 87 | - |
| CMYK | 0 | 0.25 | 0.56 | 0.23 |
| HSL | 33.27º | 0.49% | 0.56% | - |
| HSV(B) | 33.27º | 0.56% | 0.77% | - |
| XYZ | 35.34 | 33.74 | 13.67 | - |
| YUV | 155.7 | 89.23 | 157.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 87 | 0 | 0.25 | 0.56 | 0.23 | 33.27 | 0.49 | 0.56 |
| Hex | C5 | 94 | 57 | 0 | 19 | 38 | 17 | 21 | 31 | 38 |
| Octal | 305 | 224 | 127 | 0 | 31 | 70 | 27 | 41 | 61 | 70 |
| Binary | 11000101 | 10010100 | 1010111 | 0 | 11001 | 111000 | 10111 | 100001 | 110001 | 111000 |
Color Harmonies of #C59457
Complementary color
Monochromatic Colors of #C59457
Black with #C59457
Text Example
Text Example
White with #C59457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59457; }
p { color: rgb(197,148,87); }
H1.HeaderClassName
{
color: #C59457;
}
.AnyTagClassName
{
color: #C59457;
}
</style>
background-color css
<style>
a { background-color: #C59457; }
a { background-color: rgb(197,148,87); }
div.DivClassName
{
background-color: #C59457;
}
.BgClassName
{
background-color: #C59457;
}
</style>
border-color css
<style>
span { border-color: #C59457; }
span { border-color: rgb(197,148,87); }
td.TdClassName
{
border-color: #C59457;
}
.TagClassName
{
border-color: #C59457;
}
</style>