Shades of Twine #C28D62
Tints of Twine #C28D62
RGB
CMYK
RGB Variations
Color information
#C28D62 (or 0xC28D62) is known color: Twine. HEX triplet: C2, 8D and 62. RGB value is (194,141,98). Sum of RGB (Red+Green+Blue) = 194+141+98=433 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.80% from 433); Green value is 141 (55.47% from 255 or 32.56% from 433); Blue value is 98 (38.67% from 255 or 22.63% from 433); Max value from RGB is 194 - color contains mainly: red. Hex color #C28D62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28D62 is #3D729D. Grayscale: #989898. Windows color (decimal): -4027038 or 6458818. OLE color: 6458818.
HSL color Cylindrical-coordinate representation of color #C28D62: hue angle of 26.88º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C28D62 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 141 | 98 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.24 |
| HSL | 26.88º | 0.44% | 0.57% | - |
| HSV(B) | 26.88º | 0.49% | 0.76% | - |
| XYZ | 33.98 | 31.4 | 15.83 | - |
| YUV | 151.95 | 97.56 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 141 | 98 | 0 | 0.27 | 0.49 | 0.24 | 26.88 | 0.44 | 0.57 |
| Hex | C2 | 8D | 62 | 0 | 1B | 31 | 18 | 1B | 2C | 39 |
| Octal | 302 | 215 | 142 | 0 | 33 | 61 | 30 | 33 | 54 | 71 |
| Binary | 11000010 | 10001101 | 1100010 | 0 | 11011 | 110001 | 11000 | 11011 | 101100 | 111001 |
Color Harmonies of #C28D62
Complementary color
Monochromatic Colors of #C28D62
Black with #C28D62
Text Example
Text Example
White with #C28D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28D62; }
p { color: rgb(194,141,98); }
H1.HeaderClassName
{
color: #C28D62;
}
.AnyTagClassName
{
color: #C28D62;
}
</style>
background-color css
<style>
a { background-color: #C28D62; }
a { background-color: rgb(194,141,98); }
div.DivClassName
{
background-color: #C28D62;
}
.BgClassName
{
background-color: #C28D62;
}
</style>
border-color css
<style>
span { border-color: #C28D62; }
span { border-color: rgb(194,141,98); }
td.TdClassName
{
border-color: #C28D62;
}
.TagClassName
{
border-color: #C28D62;
}
</style>