Shades of Twine #C28659
Tints of Twine #C28659
RGB
CMYK
RGB Variations
Color information
#C28659 (or 0xC28659) is known color: Twine. HEX triplet: C2, 86 and 59. RGB value is (194,134,89). Sum of RGB (Red+Green+Blue) = 194+134+89=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 134 (52.73% from 255 or 32.13% from 417); Blue value is 89 (35.16% from 255 or 21.34% from 417); Max value from RGB is 194 - color contains mainly: red. Hex color #C28659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28659 is #3D79A6. Grayscale: #939393. Windows color (decimal): -4028839 or 5867202. OLE color: 5867202.
HSL color Cylindrical-coordinate representation of color #C28659: hue angle of 25.71º 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 #C28659 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 134 | 89 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.24 |
| HSL | 25.71º | 0.46% | 0.55% | - |
| HSV(B) | 25.71º | 0.54% | 0.76% | - |
| XYZ | 32.58 | 29.24 | 13.38 | - |
| YUV | 146.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 134 | 89 | 0 | 0.31 | 0.54 | 0.24 | 25.71 | 0.46 | 0.55 |
| Hex | C2 | 86 | 59 | 0 | 1F | 36 | 18 | 1A | 2E | 37 |
| Octal | 302 | 206 | 131 | 0 | 37 | 66 | 30 | 32 | 56 | 67 |
| Binary | 11000010 | 10000110 | 1011001 | 0 | 11111 | 110110 | 11000 | 11010 | 101110 | 110111 |
Color Harmonies of #C28659
Complementary color
Monochromatic Colors of #C28659
Black with #C28659
Text Example
Text Example
White with #C28659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28659; }
p { color: rgb(194,134,89); }
H1.HeaderClassName
{
color: #C28659;
}
.AnyTagClassName
{
color: #C28659;
}
</style>
background-color css
<style>
a { background-color: #C28659; }
a { background-color: rgb(194,134,89); }
div.DivClassName
{
background-color: #C28659;
}
.BgClassName
{
background-color: #C28659;
}
</style>
border-color css
<style>
span { border-color: #C28659; }
span { border-color: rgb(194,134,89); }
td.TdClassName
{
border-color: #C28659;
}
.TagClassName
{
border-color: #C28659;
}
</style>