Shades of Twine #C0885E
Tints of Twine #C0885E
RGB
CMYK
RGB Variations
Color information
#C0885E (or 0xC0885E) is known color: Twine. HEX triplet: C0, 88 and 5E. RGB value is (192,136,94). Sum of RGB (Red+Green+Blue) = 192+136+94=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 136 (53.52% from 255 or 32.23% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C0885E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0885E is #3F77A1. Grayscale: #949494. Windows color (decimal): -4159394 or 6195392. OLE color: 6195392.
HSL color Cylindrical-coordinate representation of color #C0885E: hue angle of 25.71º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C0885E is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 94 | - |
| CMYK | 0 | 0.29 | 0.51 | 0.25 |
| HSL | 25.71º | 0.44% | 0.56% | - |
| HSV(B) | 25.71º | 0.51% | 0.75% | - |
| XYZ | 32.56 | 29.62 | 14.59 | - |
| YUV | 147.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 94 | 0 | 0.29 | 0.51 | 0.25 | 25.71 | 0.44 | 0.56 |
| Hex | C0 | 88 | 5E | 0 | 1D | 33 | 19 | 1A | 2C | 38 |
| Octal | 300 | 210 | 136 | 0 | 35 | 63 | 31 | 32 | 54 | 70 |
| Binary | 11000000 | 10001000 | 1011110 | 0 | 11101 | 110011 | 11001 | 11010 | 101100 | 111000 |
Color Harmonies of #C0885E
Complementary color
Monochromatic Colors of #C0885E
Black with #C0885E
Text Example
Text Example
White with #C0885E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0885E; }
p { color: rgb(192,136,94); }
H1.HeaderClassName
{
color: #C0885E;
}
.AnyTagClassName
{
color: #C0885E;
}
</style>
background-color css
<style>
a { background-color: #C0885E; }
a { background-color: rgb(192,136,94); }
div.DivClassName
{
background-color: #C0885E;
}
.BgClassName
{
background-color: #C0885E;
}
</style>
border-color css
<style>
span { border-color: #C0885E; }
span { border-color: rgb(192,136,94); }
td.TdClassName
{
border-color: #C0885E;
}
.TagClassName
{
border-color: #C0885E;
}
</style>