Shades of Twine #C59A5E
Tints of Twine #C59A5E
RGB
CMYK
RGB Variations
Color information
#C59A5E (or 0xC59A5E) is known color: Twine. HEX triplet: C5, 9A and 5E. RGB value is (197,154,94). Sum of RGB (Red+Green+Blue) = 197+154+94=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 154 (60.55% from 255 or 34.61% from 445); Blue value is 94 (37.11% from 255 or 21.12% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A5E is #3A65A1. Grayscale: #A0A0A0. Windows color (decimal): -3827106 or 6200005. OLE color: 6200005.
HSL color Cylindrical-coordinate representation of color #C59A5E: hue angle of 34.95º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C59A5E is Cyan = 0, Magento = 0.22, Yellow = 0.52 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 94 | - |
| CMYK | 0 | 0.22 | 0.52 | 0.23 |
| HSL | 34.95º | 0.47% | 0.57% | - |
| HSV(B) | 34.95º | 0.52% | 0.77% | - |
| XYZ | 36.6 | 35.79 | 15.57 | - |
| YUV | 160.02 | 90.75 | 154.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 94 | 0 | 0.22 | 0.52 | 0.23 | 34.95 | 0.47 | 0.57 |
| Hex | C5 | 9A | 5E | 0 | 16 | 34 | 17 | 23 | 2F | 39 |
| Octal | 305 | 232 | 136 | 0 | 26 | 64 | 27 | 43 | 57 | 71 |
| Binary | 11000101 | 10011010 | 1011110 | 0 | 10110 | 110100 | 10111 | 100011 | 101111 | 111001 |
Color Harmonies of #C59A5E
Complementary color
Monochromatic Colors of #C59A5E
Black with #C59A5E
Text Example
Text Example
White with #C59A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A5E; }
p { color: rgb(197,154,94); }
H1.HeaderClassName
{
color: #C59A5E;
}
.AnyTagClassName
{
color: #C59A5E;
}
</style>
background-color css
<style>
a { background-color: #C59A5E; }
a { background-color: rgb(197,154,94); }
div.DivClassName
{
background-color: #C59A5E;
}
.BgClassName
{
background-color: #C59A5E;
}
</style>
border-color css
<style>
span { border-color: #C59A5E; }
span { border-color: rgb(197,154,94); }
td.TdClassName
{
border-color: #C59A5E;
}
.TagClassName
{
border-color: #C59A5E;
}
</style>