Shades of Twine #C39160
Tints of Twine #C39160
RGB
CMYK
RGB Variations
Color information
#C39160 (or 0xC39160) is known color: Twine. HEX triplet: C3, 91 and 60. RGB value is (195,145,96). Sum of RGB (Red+Green+Blue) = 195+145+96=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C39160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C39160 is #3C6E9F. Grayscale: #9A9A9A. Windows color (decimal): -3960480 or 6328771. OLE color: 6328771.
HSL color Cylindrical-coordinate representation of color #C39160: hue angle of 29.7º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C39160 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 145 | 96 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.24 |
| HSL | 29.7º | 0.45% | 0.57% | - |
| HSV(B) | 29.7º | 0.51% | 0.76% | - |
| XYZ | 34.74 | 32.7 | 15.55 | - |
| YUV | 154.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 145 | 96 | 0 | 0.26 | 0.51 | 0.24 | 29.7 | 0.45 | 0.57 |
| Hex | C3 | 91 | 60 | 0 | 1A | 33 | 18 | 1E | 2D | 39 |
| Octal | 303 | 221 | 140 | 0 | 32 | 63 | 30 | 36 | 55 | 71 |
| Binary | 11000011 | 10010001 | 1100000 | 0 | 11010 | 110011 | 11000 | 11110 | 101101 | 111001 |
Color Harmonies of #C39160
Complementary color
Monochromatic Colors of #C39160
Black with #C39160
Text Example
Text Example
White with #C39160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39160; }
p { color: rgb(195,145,96); }
H1.HeaderClassName
{
color: #C39160;
}
.AnyTagClassName
{
color: #C39160;
}
</style>
background-color css
<style>
a { background-color: #C39160; }
a { background-color: rgb(195,145,96); }
div.DivClassName
{
background-color: #C39160;
}
.BgClassName
{
background-color: #C39160;
}
</style>
border-color css
<style>
span { border-color: #C39160; }
span { border-color: rgb(195,145,96); }
td.TdClassName
{
border-color: #C39160;
}
.TagClassName
{
border-color: #C39160;
}
</style>