Shades of Twine #C49260
Tints of Twine #C49260
RGB
CMYK
RGB Variations
Color information
#C49260 (or 0xC49260) is known color: Twine. HEX triplet: C4, 92 and 60. RGB value is (196,146,96). Sum of RGB (Red+Green+Blue) = 196+146+96=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 146 (57.42% from 255 or 33.33% from 438); Blue value is 96 (37.89% from 255 or 21.92% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49260 is #3B6D9F. Grayscale: #9B9B9B. Windows color (decimal): -3894688 or 6329028. OLE color: 6329028.
HSL color Cylindrical-coordinate representation of color #C49260: hue angle of 30º 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 #C49260 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 96 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.23 |
| HSL | 30º | 0.46% | 0.57% | - |
| HSV(B) | 30º | 0.51% | 0.77% | - |
| XYZ | 35.16 | 33.14 | 15.61 | - |
| YUV | 155.25 | 94.57 | 157.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 96 | 0 | 0.26 | 0.51 | 0.23 | 30 | 0.46 | 0.57 |
| Hex | C4 | 92 | 60 | 0 | 1A | 33 | 17 | 1E | 2E | 39 |
| Octal | 304 | 222 | 140 | 0 | 32 | 63 | 27 | 36 | 56 | 71 |
| Binary | 11000100 | 10010010 | 1100000 | 0 | 11010 | 110011 | 10111 | 11110 | 101110 | 111001 |
Color Harmonies of #C49260
Complementary color
Monochromatic Colors of #C49260
Black with #C49260
Text Example
Text Example
White with #C49260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49260; }
p { color: rgb(196,146,96); }
H1.HeaderClassName
{
color: #C49260;
}
.AnyTagClassName
{
color: #C49260;
}
</style>
background-color css
<style>
a { background-color: #C49260; }
a { background-color: rgb(196,146,96); }
div.DivClassName
{
background-color: #C49260;
}
.BgClassName
{
background-color: #C49260;
}
</style>
border-color css
<style>
span { border-color: #C49260; }
span { border-color: rgb(196,146,96); }
td.TdClassName
{
border-color: #C49260;
}
.TagClassName
{
border-color: #C49260;
}
</style>