HEX: #C49884
RGB: (196,152,132)
#C49884 contains mainly red and green colors. Web safe color of #C49884 is #CC9999 (or #C99).
#C49884 color RGB value is (196,152,132).
RGB: (196,152,132)
(77%, 60%, 52%)
R 196 of 255 = 77%
G 152 of 255 = 60%
B 132 of 255 = 52%
R + G + B ~ 63%. #C49884 is quite light color.
R + G + B = 196 + 152 + 132 = 480 (100%)
R 196 of 480 ~ 40.83%
G 152 of 480 ~ 31.67%
B 132 of 480 ~ 27.5'%
#C49884 color CMYK value is (0,22,33,23).
CMYK: (0,22,33,23)
C0M22Y33K23 (0%, 22%, 33%, 23%)
(0.00 / 0.22 / 0.33 / 0.23)
Color #C49884 in popluar color models
C4 | 98 | 84 | |
---|---|---|---|
RGB | 196 | 152 | 132 |
HSL | 19° | 35.16% | 64.31% |
HSB/HSV | 19° | 32.65% | 76.86% |
CMYK | 0.00% | 22.45% | 32.65% |
23.14% |
Color #C49884 in popluar number systems.
HEX | C4 | 98 | 84 |
Decimal | 196 | 152 | 132 |
Binary | 11000100 | 10011000 | 10000100 |
Octal | 304 | 230 | 204 |
Shades of #C49884
Tints of #C49884
Examples of css and html codes for elements with #C49884 color. Also use rgb(196,152,132) instead hex code.
.myTextColor { color: #C49884; }
<p style="color:#C49884">This sample text font color is #C49884.</p>
This text font color is #C49884.
.myBgColor { background-color: #C49884; }
<div style="background-color:#C49884">Inner text</div>
This div background color is #C49884.
.myBorderColor { border: 1px solid #C49884; }
<div style="border:3px solid #C49884">Div</div>
This div border color is #C49884.
.myOpacity80 { color: #C49884; opacity: 0.8; }
<p style="color:#C49884;opacity:0.8;">80%</p>
Text with #C49884 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49884;}
<p style="text-shadow: 3px 3px 1px #C49884">Text here.</p>
This text has shadow with #C49884 color.
.textShadow {text-shadow: 3px 3px 1px #C49884', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49884, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49884 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49884, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49884, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49884 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49884;
-webkit-box-shadow: 1px 1px 3px 2px #C49884;
box-shadow: 1px 1px 3px 2px #C49884;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49884; -webkit-box-shadow: 1px 1px 3px 2px #C49884; box-shadow:1px 1px 3px 2px #C49884;">
Div content here
</div>
This text has color #C49884 on black background.
This text has color #C49884 on white background.
This text has black color on #C49884 background.
This text has white color on #C49884 background.
Complementary color for #hex is #3B677B.