Shades of Twine #C19859
Tints of Twine #C19859
RGB
CMYK
RGB Variations
Color information
#C19859 (or 0xC19859) is known color: Twine. HEX triplet: C1, 98 and 59. RGB value is (193,152,89). Sum of RGB (Red+Green+Blue) = 193+152+89=434 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.47% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 193 - color contains mainly: red. Hex color #C19859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19859 is #3E67A6. Grayscale: #9D9D9D. Windows color (decimal): -4089767 or 5871809. OLE color: 5871809.
HSL color Cylindrical-coordinate representation of color #C19859: hue angle of 36.35º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C19859 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 152 | 89 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.24 |
| HSL | 36.35º | 0.46% | 0.55% | - |
| HSV(B) | 36.35º | 0.54% | 0.76% | - |
| XYZ | 35.02 | 34.52 | 14.27 | - |
| YUV | 157.08 | 89.58 | 153.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 89 | 0 | 0.21 | 0.54 | 0.24 | 36.35 | 0.46 | 0.55 |
| Hex | C1 | 98 | 59 | 0 | 15 | 36 | 18 | 24 | 2E | 37 |
| Octal | 301 | 230 | 131 | 0 | 25 | 66 | 30 | 44 | 56 | 67 |
| Binary | 11000001 | 10011000 | 1011001 | 0 | 10101 | 110110 | 11000 | 100100 | 101110 | 110111 |
Color Harmonies of #C19859
Complementary color
Monochromatic Colors of #C19859
Black with #C19859
Text Example
Text Example
White with #C19859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19859; }
p { color: rgb(193,152,89); }
H1.HeaderClassName
{
color: #C19859;
}
.AnyTagClassName
{
color: #C19859;
}
</style>
background-color css
<style>
a { background-color: #C19859; }
a { background-color: rgb(193,152,89); }
div.DivClassName
{
background-color: #C19859;
}
.BgClassName
{
background-color: #C19859;
}
</style>
border-color css
<style>
span { border-color: #C19859; }
span { border-color: rgb(193,152,89); }
td.TdClassName
{
border-color: #C19859;
}
.TagClassName
{
border-color: #C19859;
}
</style>