Shades of Twine #C08656
Tints of Twine #C08656
RGB
CMYK
RGB Variations
Color information
#C08656 (or 0xC08656) is known color: Twine. HEX triplet: C0, 86 and 56. RGB value is (192,134,86). Sum of RGB (Red+Green+Blue) = 192+134+86=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 134 (52.73% from 255 or 32.52% from 412); Blue value is 86 (33.98% from 255 or 20.87% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C08656 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08656 is #3F79A9. Grayscale: #929292. Windows color (decimal): -4159914 or 5670592. OLE color: 5670592.
HSL color Cylindrical-coordinate representation of color #C08656: hue angle of 27.17º 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 #C08656 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 86 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.25 |
| HSL | 27.17º | 0.46% | 0.55% | - |
| HSV(B) | 27.17º | 0.55% | 0.75% | - |
| XYZ | 31.94 | 28.93 | 12.7 | - |
| YUV | 145.87 | 94.22 | 160.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 86 | 0 | 0.30 | 0.55 | 0.25 | 27.17 | 0.46 | 0.55 |
| Hex | C0 | 86 | 56 | 0 | 1E | 37 | 19 | 1B | 2E | 37 |
| Octal | 300 | 206 | 126 | 0 | 36 | 67 | 31 | 33 | 56 | 67 |
| Binary | 11000000 | 10000110 | 1010110 | 0 | 11110 | 110111 | 11001 | 11011 | 101110 | 110111 |
Color Harmonies of #C08656
Complementary color
Monochromatic Colors of #C08656
Black with #C08656
Text Example
Text Example
White with #C08656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08656; }
p { color: rgb(192,134,86); }
H1.HeaderClassName
{
color: #C08656;
}
.AnyTagClassName
{
color: #C08656;
}
</style>
background-color css
<style>
a { background-color: #C08656; }
a { background-color: rgb(192,134,86); }
div.DivClassName
{
background-color: #C08656;
}
.BgClassName
{
background-color: #C08656;
}
</style>
border-color css
<style>
span { border-color: #C08656; }
span { border-color: rgb(192,134,86); }
td.TdClassName
{
border-color: #C08656;
}
.TagClassName
{
border-color: #C08656;
}
</style>