Shades of Twine #C59A57
Tints of Twine #C59A57
RGB
CMYK
RGB Variations
Color information
#C59A57 (or 0xC59A57) is known color: Twine. HEX triplet: C5, 9A and 57. RGB value is (197,154,87). Sum of RGB (Red+Green+Blue) = 197+154+87=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 87 (34.38% from 255 or 19.86% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A57 is #3A65A8. Grayscale: #9F9F9F. Windows color (decimal): -3827113 or 5741253. OLE color: 5741253.
HSL color Cylindrical-coordinate representation of color #C59A57: hue angle of 36.55º 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 #C59A57 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 87 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.23 |
| HSL | 36.55º | 0.49% | 0.56% | - |
| HSV(B) | 36.55º | 0.56% | 0.77% | - |
| XYZ | 36.3 | 35.67 | 13.99 | - |
| YUV | 159.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 87 | 0 | 0.22 | 0.56 | 0.23 | 36.55 | 0.49 | 0.56 |
| Hex | C5 | 9A | 57 | 0 | 16 | 38 | 17 | 25 | 31 | 38 |
| Octal | 305 | 232 | 127 | 0 | 26 | 70 | 27 | 45 | 61 | 70 |
| Binary | 11000101 | 10011010 | 1010111 | 0 | 10110 | 111000 | 10111 | 100101 | 110001 | 111000 |
Color Harmonies of #C59A57
Complementary color
Monochromatic Colors of #C59A57
Black with #C59A57
Text Example
Text Example
White with #C59A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A57; }
p { color: rgb(197,154,87); }
H1.HeaderClassName
{
color: #C59A57;
}
.AnyTagClassName
{
color: #C59A57;
}
</style>
background-color css
<style>
a { background-color: #C59A57; }
a { background-color: rgb(197,154,87); }
div.DivClassName
{
background-color: #C59A57;
}
.BgClassName
{
background-color: #C59A57;
}
</style>
border-color css
<style>
span { border-color: #C59A57; }
span { border-color: rgb(197,154,87); }
td.TdClassName
{
border-color: #C59A57;
}
.TagClassName
{
border-color: #C59A57;
}
</style>