Shades of Twine #C59056
Tints of Twine #C59056
RGB
CMYK
RGB Variations
Color information
#C59056 (or 0xC59056) is known color: Twine. HEX triplet: C5, 90 and 56. RGB value is (197,144,86). Sum of RGB (Red+Green+Blue) = 197+144+86=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 144 (56.64% from 255 or 33.72% from 427); Blue value is 86 (33.98% from 255 or 20.14% from 427); Max value from RGB is 197 - color contains mainly: red. Hex color #C59056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59056 is #3A6FA9. Grayscale: #999999. Windows color (decimal): -3829674 or 5673157. OLE color: 5673157.
HSL color Cylindrical-coordinate representation of color #C59056: hue angle of 31.35º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C59056 is Cyan = 0, Magento = 0.27, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 144 | 86 | - |
| CMYK | 0 | 0.27 | 0.56 | 0.23 |
| HSL | 31.35º | 0.49% | 0.55% | - |
| HSV(B) | 31.35º | 0.56% | 0.77% | - |
| XYZ | 34.68 | 32.49 | 13.25 | - |
| YUV | 153.24 | 90.06 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 144 | 86 | 0 | 0.27 | 0.56 | 0.23 | 31.35 | 0.49 | 0.55 |
| Hex | C5 | 90 | 56 | 0 | 1B | 38 | 17 | 1F | 31 | 37 |
| Octal | 305 | 220 | 126 | 0 | 33 | 70 | 27 | 37 | 61 | 67 |
| Binary | 11000101 | 10010000 | 1010110 | 0 | 11011 | 111000 | 10111 | 11111 | 110001 | 110111 |
Color Harmonies of #C59056
Complementary color
Monochromatic Colors of #C59056
Black with #C59056
Text Example
Text Example
White with #C59056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59056; }
p { color: rgb(197,144,86); }
H1.HeaderClassName
{
color: #C59056;
}
.AnyTagClassName
{
color: #C59056;
}
</style>
background-color css
<style>
a { background-color: #C59056; }
a { background-color: rgb(197,144,86); }
div.DivClassName
{
background-color: #C59056;
}
.BgClassName
{
background-color: #C59056;
}
</style>
border-color css
<style>
span { border-color: #C59056; }
span { border-color: rgb(197,144,86); }
td.TdClassName
{
border-color: #C59056;
}
.TagClassName
{
border-color: #C59056;
}
</style>