Shades of Twine #C09160
Tints of Twine #C09160
RGB
CMYK
RGB Variations
Color information
#C09160 (or 0xC09160) is known color: Twine. HEX triplet: C0, 91 and 60. RGB value is (192,145,96). Sum of RGB (Red+Green+Blue) = 192+145+96=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C09160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C09160 is #3F6E9F. Grayscale: #999999. Windows color (decimal): -4157088 or 6328768. OLE color: 6328768.
HSL color Cylindrical-coordinate representation of color #C09160: hue angle of 30.63º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C09160 is Cyan = 0, Magento = 0.24, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 145 | 96 | - |
| CMYK | 0 | 0.24 | 0.50 | 0.25 |
| HSL | 30.63º | 0.43% | 0.56% | - |
| HSV(B) | 30.63º | 0.5% | 0.75% | - |
| XYZ | 33.97 | 32.3 | 15.51 | - |
| YUV | 153.47 | 95.57 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 145 | 96 | 0 | 0.24 | 0.50 | 0.25 | 30.63 | 0.43 | 0.56 |
| Hex | C0 | 91 | 60 | 0 | 18 | 32 | 19 | 1F | 2B | 38 |
| Octal | 300 | 221 | 140 | 0 | 30 | 62 | 31 | 37 | 53 | 70 |
| Binary | 11000000 | 10010001 | 1100000 | 0 | 11000 | 110010 | 11001 | 11111 | 101011 | 111000 |
Color Harmonies of #C09160
Complementary color
Monochromatic Colors of #C09160
Black with #C09160
Text Example
Text Example
White with #C09160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09160; }
p { color: rgb(192,145,96); }
H1.HeaderClassName
{
color: #C09160;
}
.AnyTagClassName
{
color: #C09160;
}
</style>
background-color css
<style>
a { background-color: #C09160; }
a { background-color: rgb(192,145,96); }
div.DivClassName
{
background-color: #C09160;
}
.BgClassName
{
background-color: #C09160;
}
</style>
border-color css
<style>
span { border-color: #C09160; }
span { border-color: rgb(192,145,96); }
td.TdClassName
{
border-color: #C09160;
}
.TagClassName
{
border-color: #C09160;
}
</style>