Shades of Twine #C29460
Tints of Twine #C29460
RGB
CMYK
RGB Variations
Color information
#C29460 (or 0xC29460) is known color: Twine. HEX triplet: C2, 94 and 60. RGB value is (194,148,96). Sum of RGB (Red+Green+Blue) = 194+148+96=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C29460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29460 is #3D6B9F. Grayscale: #9C9C9C. Windows color (decimal): -4025248 or 6329538. OLE color: 6329538.
HSL color Cylindrical-coordinate representation of color #C29460: hue angle of 31.84º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C29460 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 96 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.24 |
| HSL | 31.84º | 0.45% | 0.57% | - |
| HSV(B) | 31.84º | 0.51% | 0.76% | - |
| XYZ | 34.95 | 33.49 | 15.69 | - |
| YUV | 155.83 | 94.24 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 96 | 0 | 0.24 | 0.51 | 0.24 | 31.84 | 0.45 | 0.57 |
| Hex | C2 | 94 | 60 | 0 | 18 | 33 | 18 | 20 | 2D | 39 |
| Octal | 302 | 224 | 140 | 0 | 30 | 63 | 30 | 40 | 55 | 71 |
| Binary | 11000010 | 10010100 | 1100000 | 0 | 11000 | 110011 | 11000 | 100000 | 101101 | 111001 |
Color Harmonies of #C29460
Complementary color
Monochromatic Colors of #C29460
Black with #C29460
Text Example
Text Example
White with #C29460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29460; }
p { color: rgb(194,148,96); }
H1.HeaderClassName
{
color: #C29460;
}
.AnyTagClassName
{
color: #C29460;
}
</style>
background-color css
<style>
a { background-color: #C29460; }
a { background-color: rgb(194,148,96); }
div.DivClassName
{
background-color: #C29460;
}
.BgClassName
{
background-color: #C29460;
}
</style>
border-color css
<style>
span { border-color: #C29460; }
span { border-color: rgb(194,148,96); }
td.TdClassName
{
border-color: #C29460;
}
.TagClassName
{
border-color: #C29460;
}
</style>