HEX: #C49679
RGB: (196,150,121)
#C49679 contains mainly red and green colors. Web safe color of #C49679 is #CC9966 (or #C96).
#C49679 color RGB value is (196,150,121).
RGB: (196,150,121)
(77%, 59%, 47%)
R 196 of 255 = 77%
G 150 of 255 = 59%
B 121 of 255 = 47%
R + G + B ~ 61%. #C49679 is quite light color.
R + G + B = 196 + 150 + 121 = 467 (100%)
R 196 of 467 ~ 41.97%
G 150 of 467 ~ 32.12%
B 121 of 467 ~ 25.91'%
#C49679 color CMYK value is (0,23,38,23).
CMYK: (0,23,38,23)
C0M23Y38K23 (0%, 23%, 38%, 23%)
(0.00 / 0.23 / 0.38 / 0.23)
Color #C49679 in popluar color models
C4 | 96 | 79 | |
---|---|---|---|
RGB | 196 | 150 | 121 |
HSL | 23° | 38.86% | 62.16% |
HSB/HSV | 23° | 38.27% | 76.86% |
CMYK | 0.00% | 23.47% | 38.27% |
23.14% |
Color #C49679 in popluar number systems.
HEX | C4 | 96 | 79 |
Decimal | 196 | 150 | 121 |
Binary | 11000100 | 10010110 | 1111001 |
Octal | 304 | 226 | 171 |
Shades of #C49679
Tints of #C49679
Examples of css and html codes for elements with #C49679 color. Also use rgb(196,150,121) instead hex code.
.myTextColor { color: #C49679; }
<p style="color:#C49679">This sample text font color is #C49679.</p>
This text font color is #C49679.
.myBgColor { background-color: #C49679; }
<div style="background-color:#C49679">Inner text</div>
This div background color is #C49679.
.myBorderColor { border: 1px solid #C49679; }
<div style="border:3px solid #C49679">Div</div>
This div border color is #C49679.
.myOpacity80 { color: #C49679; opacity: 0.8; }
<p style="color:#C49679;opacity:0.8;">80%</p>
Text with #C49679 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C49679;}
<p style="text-shadow: 3px 3px 1px #C49679">Text here.</p>
This text has shadow with #C49679 color.
.textShadow {text-shadow: 3px 3px 1px #C49679', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C49679, 5px 5px 20px red">Text here.</p>
This text has shadow with #C49679 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C49679, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C49679, Direction=45, Strength=4)">Text</p>
This text has shadow with #C49679 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C49679;
-webkit-box-shadow: 1px 1px 3px 2px #C49679;
box-shadow: 1px 1px 3px 2px #C49679;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C49679; -webkit-box-shadow: 1px 1px 3px 2px #C49679; box-shadow:1px 1px 3px 2px #C49679;">
Div content here
</div>
This text has color #C49679 on black background.
This text has color #C49679 on white background.
This text has black color on #C49679 background.
This text has white color on #C49679 background.
Complementary color for #hex is #3B6986.