Shades of Twine #C59557
Tints of Twine #C59557
RGB
CMYK
RGB Variations
Color information
#C59557 (or 0xC59557) is known color: Twine. HEX triplet: C5, 95 and 57. RGB value is (197,149,87). Sum of RGB (Red+Green+Blue) = 197+149+87=433 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.50% from 433); Green value is 149 (58.59% from 255 or 34.41% from 433); Blue value is 87 (34.38% from 255 or 20.09% from 433); Max value from RGB is 197 - color contains mainly: red. Hex color #C59557 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59557 is #3A6AA8. Grayscale: #9C9C9C. Windows color (decimal): -3828393 or 5739973. OLE color: 5739973.
HSL color Cylindrical-coordinate representation of color #C59557: hue angle of 33.82º 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 #C59557 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 87 | - |
| CMYK | 0 | 0.24 | 0.56 | 0.23 |
| HSL | 33.82º | 0.49% | 0.56% | - |
| HSV(B) | 33.82º | 0.56% | 0.77% | - |
| XYZ | 35.49 | 34.05 | 13.72 | - |
| YUV | 156.28 | 88.9 | 157.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 87 | 0 | 0.24 | 0.56 | 0.23 | 33.82 | 0.49 | 0.56 |
| Hex | C5 | 95 | 57 | 0 | 18 | 38 | 17 | 22 | 31 | 38 |
| Octal | 305 | 225 | 127 | 0 | 30 | 70 | 27 | 42 | 61 | 70 |
| Binary | 11000101 | 10010101 | 1010111 | 0 | 11000 | 111000 | 10111 | 100010 | 110001 | 111000 |
Color Harmonies of #C59557
Complementary color
Monochromatic Colors of #C59557
Black with #C59557
Text Example
Text Example
White with #C59557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59557; }
p { color: rgb(197,149,87); }
H1.HeaderClassName
{
color: #C59557;
}
.AnyTagClassName
{
color: #C59557;
}
</style>
background-color css
<style>
a { background-color: #C59557; }
a { background-color: rgb(197,149,87); }
div.DivClassName
{
background-color: #C59557;
}
.BgClassName
{
background-color: #C59557;
}
</style>
border-color css
<style>
span { border-color: #C59557; }
span { border-color: rgb(197,149,87); }
td.TdClassName
{
border-color: #C59557;
}
.TagClassName
{
border-color: #C59557;
}
</style>