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