Shades of Twine #C09759
Tints of Twine #C09759
RGB
CMYK
RGB Variations
Color information
#C09759 (or 0xC09759) is known color: Twine. HEX triplet: C0, 97 and 59. RGB value is (192,151,89). Sum of RGB (Red+Green+Blue) = 192+151+89=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 151 (59.38% from 255 or 34.95% from 432); Blue value is 89 (35.16% from 255 or 20.60% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C09759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09759 is #3F68A6. Grayscale: #9C9C9C. Windows color (decimal): -4155559 or 5871552. OLE color: 5871552.
HSL color Cylindrical-coordinate representation of color #C09759: hue angle of 36.12º 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 #C09759 is Cyan = 0, Magento = 0.21, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 151 | 89 | - |
| CMYK | 0 | 0.21 | 0.54 | 0.25 |
| HSL | 36.12º | 0.45% | 0.55% | - |
| HSV(B) | 36.12º | 0.54% | 0.75% | - |
| XYZ | 34.61 | 34.06 | 14.2 | - |
| YUV | 156.19 | 90.08 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 151 | 89 | 0 | 0.21 | 0.54 | 0.25 | 36.12 | 0.45 | 0.55 |
| Hex | C0 | 97 | 59 | 0 | 15 | 36 | 19 | 24 | 2D | 37 |
| Octal | 300 | 227 | 131 | 0 | 25 | 66 | 31 | 44 | 55 | 67 |
| Binary | 11000000 | 10010111 | 1011001 | 0 | 10101 | 110110 | 11001 | 100100 | 101101 | 110111 |
Color Harmonies of #C09759
Complementary color
Monochromatic Colors of #C09759
Black with #C09759
Text Example
Text Example
White with #C09759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09759; }
p { color: rgb(192,151,89); }
H1.HeaderClassName
{
color: #C09759;
}
.AnyTagClassName
{
color: #C09759;
}
</style>
background-color css
<style>
a { background-color: #C09759; }
a { background-color: rgb(192,151,89); }
div.DivClassName
{
background-color: #C09759;
}
.BgClassName
{
background-color: #C09759;
}
</style>
border-color css
<style>
span { border-color: #C09759; }
span { border-color: rgb(192,151,89); }
td.TdClassName
{
border-color: #C09759;
}
.TagClassName
{
border-color: #C09759;
}
</style>