Shades of Twine #C29061
Tints of Twine #C29061
RGB
CMYK
RGB Variations
Color information
#C29061 (or 0xC29061) is known color: Twine. HEX triplet: C2, 90 and 61. RGB value is (194,144,97). Sum of RGB (Red+Green+Blue) = 194+144+97=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 97 (38.28% from 255 or 22.30% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C29061 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29061 is #3D6F9E. Grayscale: #999999. Windows color (decimal): -4026271 or 6394050. OLE color: 6394050.
HSL color Cylindrical-coordinate representation of color #C29061: hue angle of 29.07º 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 #C29061 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 97 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.24 |
| HSL | 29.07º | 0.44% | 0.57% | - |
| HSV(B) | 29.07º | 0.5% | 0.76% | - |
| XYZ | 34.38 | 32.28 | 15.73 | - |
| YUV | 153.59 | 96.07 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 97 | 0 | 0.26 | 0.50 | 0.24 | 29.07 | 0.44 | 0.57 |
| Hex | C2 | 90 | 61 | 0 | 1A | 32 | 18 | 1D | 2C | 39 |
| Octal | 302 | 220 | 141 | 0 | 32 | 62 | 30 | 35 | 54 | 71 |
| Binary | 11000010 | 10010000 | 1100001 | 0 | 11010 | 110010 | 11000 | 11101 | 101100 | 111001 |
Color Harmonies of #C29061
Complementary color
Monochromatic Colors of #C29061
Black with #C29061
Text Example
Text Example
White with #C29061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29061; }
p { color: rgb(194,144,97); }
H1.HeaderClassName
{
color: #C29061;
}
.AnyTagClassName
{
color: #C29061;
}
</style>
background-color css
<style>
a { background-color: #C29061; }
a { background-color: rgb(194,144,97); }
div.DivClassName
{
background-color: #C29061;
}
.BgClassName
{
background-color: #C29061;
}
</style>
border-color css
<style>
span { border-color: #C29061; }
span { border-color: rgb(194,144,97); }
td.TdClassName
{
border-color: #C29061;
}
.TagClassName
{
border-color: #C29061;
}
</style>