Shades of Twine #C49C55
Tints of Twine #C49C55
RGB
CMYK
RGB Variations
Color information
#C49C55 (or 0xC49C55) is known color: Twine. HEX triplet: C4, 9C and 55. RGB value is (196,156,85). Sum of RGB (Red+Green+Blue) = 196+156+85=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 85 (33.59% from 255 or 19.45% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C55 is #3B63AA. Grayscale: #A0A0A0. Windows color (decimal): -3892139 or 5610692. OLE color: 5610692.
HSL color Cylindrical-coordinate representation of color #C49C55: hue angle of 38.38º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C49C55 is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 85 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.23 |
| HSL | 38.38º | 0.48% | 0.55% | - |
| HSV(B) | 38.38º | 0.57% | 0.77% | - |
| XYZ | 36.29 | 36.17 | 13.66 | - |
| YUV | 159.87 | 85.75 | 153.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 85 | 0 | 0.20 | 0.57 | 0.23 | 38.38 | 0.48 | 0.55 |
| Hex | C4 | 9C | 55 | 0 | 14 | 39 | 17 | 26 | 30 | 37 |
| Octal | 304 | 234 | 125 | 0 | 24 | 71 | 27 | 46 | 60 | 67 |
| Binary | 11000100 | 10011100 | 1010101 | 0 | 10100 | 111001 | 10111 | 100110 | 110000 | 110111 |
Color Harmonies of #C49C55
Complementary color
Monochromatic Colors of #C49C55
Black with #C49C55
Text Example
Text Example
White with #C49C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C55; }
p { color: rgb(196,156,85); }
H1.HeaderClassName
{
color: #C49C55;
}
.AnyTagClassName
{
color: #C49C55;
}
</style>
background-color css
<style>
a { background-color: #C49C55; }
a { background-color: rgb(196,156,85); }
div.DivClassName
{
background-color: #C49C55;
}
.BgClassName
{
background-color: #C49C55;
}
</style>
border-color css
<style>
span { border-color: #C49C55; }
span { border-color: rgb(196,156,85); }
td.TdClassName
{
border-color: #C49C55;
}
.TagClassName
{
border-color: #C49C55;
}
</style>