HEX: #C49397
RGB: (196,147,151)
#C49397 contains red, green and blue colors in about the same proportion. Web safe color of #C49397 is #CC9999 (or #C99).
#C49397 color RGB value is (196,147,151).
RGB: (196,147,151)
(77%, 58%, 59%)
R 196 of 255 = 77%
G 147 of 255 = 58%
B 151 of 255 = 59%
R + G + B ~ 65%. #C49397 is quite light color.
R + G + B = 196 + 147 + 151 = 494 (100%)
R 196 of 494 ~ 39.68%
G 147 of 494 ~ 29.76%
B 151 of 494 ~ 30.57'%
#C49397 color CMYK value is (0,25,23,23).
CMYK: (0,25,23,23)
C0M25Y23K23 (0%, 25%, 23%, 23%)
(0.00 / 0.25 / 0.23 / 0.23)
Color #C49397 in popluar color models
C4 | 93 | 97 | |
---|---|---|---|
RGB | 196 | 147 | 151 |
HSL | 355° | 29.34% | 67.25% |
HSB/HSV | 355° | 25.00% | 76.86% |
CMYK | 0.00% | 25.00% | 22.96% |
23.14% |
Color #C49397 in popluar number systems.
HEX | C4 | 93 | 97 |
Decimal | 196 | 147 | 151 |
Binary | 11000100 | 10010011 | 10010111 |
Octal | 304 | 223 | 227 |
Shades of #C49397
Tints of #C49397
Examples of css and html codes for elements with #C49397 color. Also use rgb(196,147,151) instead hex code.
.myTextColor { color: #C49397; }
<p style="color:#C49397">This sample text font color is #C49397.</p>
This text font color is #C49397.
.myBgColor { background-color: #C49397; }
<div style="background-color:#C49397">Inner text</div>
This div background color is #C49397.
.myBorderColor { border: 1px solid #C49397; }
<div style="border:3px solid #C49397">Div</div>
This div border color is #C49397.
.myOpacity80 { color: #C49397; opacity: 0.8; }
<p style="color:#C49397;opacity:0.8;">80%</p>
Text with #C49397 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49397;}
<p style="text-shadow: 3px 3px 1px #C49397">Text here.</p>
This text has shadow with #C49397 color.
.textShadow {text-shadow: 3px 3px 1px #C49397', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49397, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49397 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49397, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49397, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49397 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49397;
-webkit-box-shadow: 1px 1px 3px 2px #C49397;
box-shadow: 1px 1px 3px 2px #C49397;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49397; -webkit-box-shadow: 1px 1px 3px 2px #C49397; box-shadow:1px 1px 3px 2px #C49397;">
Div content here
</div>
This text has color #C49397 on black background.
This text has color #C49397 on white background.
This text has black color on #C49397 background.
This text has white color on #C49397 background.
Complementary color for #hex is #3B6C68.