Shades of Twine #C08E60
Tints of Twine #C08E60
RGB
CMYK
RGB Variations
Color information
#C08E60 (or 0xC08E60) is known color: Twine. HEX triplet: C0, 8E and 60. RGB value is (192,142,96). Sum of RGB (Red+Green+Blue) = 192+142+96=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 142 (55.86% from 255 or 33.02% from 430); Blue value is 96 (37.89% from 255 or 22.33% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08E60 is #3F719F. Grayscale: #979797. Windows color (decimal): -4157856 or 6328000. OLE color: 6328000.
HSL color Cylindrical-coordinate representation of color #C08E60: hue angle of 28.75º 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 #C08E60 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 96 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.25 |
| HSL | 28.75º | 0.43% | 0.56% | - |
| HSV(B) | 28.75º | 0.5% | 0.75% | - |
| XYZ | 33.52 | 31.4 | 15.36 | - |
| YUV | 151.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 96 | 0 | 0.26 | 0.50 | 0.25 | 28.75 | 0.43 | 0.56 |
| Hex | C0 | 8E | 60 | 0 | 1A | 32 | 19 | 1D | 2B | 38 |
| Octal | 300 | 216 | 140 | 0 | 32 | 62 | 31 | 35 | 53 | 70 |
| Binary | 11000000 | 10001110 | 1100000 | 0 | 11010 | 110010 | 11001 | 11101 | 101011 | 111000 |
Color Harmonies of #C08E60
Complementary color
Monochromatic Colors of #C08E60
Black with #C08E60
Text Example
Text Example
White with #C08E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08E60; }
p { color: rgb(192,142,96); }
H1.HeaderClassName
{
color: #C08E60;
}
.AnyTagClassName
{
color: #C08E60;
}
</style>
background-color css
<style>
a { background-color: #C08E60; }
a { background-color: rgb(192,142,96); }
div.DivClassName
{
background-color: #C08E60;
}
.BgClassName
{
background-color: #C08E60;
}
</style>
border-color css
<style>
span { border-color: #C08E60; }
span { border-color: rgb(192,142,96); }
td.TdClassName
{
border-color: #C08E60;
}
.TagClassName
{
border-color: #C08E60;
}
</style>