Shades of Twine #C08856
Tints of Twine #C08856
RGB
CMYK
RGB Variations
Color information
#C08856 (or 0xC08856) is known color: Twine. HEX triplet: C0, 88 and 56. RGB value is (192,136,86). Sum of RGB (Red+Green+Blue) = 192+136+86=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 86 (33.98% from 255 or 20.77% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C08856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08856 is #3F77A9. Grayscale: #939393. Windows color (decimal): -4159402 or 5671104. OLE color: 5671104.
HSL color Cylindrical-coordinate representation of color #C08856: hue angle of 28.3º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C08856 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 86 | - |
| CMYK | 0 | 0.29 | 0.55 | 0.25 |
| HSL | 28.3º | 0.46% | 0.55% | - |
| HSV(B) | 28.3º | 0.55% | 0.75% | - |
| XYZ | 32.22 | 29.49 | 12.8 | - |
| YUV | 147.04 | 93.55 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 86 | 0 | 0.29 | 0.55 | 0.25 | 28.3 | 0.46 | 0.55 |
| Hex | C0 | 88 | 56 | 0 | 1D | 37 | 19 | 1C | 2E | 37 |
| Octal | 300 | 210 | 126 | 0 | 35 | 67 | 31 | 34 | 56 | 67 |
| Binary | 11000000 | 10001000 | 1010110 | 0 | 11101 | 110111 | 11001 | 11100 | 101110 | 110111 |
Color Harmonies of #C08856
Complementary color
Monochromatic Colors of #C08856
Black with #C08856
Text Example
Text Example
White with #C08856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08856; }
p { color: rgb(192,136,86); }
H1.HeaderClassName
{
color: #C08856;
}
.AnyTagClassName
{
color: #C08856;
}
</style>
background-color css
<style>
a { background-color: #C08856; }
a { background-color: rgb(192,136,86); }
div.DivClassName
{
background-color: #C08856;
}
.BgClassName
{
background-color: #C08856;
}
</style>
border-color css
<style>
span { border-color: #C08856; }
span { border-color: rgb(192,136,86); }
td.TdClassName
{
border-color: #C08856;
}
.TagClassName
{
border-color: #C08856;
}
</style>