Shades of Twine #C49460
Tints of Twine #C49460
RGB
CMYK
RGB Variations
Color information
#C49460 (or 0xC49460) is known color: Twine. HEX triplet: C4, 94 and 60. RGB value is (196,148,96). Sum of RGB (Red+Green+Blue) = 196+148+96=440 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.55% from 440); Green value is 148 (58.20% from 255 or 33.64% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 196 - color contains mainly: red. Hex color #C49460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49460 is #3B6B9F. Grayscale: #9C9C9C. Windows color (decimal): -3894176 or 6329540. OLE color: 6329540.
HSL color Cylindrical-coordinate representation of color #C49460: hue angle of 31.2º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C49460 is Cyan = 0, Magento = 0.24, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 96 | - |
| CMYK | 0 | 0.24 | 0.51 | 0.23 |
| HSL | 31.2º | 0.46% | 0.57% | - |
| HSV(B) | 31.2º | 0.51% | 0.77% | - |
| XYZ | 35.47 | 33.76 | 15.71 | - |
| YUV | 156.42 | 93.9 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 96 | 0 | 0.24 | 0.51 | 0.23 | 31.2 | 0.46 | 0.57 |
| Hex | C4 | 94 | 60 | 0 | 18 | 33 | 17 | 1F | 2E | 39 |
| Octal | 304 | 224 | 140 | 0 | 30 | 63 | 27 | 37 | 56 | 71 |
| Binary | 11000100 | 10010100 | 1100000 | 0 | 11000 | 110011 | 10111 | 11111 | 101110 | 111001 |
Color Harmonies of #C49460
Complementary color
Monochromatic Colors of #C49460
Black with #C49460
Text Example
Text Example
White with #C49460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49460; }
p { color: rgb(196,148,96); }
H1.HeaderClassName
{
color: #C49460;
}
.AnyTagClassName
{
color: #C49460;
}
</style>
background-color css
<style>
a { background-color: #C49460; }
a { background-color: rgb(196,148,96); }
div.DivClassName
{
background-color: #C49460;
}
.BgClassName
{
background-color: #C49460;
}
</style>
border-color css
<style>
span { border-color: #C49460; }
span { border-color: rgb(196,148,96); }
td.TdClassName
{
border-color: #C49460;
}
.TagClassName
{
border-color: #C49460;
}
</style>