Shades of Twine #C29161
Tints of Twine #C29161
RGB
CMYK
RGB Variations
Color information
#C29161 (or 0xC29161) is known color: Twine. HEX triplet: C2, 91 and 61. RGB value is (194,145,97). Sum of RGB (Red+Green+Blue) = 194+145+97=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C29161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29161 is #3D6E9E. Grayscale: #9A9A9A. Windows color (decimal): -4026015 or 6394306. OLE color: 6394306.
HSL color Cylindrical-coordinate representation of color #C29161: hue angle of 29.69º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C29161 is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 145 | 97 | - |
| CMYK | 0 | 0.25 | 0.50 | 0.24 |
| HSL | 29.69º | 0.44% | 0.57% | - |
| HSV(B) | 29.69º | 0.5% | 0.76% | - |
| XYZ | 34.53 | 32.58 | 15.78 | - |
| YUV | 154.18 | 95.73 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 97 | 0 | 0.25 | 0.50 | 0.24 | 29.69 | 0.44 | 0.57 |
| Hex | C2 | 91 | 61 | 0 | 19 | 32 | 18 | 1E | 2C | 39 |
| Octal | 302 | 221 | 141 | 0 | 31 | 62 | 30 | 36 | 54 | 71 |
| Binary | 11000010 | 10010001 | 1100001 | 0 | 11001 | 110010 | 11000 | 11110 | 101100 | 111001 |
Color Harmonies of #C29161
Complementary color
Monochromatic Colors of #C29161
Black with #C29161
Text Example
Text Example
White with #C29161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29161; }
p { color: rgb(194,145,97); }
H1.HeaderClassName
{
color: #C29161;
}
.AnyTagClassName
{
color: #C29161;
}
</style>
background-color css
<style>
a { background-color: #C29161; }
a { background-color: rgb(194,145,97); }
div.DivClassName
{
background-color: #C29161;
}
.BgClassName
{
background-color: #C29161;
}
</style>
border-color css
<style>
span { border-color: #C29161; }
span { border-color: rgb(194,145,97); }
td.TdClassName
{
border-color: #C29161;
}
.TagClassName
{
border-color: #C29161;
}
</style>