Shades of Twine #C49C57
Tints of Twine #C49C57
RGB
CMYK
RGB Variations
Color information
#C49C57 (or 0xC49C57) is known color: Twine. HEX triplet: C4, 9C and 57. RGB value is (196,156,87). Sum of RGB (Red+Green+Blue) = 196+156+87=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 87 (34.38% from 255 or 19.82% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C57 is #3B63A8. Grayscale: #A0A0A0. Windows color (decimal): -3892137 or 5741764. OLE color: 5741764.
HSL color Cylindrical-coordinate representation of color #C49C57: hue angle of 37.98º 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 #C49C57 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 87 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.23 |
| HSL | 37.98º | 0.48% | 0.55% | - |
| HSV(B) | 37.98º | 0.56% | 0.77% | - |
| XYZ | 36.37 | 36.2 | 14.09 | - |
| YUV | 160.09 | 86.75 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 87 | 0 | 0.20 | 0.56 | 0.23 | 37.98 | 0.48 | 0.55 |
| Hex | C4 | 9C | 57 | 0 | 14 | 38 | 17 | 26 | 30 | 37 |
| Octal | 304 | 234 | 127 | 0 | 24 | 70 | 27 | 46 | 60 | 67 |
| Binary | 11000100 | 10011100 | 1010111 | 0 | 10100 | 111000 | 10111 | 100110 | 110000 | 110111 |
Color Harmonies of #C49C57
Complementary color
Monochromatic Colors of #C49C57
Black with #C49C57
Text Example
Text Example
White with #C49C57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C57; }
p { color: rgb(196,156,87); }
H1.HeaderClassName
{
color: #C49C57;
}
.AnyTagClassName
{
color: #C49C57;
}
</style>
background-color css
<style>
a { background-color: #C49C57; }
a { background-color: rgb(196,156,87); }
div.DivClassName
{
background-color: #C49C57;
}
.BgClassName
{
background-color: #C49C57;
}
</style>
border-color css
<style>
span { border-color: #C49C57; }
span { border-color: rgb(196,156,87); }
td.TdClassName
{
border-color: #C49C57;
}
.TagClassName
{
border-color: #C49C57;
}
</style>