Shades of Twine #C08860
Tints of Twine #C08860
RGB
CMYK
RGB Variations
Color information
#C08860 (or 0xC08860) is known color: Twine. HEX triplet: C0, 88 and 60. RGB value is (192,136,96). Sum of RGB (Red+Green+Blue) = 192+136+96=424 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.28% from 424); Green value is 136 (53.52% from 255 or 32.08% from 424); Blue value is 96 (37.89% from 255 or 22.64% from 424); Max value from RGB is 192 - color contains mainly: red. Hex color #C08860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08860 is #3F779F. Grayscale: #949494. Windows color (decimal): -4159392 or 6326464. OLE color: 6326464.
HSL color Cylindrical-coordinate representation of color #C08860: hue angle of 25º 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 #C08860 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 96 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.25 |
| HSL | 25º | 0.43% | 0.56% | - |
| HSV(B) | 25º | 0.5% | 0.75% | - |
| XYZ | 32.65 | 29.66 | 15.07 | - |
| YUV | 148.18 | 98.55 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 96 | 0 | 0.29 | 0.50 | 0.25 | 25 | 0.43 | 0.56 |
| Hex | C0 | 88 | 60 | 0 | 1D | 32 | 19 | 19 | 2B | 38 |
| Octal | 300 | 210 | 140 | 0 | 35 | 62 | 31 | 31 | 53 | 70 |
| Binary | 11000000 | 10001000 | 1100000 | 0 | 11101 | 110010 | 11001 | 11001 | 101011 | 111000 |
Color Harmonies of #C08860
Complementary color
Monochromatic Colors of #C08860
Black with #C08860
Text Example
Text Example
White with #C08860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08860; }
p { color: rgb(192,136,96); }
H1.HeaderClassName
{
color: #C08860;
}
.AnyTagClassName
{
color: #C08860;
}
</style>
background-color css
<style>
a { background-color: #C08860; }
a { background-color: rgb(192,136,96); }
div.DivClassName
{
background-color: #C08860;
}
.BgClassName
{
background-color: #C08860;
}
</style>
border-color css
<style>
span { border-color: #C08860; }
span { border-color: rgb(192,136,96); }
td.TdClassName
{
border-color: #C08860;
}
.TagClassName
{
border-color: #C08860;
}
</style>