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