HEX: #C49585
RGB: (196,149,133)
#C49585 contains mainly red and green colors. Web safe color of #C49585 is #CC9999 (or #C99).
#C49585 color RGB value is (196,149,133).
RGB: (196,149,133)
(77%, 58%, 52%)
R 196 of 255 = 77%
G 149 of 255 = 58%
B 133 of 255 = 52%
R + G + B ~ 62%. #C49585 is quite light color.
R + G + B = 196 + 149 + 133 = 478 (100%)
R 196 of 478 ~ 41%
G 149 of 478 ~ 31.17%
B 133 of 478 ~ 27.82'%
#C49585 color CMYK value is (0,24,32,23).
CMYK: (0,24,32,23) C0M24Y32K23 (0%,24%,32%,23%) (0.00/0.24/0.32/0.23)
Color #C49585 in popluar color models
C4 | 95 | 85 | |
---|---|---|---|
RGB | 196 | 149 | 133 |
HSL | 15° | 34.81% | 64.51% |
HSB/HSV | 15° | 32.14% | 76.86% |
CMYK | 0.00% | 23.98% | 32.14% |
23.14% |
Color #C49585 in popluar number systems.
HEX | C4 | 95 | 85 |
Decimal | 196 | 149 | 133 |
Binary | 11000100 | 10010101 | 10000101 |
Octal | 304 | 225 | 205 |
Shades of #C49585
Tints of #C49585
Examples of css and html codes for elements with #C49585 color. Also use rgb(196,149,133) instead hex code.
.myTextColor { color: #C49585; }
<p style="color:#C49585">This sample text font color is #C49585.</p>
This text font color is #C49585.
.myBgColor { background-color: #C49585; }
<div style="background-color:#C49585">Inner text</div>
This div background color is #C49585.
.myBorderColor { border: 1px solid #C49585; }
<div style="border:3px solid #C49585">Div</div>
This div border color is #C49585.
.myOpacity80 { color: #C49585; opacity: 0.8; }
<p style="color:#C49585;opacity:0.8;">80%</p>
Text with #C49585 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49585;}
<p style="text-shadow: 3px 3px 1px #C49585">Text here.</p>
This text has shadow with #C49585 color.
.textShadow {text-shadow: 3px 3px 1px #C49585', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49585, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49585 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49585, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49585, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49585 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49585;
-webkit-box-shadow: 1px 1px 3px 2px #C49585;
box-shadow: 1px 1px 3px 2px #C49585;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49585; -webkit-box-shadow: 1px 1px 3px 2px #C49585; box-shadow:1px 1px 3px 2px #C49585;">
Div content here
</div>
This text has color #C49585 on black background.
This text has color #C49585 on white background.
This text has black color on #C49585 background.
This text has white color on #C49585 background.
Complementary color for #hex is #3B6A7A.