Shades of Twine #C0965E
Tints of Twine #C0965E
RGB
CMYK
RGB Variations
Color information
#C0965E (or 0xC0965E) is known color: Twine. HEX triplet: C0, 96 and 5E. RGB value is (192,150,94). Sum of RGB (Red+Green+Blue) = 192+150+94=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 150 (58.98% from 255 or 34.40% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C0965E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0965E is #3F69A1. Grayscale: #9C9C9C. Windows color (decimal): -4155810 or 6198976. OLE color: 6198976.
HSL color Cylindrical-coordinate representation of color #C0965E: hue angle of 34.29º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0965E is Cyan = 0, Magento = 0.22, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 150 | 94 | - |
| CMYK | 0 | 0.22 | 0.51 | 0.25 |
| HSL | 34.29º | 0.44% | 0.56% | - |
| HSV(B) | 34.29º | 0.51% | 0.75% | - |
| XYZ | 34.66 | 33.83 | 15.29 | - |
| YUV | 156.17 | 92.91 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 150 | 94 | 0 | 0.22 | 0.51 | 0.25 | 34.29 | 0.44 | 0.56 |
| Hex | C0 | 96 | 5E | 0 | 16 | 33 | 19 | 22 | 2C | 38 |
| Octal | 300 | 226 | 136 | 0 | 26 | 63 | 31 | 42 | 54 | 70 |
| Binary | 11000000 | 10010110 | 1011110 | 0 | 10110 | 110011 | 11001 | 100010 | 101100 | 111000 |
Color Harmonies of #C0965E
Complementary color
Monochromatic Colors of #C0965E
Black with #C0965E
Text Example
Text Example
White with #C0965E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0965E; }
p { color: rgb(192,150,94); }
H1.HeaderClassName
{
color: #C0965E;
}
.AnyTagClassName
{
color: #C0965E;
}
</style>
background-color css
<style>
a { background-color: #C0965E; }
a { background-color: rgb(192,150,94); }
div.DivClassName
{
background-color: #C0965E;
}
.BgClassName
{
background-color: #C0965E;
}
</style>
border-color css
<style>
span { border-color: #C0965E; }
span { border-color: rgb(192,150,94); }
td.TdClassName
{
border-color: #C0965E;
}
.TagClassName
{
border-color: #C0965E;
}
</style>