Shades of Twine #C09159
Tints of Twine #C09159
RGB
CMYK
RGB Variations
Color information
#C09159 (or 0xC09159) is known color: Twine. HEX triplet: C0, 91 and 59. RGB value is (192,145,89). Sum of RGB (Red+Green+Blue) = 192+145+89=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 145 (57.03% from 255 or 34.04% from 426); Blue value is 89 (35.16% from 255 or 20.89% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C09159 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09159 is #3F6EA6. Grayscale: #989898. Windows color (decimal): -4157095 or 5870016. OLE color: 5870016.
HSL color Cylindrical-coordinate representation of color #C09159: hue angle of 32.62º 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 #C09159 is Cyan = 0, Magento = 0.24, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 89 | - |
| CMYK | 0 | 0.24 | 0.54 | 0.25 |
| HSL | 32.62º | 0.45% | 0.55% | - |
| HSV(B) | 32.62º | 0.54% | 0.75% | - |
| XYZ | 33.67 | 32.18 | 13.89 | - |
| YUV | 152.67 | 92.07 | 156.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 89 | 0 | 0.24 | 0.54 | 0.25 | 32.62 | 0.45 | 0.55 |
| Hex | C0 | 91 | 59 | 0 | 18 | 36 | 19 | 21 | 2D | 37 |
| Octal | 300 | 221 | 131 | 0 | 30 | 66 | 31 | 41 | 55 | 67 |
| Binary | 11000000 | 10010001 | 1011001 | 0 | 11000 | 110110 | 11001 | 100001 | 101101 | 110111 |
Color Harmonies of #C09159
Complementary color
Monochromatic Colors of #C09159
Black with #C09159
Text Example
Text Example
White with #C09159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09159; }
p { color: rgb(192,145,89); }
H1.HeaderClassName
{
color: #C09159;
}
.AnyTagClassName
{
color: #C09159;
}
</style>
background-color css
<style>
a { background-color: #C09159; }
a { background-color: rgb(192,145,89); }
div.DivClassName
{
background-color: #C09159;
}
.BgClassName
{
background-color: #C09159;
}
</style>
border-color css
<style>
span { border-color: #C09159; }
span { border-color: rgb(192,145,89); }
td.TdClassName
{
border-color: #C09159;
}
.TagClassName
{
border-color: #C09159;
}
</style>