Shades of Twine #C09859
Tints of Twine #C09859
RGB
CMYK
RGB Variations
Color information
#C09859 (or 0xC09859) is known color: Twine. HEX triplet: C0, 98 and 59. RGB value is (192,152,89). Sum of RGB (Red+Green+Blue) = 192+152+89=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 152 (59.77% from 255 or 35.10% from 433); Blue value is 89 (35.16% from 255 or 20.55% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C09859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09859 is #3F67A6. Grayscale: #9D9D9D. Windows color (decimal): -4155303 or 5871808. OLE color: 5871808.
HSL color Cylindrical-coordinate representation of color #C09859: hue angle of 36.7º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C09859 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 89 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.25 |
| HSL | 36.7º | 0.45% | 0.55% | - |
| HSV(B) | 36.7º | 0.54% | 0.75% | - |
| XYZ | 34.77 | 34.38 | 14.26 | - |
| YUV | 156.78 | 89.75 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 89 | 0 | 0.21 | 0.54 | 0.25 | 36.7 | 0.45 | 0.55 |
| Hex | C0 | 98 | 59 | 0 | 15 | 36 | 19 | 25 | 2D | 37 |
| Octal | 300 | 230 | 131 | 0 | 25 | 66 | 31 | 45 | 55 | 67 |
| Binary | 11000000 | 10011000 | 1011001 | 0 | 10101 | 110110 | 11001 | 100101 | 101101 | 110111 |
Color Harmonies of #C09859
Complementary color
Monochromatic Colors of #C09859
Black with #C09859
Text Example
Text Example
White with #C09859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09859; }
p { color: rgb(192,152,89); }
H1.HeaderClassName
{
color: #C09859;
}
.AnyTagClassName
{
color: #C09859;
}
</style>
background-color css
<style>
a { background-color: #C09859; }
a { background-color: rgb(192,152,89); }
div.DivClassName
{
background-color: #C09859;
}
.BgClassName
{
background-color: #C09859;
}
</style>
border-color css
<style>
span { border-color: #C09859; }
span { border-color: rgb(192,152,89); }
td.TdClassName
{
border-color: #C09859;
}
.TagClassName
{
border-color: #C09859;
}
</style>