Shades of Twine #C08859
Tints of Twine #C08859
RGB
CMYK
RGB Variations
Color information
#C08859 (or 0xC08859) is known color: Twine. HEX triplet: C0, 88 and 59. RGB value is (192,136,89). Sum of RGB (Red+Green+Blue) = 192+136+89=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C08859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08859 is #3F77A6. Grayscale: #939393. Windows color (decimal): -4159399 or 5867712. OLE color: 5867712.
HSL color Cylindrical-coordinate representation of color #C08859: hue angle of 27.38º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C08859 is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 89 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.25 |
| HSL | 27.38º | 0.45% | 0.55% | - |
| HSV(B) | 27.38º | 0.54% | 0.75% | - |
| XYZ | 32.35 | 29.54 | 13.45 | - |
| YUV | 147.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 89 | 0 | 0.29 | 0.54 | 0.25 | 27.38 | 0.45 | 0.55 |
| Hex | C0 | 88 | 59 | 0 | 1D | 36 | 19 | 1B | 2D | 37 |
| Octal | 300 | 210 | 131 | 0 | 35 | 66 | 31 | 33 | 55 | 67 |
| Binary | 11000000 | 10001000 | 1011001 | 0 | 11101 | 110110 | 11001 | 11011 | 101101 | 110111 |
Color Harmonies of #C08859
Complementary color
Monochromatic Colors of #C08859
Black with #C08859
Text Example
Text Example
White with #C08859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08859; }
p { color: rgb(192,136,89); }
H1.HeaderClassName
{
color: #C08859;
}
.AnyTagClassName
{
color: #C08859;
}
</style>
background-color css
<style>
a { background-color: #C08859; }
a { background-color: rgb(192,136,89); }
div.DivClassName
{
background-color: #C08859;
}
.BgClassName
{
background-color: #C08859;
}
</style>
border-color css
<style>
span { border-color: #C08859; }
span { border-color: rgb(192,136,89); }
td.TdClassName
{
border-color: #C08859;
}
.TagClassName
{
border-color: #C08859;
}
</style>