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