Shades of Twine #C29062
Tints of Twine #C29062
RGB
CMYK
RGB Variations
Color information
#C29062 (or 0xC29062) is known color: Twine. HEX triplet: C2, 90 and 62. RGB value is (194,144,98). Sum of RGB (Red+Green+Blue) = 194+144+98=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C29062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29062 is #3D6F9D. Grayscale: #999999. Windows color (decimal): -4026270 or 6459586. OLE color: 6459586.
HSL color Cylindrical-coordinate representation of color #C29062: hue angle of 28.75º 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 #C29062 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 98 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.24 |
| HSL | 28.75º | 0.44% | 0.57% | - |
| HSV(B) | 28.75º | 0.49% | 0.76% | - |
| XYZ | 34.43 | 32.3 | 15.97 | - |
| YUV | 153.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 98 | 0 | 0.26 | 0.49 | 0.24 | 28.75 | 0.44 | 0.57 |
| Hex | C2 | 90 | 62 | 0 | 1A | 31 | 18 | 1D | 2C | 39 |
| Octal | 302 | 220 | 142 | 0 | 32 | 61 | 30 | 35 | 54 | 71 |
| Binary | 11000010 | 10010000 | 1100010 | 0 | 11010 | 110001 | 11000 | 11101 | 101100 | 111001 |
Color Harmonies of #C29062
Complementary color
Monochromatic Colors of #C29062
Black with #C29062
Text Example
Text Example
White with #C29062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29062; }
p { color: rgb(194,144,98); }
H1.HeaderClassName
{
color: #C29062;
}
.AnyTagClassName
{
color: #C29062;
}
</style>
background-color css
<style>
a { background-color: #C29062; }
a { background-color: rgb(194,144,98); }
div.DivClassName
{
background-color: #C29062;
}
.BgClassName
{
background-color: #C29062;
}
</style>
border-color css
<style>
span { border-color: #C29062; }
span { border-color: rgb(194,144,98); }
td.TdClassName
{
border-color: #C29062;
}
.TagClassName
{
border-color: #C29062;
}
</style>