Shades of Twine #C29360
Tints of Twine #C29360
RGB
CMYK
RGB Variations
Color information
#C29360 (or 0xC29360) is known color: Twine. HEX triplet: C2, 93 and 60. RGB value is (194,147,96). Sum of RGB (Red+Green+Blue) = 194+147+96=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C29360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29360 is #3D6C9F. Grayscale: #9B9B9B. Windows color (decimal): -4025504 or 6329282. OLE color: 6329282.
HSL color Cylindrical-coordinate representation of color #C29360: hue angle of 31.22º 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 #C29360 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 147 | 96 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.24 |
| HSL | 31.22º | 0.45% | 0.57% | - |
| HSV(B) | 31.22º | 0.51% | 0.76% | - |
| XYZ | 34.79 | 33.18 | 15.64 | - |
| YUV | 155.24 | 94.57 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 147 | 96 | 0 | 0.24 | 0.51 | 0.24 | 31.22 | 0.45 | 0.57 |
| Hex | C2 | 93 | 60 | 0 | 18 | 33 | 18 | 1F | 2D | 39 |
| Octal | 302 | 223 | 140 | 0 | 30 | 63 | 30 | 37 | 55 | 71 |
| Binary | 11000010 | 10010011 | 1100000 | 0 | 11000 | 110011 | 11000 | 11111 | 101101 | 111001 |
Color Harmonies of #C29360
Complementary color
Monochromatic Colors of #C29360
Black with #C29360
Text Example
Text Example
White with #C29360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C29360; }
p { color: rgb(194,147,96); }
H1.HeaderClassName
{
color: #C29360;
}
.AnyTagClassName
{
color: #C29360;
}
</style>
background-color css
<style>
a { background-color: #C29360; }
a { background-color: rgb(194,147,96); }
div.DivClassName
{
background-color: #C29360;
}
.BgClassName
{
background-color: #C29360;
}
</style>
border-color css
<style>
span { border-color: #C29360; }
span { border-color: rgb(194,147,96); }
td.TdClassName
{
border-color: #C29360;
}
.TagClassName
{
border-color: #C29360;
}
</style>