Shades of Twine #C09959
Tints of Twine #C09959
RGB
CMYK
RGB Variations
Color information
#C09959 (or 0xC09959) is known color: Twine. HEX triplet: C0, 99 and 59. RGB value is (192,153,89). Sum of RGB (Red+Green+Blue) = 192+153+89=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 153 (60.16% from 255 or 35.25% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C09959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09959 is #3F66A6. Grayscale: #9D9D9D. Windows color (decimal): -4155047 or 5872064. OLE color: 5872064.
HSL color Cylindrical-coordinate representation of color #C09959: hue angle of 37.28º 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 #C09959 is Cyan = 0, Magento = 0.20, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 153 | 89 | - |
| CMYK | 0 | 0.20 | 0.54 | 0.25 |
| HSL | 37.28º | 0.45% | 0.55% | - |
| HSV(B) | 37.28º | 0.54% | 0.75% | - |
| XYZ | 34.93 | 34.71 | 14.31 | - |
| YUV | 157.37 | 89.42 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 153 | 89 | 0 | 0.20 | 0.54 | 0.25 | 37.28 | 0.45 | 0.55 |
| Hex | C0 | 99 | 59 | 0 | 14 | 36 | 19 | 25 | 2D | 37 |
| Octal | 300 | 231 | 131 | 0 | 24 | 66 | 31 | 45 | 55 | 67 |
| Binary | 11000000 | 10011001 | 1011001 | 0 | 10100 | 110110 | 11001 | 100101 | 101101 | 110111 |
Color Harmonies of #C09959
Complementary color
Monochromatic Colors of #C09959
Black with #C09959
Text Example
Text Example
White with #C09959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09959; }
p { color: rgb(192,153,89); }
H1.HeaderClassName
{
color: #C09959;
}
.AnyTagClassName
{
color: #C09959;
}
</style>
background-color css
<style>
a { background-color: #C09959; }
a { background-color: rgb(192,153,89); }
div.DivClassName
{
background-color: #C09959;
}
.BgClassName
{
background-color: #C09959;
}
</style>
border-color css
<style>
span { border-color: #C09959; }
span { border-color: rgb(192,153,89); }
td.TdClassName
{
border-color: #C09959;
}
.TagClassName
{
border-color: #C09959;
}
</style>