Shades of Twine #C59057
Tints of Twine #C59057
RGB
CMYK
RGB Variations
Color information
#C59057 (or 0xC59057) is known color: Twine. HEX triplet: C5, 90 and 57. RGB value is (197,144,87). Sum of RGB (Red+Green+Blue) = 197+144+87=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 87 (34.38% from 255 or 20.33% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C59057 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59057 is #3A6FA8. Grayscale: #999999. Windows color (decimal): -3829673 or 5738693. OLE color: 5738693.
HSL color Cylindrical-coordinate representation of color #C59057: hue angle of 31.09º 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 #C59057 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 87 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.23 |
| HSL | 31.09º | 0.49% | 0.56% | - |
| HSV(B) | 31.09º | 0.56% | 0.77% | - |
| XYZ | 34.72 | 32.5 | 13.46 | - |
| YUV | 153.35 | 90.56 | 159.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 87 | 0 | 0.27 | 0.56 | 0.23 | 31.09 | 0.49 | 0.56 |
| Hex | C5 | 90 | 57 | 0 | 1B | 38 | 17 | 1F | 31 | 38 |
| Octal | 305 | 220 | 127 | 0 | 33 | 70 | 27 | 37 | 61 | 70 |
| Binary | 11000101 | 10010000 | 1010111 | 0 | 11011 | 111000 | 10111 | 11111 | 110001 | 111000 |
Color Harmonies of #C59057
Complementary color
Monochromatic Colors of #C59057
Black with #C59057
Text Example
Text Example
White with #C59057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59057; }
p { color: rgb(197,144,87); }
H1.HeaderClassName
{
color: #C59057;
}
.AnyTagClassName
{
color: #C59057;
}
</style>
background-color css
<style>
a { background-color: #C59057; }
a { background-color: rgb(197,144,87); }
div.DivClassName
{
background-color: #C59057;
}
.BgClassName
{
background-color: #C59057;
}
</style>
border-color css
<style>
span { border-color: #C59057; }
span { border-color: rgb(197,144,87); }
td.TdClassName
{
border-color: #C59057;
}
.TagClassName
{
border-color: #C59057;
}
</style>