HEX: #C46E90
RGB: (196,110,144)
#C46E90 contains mainly red and blue colors. Web safe color of #C46E90 is #CC6699 (or #C69).
#C46E90 color RGB value is (196,110,144).
RGB: (196,110,144)
(77%, 43%, 56%)
R 196 of 255 = 77%
G 110 of 255 = 43%
B 144 of 255 = 56%
R + G + B ~ 59%. #C46E90 is middle color (not dark and not light).
R + G + B = 196 + 110 + 144 = 450 (100%)
R 196 of 450 ~ 43.56%
G 110 of 450 ~ 24.44%
B 144 of 450 ~ 32'%
#C46E90 color CMYK value is (0,44,27,23).
CMYK: (0,44,27,23) C0M44Y27K23 (0%,44%,27%,23%) (0.00/0.44/0.27/0.23)
Color #C46E90 in popluar color models
C4 | 6E | 90 | |
---|---|---|---|
RGB | 196 | 110 | 144 |
HSL | 336° | 42.16% | 60.00% |
HSB/HSV | 336° | 43.88% | 76.86% |
CMYK | 0.00% | 43.88% | 26.53% |
23.14% |
Color #C46E90 in popluar number systems.
HEX | C4 | 6E | 90 |
Decimal | 196 | 110 | 144 |
Binary | 11000100 | 1101110 | 10010000 |
Octal | 304 | 156 | 220 |
Shades of #C46E90
Tints of #C46E90
Examples of css and html codes for elements with #C46E90 color. Also use rgb(196,110,144) instead hex code.
.myTextColor { color: #C46E90; }
<p style="color:#C46E90">This sample text font color is #C46E90.</p>
This text font color is #C46E90.
.myBgColor { background-color: #C46E90; }
<div style="background-color:#C46E90">Inner text</div>
This div background color is #C46E90.
.myBorderColor { border: 1px solid #C46E90; }
<div style="border:3px solid #C46E90">Div</div>
This div border color is #C46E90.
.myOpacity80 { color: #C46E90; opacity: 0.8; }
<p style="color:#C46E90;opacity:0.8;">80%</p>
Text with #C46E90 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C46E90;}
<p style="text-shadow: 3px 3px 1px #C46E90">Text here.</p>
This text has shadow with #C46E90 color.
.textShadow {text-shadow: 3px 3px 1px #C46E90', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C46E90, 5px 5px 20px red">Text here.</p>
This text has shadow with #C46E90 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C46E90, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C46E90, Direction=45, Strength=4)">Text</p>
This text has shadow with #C46E90 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C46E90;
-webkit-box-shadow: 1px 1px 3px 2px #C46E90;
box-shadow: 1px 1px 3px 2px #C46E90;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C46E90; -webkit-box-shadow: 1px 1px 3px 2px #C46E90; box-shadow:1px 1px 3px 2px #C46E90;">
Div content here
</div>
This text has color #C46E90 on black background.
This text has color #C46E90 on white background.
This text has black color on #C46E90 background.
This text has white color on #C46E90 background.
Complementary color for #hex is #3B916F.