Shades of Twine #C28859
Tints of Twine #C28859
RGB
CMYK
RGB Variations
Color information
#C28859 (or 0xC28859) is known color: Twine. HEX triplet: C2, 88 and 59. RGB value is (194,136,89). Sum of RGB (Red+Green+Blue) = 194+136+89=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 136 (53.52% from 255 or 32.46% from 419); Blue value is 89 (35.16% from 255 or 21.24% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C28859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28859 is #3D77A6. Grayscale: #949494. Windows color (decimal): -4028327 or 5867714. OLE color: 5867714.
HSL color Cylindrical-coordinate representation of color #C28859: hue angle of 26.86º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28859 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 89 | - |
| CMYK | 0 | 0.30 | 0.54 | 0.24 |
| HSL | 26.86º | 0.46% | 0.55% | - |
| HSV(B) | 26.86º | 0.54% | 0.76% | - |
| XYZ | 32.86 | 29.8 | 13.47 | - |
| YUV | 147.98 | 94.72 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 89 | 0 | 0.30 | 0.54 | 0.24 | 26.86 | 0.46 | 0.55 |
| Hex | C2 | 88 | 59 | 0 | 1E | 36 | 18 | 1B | 2E | 37 |
| Octal | 302 | 210 | 131 | 0 | 36 | 66 | 30 | 33 | 56 | 67 |
| Binary | 11000010 | 10001000 | 1011001 | 0 | 11110 | 110110 | 11000 | 11011 | 101110 | 110111 |
Color Harmonies of #C28859
Complementary color
Monochromatic Colors of #C28859
Black with #C28859
Text Example
Text Example
White with #C28859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28859; }
p { color: rgb(194,136,89); }
H1.HeaderClassName
{
color: #C28859;
}
.AnyTagClassName
{
color: #C28859;
}
</style>
background-color css
<style>
a { background-color: #C28859; }
a { background-color: rgb(194,136,89); }
div.DivClassName
{
background-color: #C28859;
}
.BgClassName
{
background-color: #C28859;
}
</style>
border-color css
<style>
span { border-color: #C28859; }
span { border-color: rgb(194,136,89); }
td.TdClassName
{
border-color: #C28859;
}
.TagClassName
{
border-color: #C28859;
}
</style>