Shades of Twine #C59150
Tints of Twine #C59150
RGB
CMYK
RGB Variations
Color information
#C59150 (or 0xC59150) is known color: Twine. HEX triplet: C5, 91 and 50. RGB value is (197,145,80). Sum of RGB (Red+Green+Blue) = 197+145+80=422 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.68% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 80 (31.64% from 255 or 18.96% from 422); Max value from RGB is 197 - color contains mainly: red. Hex color #C59150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59150 is #3A6EAF. Grayscale: #999999. Windows color (decimal): -3829424 or 5280197. OLE color: 5280197.
HSL color Cylindrical-coordinate representation of color #C59150: hue angle of 33.33º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C59150 is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 145 | 80 | - |
| CMYK | 0 | 0.26 | 0.59 | 0.23 |
| HSL | 33.33º | 0.5% | 0.54% | - |
| HSV(B) | 33.33º | 0.59% | 0.77% | - |
| XYZ | 34.6 | 32.7 | 12.08 | - |
| YUV | 153.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 145 | 80 | 0 | 0.26 | 0.59 | 0.23 | 33.33 | 0.5 | 0.54 |
| Hex | C5 | 91 | 50 | 0 | 1A | 3B | 17 | 21 | 32 | 36 |
| Octal | 305 | 221 | 120 | 0 | 32 | 73 | 27 | 41 | 62 | 66 |
| Binary | 11000101 | 10010001 | 1010000 | 0 | 11010 | 111011 | 10111 | 100001 | 110010 | 110110 |
Color Harmonies of #C59150
Complementary color
Monochromatic Colors of #C59150
Black with #C59150
Text Example
Text Example
White with #C59150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59150; }
p { color: rgb(197,145,80); }
H1.HeaderClassName
{
color: #C59150;
}
.AnyTagClassName
{
color: #C59150;
}
</style>
background-color css
<style>
a { background-color: #C59150; }
a { background-color: rgb(197,145,80); }
div.DivClassName
{
background-color: #C59150;
}
.BgClassName
{
background-color: #C59150;
}
</style>
border-color css
<style>
span { border-color: #C59150; }
span { border-color: rgb(197,145,80); }
td.TdClassName
{
border-color: #C59150;
}
.TagClassName
{
border-color: #C59150;
}
</style>