Shades of Twine #C09858
Tints of Twine #C09858
RGB
CMYK
RGB Variations
Color information
#C09858 (or 0xC09858) is known color: Twine. HEX triplet: C0, 98 and 58. RGB value is (192,152,88). Sum of RGB (Red+Green+Blue) = 192+152+88=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 88 (34.77% from 255 or 20.37% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09858 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09858 is #3F67A7. Grayscale: #9C9C9C. Windows color (decimal): -4155304 or 5806272. OLE color: 5806272.
HSL color Cylindrical-coordinate representation of color #C09858: hue angle of 36.92º 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 #C09858 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 152 | 88 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.25 |
| HSL | 36.92º | 0.45% | 0.55% | - |
| HSV(B) | 36.92º | 0.54% | 0.75% | - |
| XYZ | 34.73 | 34.37 | 14.04 | - |
| YUV | 156.66 | 89.25 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 152 | 88 | 0 | 0.21 | 0.54 | 0.25 | 36.92 | 0.45 | 0.55 |
| Hex | C0 | 98 | 58 | 0 | 15 | 36 | 19 | 25 | 2D | 37 |
| Octal | 300 | 230 | 130 | 0 | 25 | 66 | 31 | 45 | 55 | 67 |
| Binary | 11000000 | 10011000 | 1011000 | 0 | 10101 | 110110 | 11001 | 100101 | 101101 | 110111 |
Color Harmonies of #C09858
Complementary color
Monochromatic Colors of #C09858
Black with #C09858
Text Example
Text Example
White with #C09858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09858; }
p { color: rgb(192,152,88); }
H1.HeaderClassName
{
color: #C09858;
}
.AnyTagClassName
{
color: #C09858;
}
</style>
background-color css
<style>
a { background-color: #C09858; }
a { background-color: rgb(192,152,88); }
div.DivClassName
{
background-color: #C09858;
}
.BgClassName
{
background-color: #C09858;
}
</style>
border-color css
<style>
span { border-color: #C09858; }
span { border-color: rgb(192,152,88); }
td.TdClassName
{
border-color: #C09858;
}
.TagClassName
{
border-color: #C09858;
}
</style>