Shades of Twine #C49257
Tints of Twine #C49257
RGB
CMYK
RGB Variations
Color information
#C49257 (or 0xC49257) is known color: Twine. HEX triplet: C4, 92 and 57. RGB value is (196,146,87). Sum of RGB (Red+Green+Blue) = 196+146+87=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 146 (57.42% from 255 or 34.03% from 429); Blue value is 87 (34.38% from 255 or 20.28% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49257 is #3B6DA8. Grayscale: #9A9A9A. Windows color (decimal): -3894697 or 5739204. OLE color: 5739204.
HSL color Cylindrical-coordinate representation of color #C49257: hue angle of 32.48º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C49257 is Cyan = 0, Magento = 0.26, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 146 | 87 | - |
| CMYK | 0 | 0.26 | 0.56 | 0.23 |
| HSL | 32.48º | 0.48% | 0.55% | - |
| HSV(B) | 32.48º | 0.56% | 0.77% | - |
| XYZ | 34.76 | 32.98 | 13.55 | - |
| YUV | 154.22 | 90.07 | 157.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 146 | 87 | 0 | 0.26 | 0.56 | 0.23 | 32.48 | 0.48 | 0.55 |
| Hex | C4 | 92 | 57 | 0 | 1A | 38 | 17 | 20 | 30 | 37 |
| Octal | 304 | 222 | 127 | 0 | 32 | 70 | 27 | 40 | 60 | 67 |
| Binary | 11000100 | 10010010 | 1010111 | 0 | 11010 | 111000 | 10111 | 100000 | 110000 | 110111 |
Color Harmonies of #C49257
Complementary color
Monochromatic Colors of #C49257
Black with #C49257
Text Example
Text Example
White with #C49257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49257; }
p { color: rgb(196,146,87); }
H1.HeaderClassName
{
color: #C49257;
}
.AnyTagClassName
{
color: #C49257;
}
</style>
background-color css
<style>
a { background-color: #C49257; }
a { background-color: rgb(196,146,87); }
div.DivClassName
{
background-color: #C49257;
}
.BgClassName
{
background-color: #C49257;
}
</style>
border-color css
<style>
span { border-color: #C49257; }
span { border-color: rgb(196,146,87); }
td.TdClassName
{
border-color: #C49257;
}
.TagClassName
{
border-color: #C49257;
}
</style>