Shades of Twine #C59258
Tints of Twine #C59258
RGB
CMYK
RGB Variations
Color information
#C59258 (or 0xC59258) is known color: Twine. HEX triplet: C5, 92 and 58. RGB value is (197,146,88). Sum of RGB (Red+Green+Blue) = 197+146+88=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 88 (34.77% from 255 or 20.42% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C59258 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59258 is #3A6DA7. Grayscale: #9A9A9A. Windows color (decimal): -3829160 or 5804741. OLE color: 5804741.
HSL color Cylindrical-coordinate representation of color #C59258: hue angle of 31.93º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C59258 is Cyan = 0, Magento = 0.26, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 146 | 88 | - |
| CMYK | 0 | 0.26 | 0.55 | 0.23 |
| HSL | 31.93º | 0.48% | 0.56% | - |
| HSV(B) | 31.93º | 0.55% | 0.77% | - |
| XYZ | 35.07 | 33.13 | 13.78 | - |
| YUV | 154.64 | 90.4 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 146 | 88 | 0 | 0.26 | 0.55 | 0.23 | 31.93 | 0.48 | 0.56 |
| Hex | C5 | 92 | 58 | 0 | 1A | 37 | 17 | 20 | 30 | 38 |
| Octal | 305 | 222 | 130 | 0 | 32 | 67 | 27 | 40 | 60 | 70 |
| Binary | 11000101 | 10010010 | 1011000 | 0 | 11010 | 110111 | 10111 | 100000 | 110000 | 111000 |
Color Harmonies of #C59258
Complementary color
Monochromatic Colors of #C59258
Black with #C59258
Text Example
Text Example
White with #C59258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59258; }
p { color: rgb(197,146,88); }
H1.HeaderClassName
{
color: #C59258;
}
.AnyTagClassName
{
color: #C59258;
}
</style>
background-color css
<style>
a { background-color: #C59258; }
a { background-color: rgb(197,146,88); }
div.DivClassName
{
background-color: #C59258;
}
.BgClassName
{
background-color: #C59258;
}
</style>
border-color css
<style>
span { border-color: #C59258; }
span { border-color: rgb(197,146,88); }
td.TdClassName
{
border-color: #C59258;
}
.TagClassName
{
border-color: #C59258;
}
</style>