HEX: #C48695
RGB: (196,134,149)
#C48695 contains mainly red and blue colors. Web safe color of #C48695 is #CC9999 (or #C99).
#C48695 color RGB value is (196,134,149).
RGB: (196,134,149) (77%,53%,58%)
R 196 of 255 = 77%
G 134 of 255 = 53%
B 149 of 255 = 58%
R + G + B ~ 63%. #C48695 is quite light color.
R + G + B =
196 + 134 + 149 = 479 (100%)
R 196 of 479 ~ 40.92%
G 134 of 479 ~ 27.97%
B 149 of 479 ~ 31.11%
#C48695 color CMYK value is (0,32,24,23).
CMYK: (0,32,24,23) C0M32Y24K23 (0%,32%,24%,23%) (0.00/0.32/0.24/0.23)
C4 | 86 | 95 | |
---|---|---|---|
RGB | 196 | 134 | 149 |
HSL | 345° | 34.44% | 64.71% |
HSB/HSV | 345° | 31.63% | 76.86% |
CMYK | 0.00% | 31.63% | 23.98% |
23.14% |
HEX | C4 | 86 | 95 |
Decimal | 196 | 134 | 149 |
Binary | 11000100 | 10000110 | 10010101 |
Octal | 304 | 206 | 225 |
Examples of css and html codes for elements with #C48695 color. Also use rgb(196,134,149) instead hex code.
.myTextColor { color: #C48695; }
<p style="color:#C48695">This sample text font color is #C48695.</p>
This text font color is #C48695.
.myBgColor { background-color: #C48695; }
<div style="background-color:#C48695">Inner text</div>
This div background color is #C48695.
.myBorderColor { border: 1px solid #C48695; }
<div style="border:3px solid #C48695">Div</div>
This div border color is #C48695.
.myOpacity80 { color: #C48695; opacity: 0.8; }
<p style="color:#C48695;opacity:0.8;">80%</p>
Text with #C48695 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C48695;}
<p style="text-shadow: 3px 3px 1px #C48695">Text here.</p>
This text has shadow with #C48695 color.
.textShadow {text-shadow: 3px 3px 1px #C48695, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C48695, 5px 5px 20px red">Text here.</p>
This text has shadow with #C48695 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C48695, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C48695, Direction=45, Strength=4)">Text</p>
This text has shadow with #C48695 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C48695; -webkit-box-shadow: 1px 1px 3px 2px #C48695; box-shadow: 1px 1px 3px 2px #C48695; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C48695; -webkit-box-shadow: 1px 1px 3px 2px #C48695; box-shadow:1px 1px 3px 2px #C48695;">
Div content here</div>
This text has color #C48695 on black background.
This text has color #C48695 on white background.
This text has black color on #C48695 background.
This text has white color on #C48695 background.