HEX: #C47EAB
RGB: (196,126,171)
#C47EAB contains mainly red and blue colors. Web safe color of #C47EAB is #CC6699 (or #C69).
#C47EAB color RGB value is (196,126,171).
RGB: (196,126,171)
(77%, 49%, 67%)
R 196 of 255 = 77%
G 126 of 255 = 49%
B 171 of 255 = 67%
R + G + B ~ 64%. #C47EAB is quite light color.
R + G + B = 196 + 126 + 171 = 493 (100%)
R 196 of 493 ~ 39.76%
G 126 of 493 ~ 25.56%
B 171 of 493 ~ 34.69'%
#C47EAB color CMYK value is (0,36,13,23).
CMYK: (0,36,13,23) C0M36Y13K23 (0%,36%,13%,23%) (0.00/0.36/0.13/0.23)
Color #C47EAB in popluar color models
C4 | 7E | AB | |
---|---|---|---|
RGB | 196 | 126 | 171 |
HSL | 321° | 37.23% | 63.14% |
HSB/HSV | 321° | 35.71% | 76.86% |
CMYK | 0.00% | 35.71% | 12.76% |
23.14% |
Color #C47EAB in popluar number systems.
HEX | C4 | 7E | AB |
Decimal | 196 | 126 | 171 |
Binary | 11000100 | 1111110 | 10101011 |
Octal | 304 | 176 | 253 |
Shades of #C47EAB
Tints of #C47EAB
Examples of css and html codes for elements with #C47EAB color. Also use rgb(196,126,171) instead hex code.
.myTextColor { color: #C47EAB; }
<p style="color:#C47EAB">This sample text font color is #C47EAB.</p>
This text font color is #C47EAB.
.myBgColor { background-color: #C47EAB; }
<div style="background-color:#C47EAB">Inner text</div>
This div background color is #C47EAB.
.myBorderColor { border: 1px solid #C47EAB; }
<div style="border:3px solid #C47EAB">Div</div>
This div border color is #C47EAB.
.myOpacity80 { color: #C47EAB; opacity: 0.8; }
<p style="color:#C47EAB;opacity:0.8;">80%</p>
Text with #C47EAB color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47EAB;}
<p style="text-shadow: 3px 3px 1px #C47EAB">Text here.</p>
This text has shadow with #C47EAB color.
.textShadow {text-shadow: 3px 3px 1px #C47EAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47EAB, 5px 5px 20px red">Text here.</p>
This text has shadow with #C47EAB primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47EAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47EAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47EAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47EAB;
-webkit-box-shadow: 1px 1px 3px 2px #C47EAB;
box-shadow: 1px 1px 3px 2px #C47EAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47EAB; -webkit-box-shadow: 1px 1px 3px 2px #C47EAB; box-shadow:1px 1px 3px 2px #C47EAB;">
Div content here
</div>
This text has color #C47EAB on black background.
This text has color #C47EAB on white background.
This text has black color on #C47EAB background.
This text has white color on #C47EAB background.
Complementary color for #hex is #3B8154.