Shades of Twine #C49059
Tints of Twine #C49059
RGB
CMYK
RGB Variations
Color information
#C49059 (or 0xC49059) is known color: Twine. HEX triplet: C4, 90 and 59. RGB value is (196,144,89). Sum of RGB (Red+Green+Blue) = 196+144+89=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C49059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49059 is #3B6FA6. Grayscale: #999999. Windows color (decimal): -3895207 or 5869764. OLE color: 5869764.
HSL color Cylindrical-coordinate representation of color #C49059: hue angle of 30.84º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C49059 is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 144 | 89 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.23 |
| HSL | 30.84º | 0.48% | 0.56% | - |
| HSV(B) | 30.84º | 0.55% | 0.77% | - |
| XYZ | 34.54 | 32.4 | 13.89 | - |
| YUV | 153.28 | 91.73 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 144 | 89 | 0 | 0.27 | 0.55 | 0.23 | 30.84 | 0.48 | 0.56 |
| Hex | C4 | 90 | 59 | 0 | 1B | 37 | 17 | 1F | 30 | 38 |
| Octal | 304 | 220 | 131 | 0 | 33 | 67 | 27 | 37 | 60 | 70 |
| Binary | 11000100 | 10010000 | 1011001 | 0 | 11011 | 110111 | 10111 | 11111 | 110000 | 111000 |
Color Harmonies of #C49059
Complementary color
Monochromatic Colors of #C49059
Black with #C49059
Text Example
Text Example
White with #C49059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49059; }
p { color: rgb(196,144,89); }
H1.HeaderClassName
{
color: #C49059;
}
.AnyTagClassName
{
color: #C49059;
}
</style>
background-color css
<style>
a { background-color: #C49059; }
a { background-color: rgb(196,144,89); }
div.DivClassName
{
background-color: #C49059;
}
.BgClassName
{
background-color: #C49059;
}
</style>
border-color css
<style>
span { border-color: #C49059; }
span { border-color: rgb(196,144,89); }
td.TdClassName
{
border-color: #C49059;
}
.TagClassName
{
border-color: #C49059;
}
</style>