Shades of Twine #C29856
Tints of Twine #C29856
RGB
CMYK
RGB Variations
Color information
#C29856 (or 0xC29856) is known color: Twine. HEX triplet: C2, 98 and 56. RGB value is (194,152,86). Sum of RGB (Red+Green+Blue) = 194+152+86=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 152 (59.77% from 255 or 35.19% from 432); Blue value is 86 (33.98% from 255 or 19.91% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C29856 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29856 is #3D67A9. Grayscale: #9D9D9D. Windows color (decimal): -4024234 or 5675202. OLE color: 5675202.
HSL color Cylindrical-coordinate representation of color #C29856: hue angle of 36.67º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C29856 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 152 | 86 | - |
| CMYK | 0 | 0.22 | 0.56 | 0.24 |
| HSL | 36.67º | 0.47% | 0.55% | - |
| HSV(B) | 36.67º | 0.56% | 0.76% | - |
| XYZ | 35.16 | 34.6 | 13.63 | - |
| YUV | 157.03 | 87.91 | 154.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 152 | 86 | 0 | 0.22 | 0.56 | 0.24 | 36.67 | 0.47 | 0.55 |
| Hex | C2 | 98 | 56 | 0 | 16 | 38 | 18 | 25 | 2F | 37 |
| Octal | 302 | 230 | 126 | 0 | 26 | 70 | 30 | 45 | 57 | 67 |
| Binary | 11000010 | 10011000 | 1010110 | 0 | 10110 | 111000 | 11000 | 100101 | 101111 | 110111 |
Color Harmonies of #C29856
Complementary color
Monochromatic Colors of #C29856
Black with #C29856
Text Example
Text Example
White with #C29856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29856; }
p { color: rgb(194,152,86); }
H1.HeaderClassName
{
color: #C29856;
}
.AnyTagClassName
{
color: #C29856;
}
</style>
background-color css
<style>
a { background-color: #C29856; }
a { background-color: rgb(194,152,86); }
div.DivClassName
{
background-color: #C29856;
}
.BgClassName
{
background-color: #C29856;
}
</style>
border-color css
<style>
span { border-color: #C29856; }
span { border-color: rgb(194,152,86); }
td.TdClassName
{
border-color: #C29856;
}
.TagClassName
{
border-color: #C29856;
}
</style>