HEX: #C47991
RGB: (196,121,145)
#C47991 contains mainly red and blue colors. Web safe color of #C47991 is #CC6699 (or #C69).
#C47991 color RGB value is (196,121,145).
RGB: (196,121,145)
(77%, 47%, 57%)
R 196 of 255 = 77%
G 121 of 255 = 47%
B 145 of 255 = 57%
R + G + B ~ 60%. #C47991 is middle color (not dark and not light).
R + G + B = 196 + 121 + 145 = 462 (100%)
R 196 of 462 ~ 42.42%
G 121 of 462 ~ 26.19%
B 145 of 462 ~ 31.39'%
#C47991 color CMYK value is (0,38,26,23).
CMYK: (0,38,26,23) C0M38Y26K23 (0%,38%,26%,23%) (0.00/0.38/0.26/0.23)
Color #C47991 in popluar color models
C4 | 79 | 91 | |
---|---|---|---|
RGB | 196 | 121 | 145 |
HSL | 341° | 38.86% | 62.16% |
HSB/HSV | 341° | 38.27% | 76.86% |
CMYK | 0.00% | 38.27% | 26.02% |
23.14% |
Color #C47991 in popluar number systems.
HEX | C4 | 79 | 91 |
Decimal | 196 | 121 | 145 |
Binary | 11000100 | 1111001 | 10010001 |
Octal | 304 | 171 | 221 |
Shades of #C47991
Tints of #C47991
Examples of css and html codes for elements with #C47991 color. Also use rgb(196,121,145) instead hex code.
.myTextColor { color: #C47991; }
<p style="color:#C47991">This sample text font color is #C47991.</p>
This text font color is #C47991.
.myBgColor { background-color: #C47991; }
<div style="background-color:#C47991">Inner text</div>
This div background color is #C47991.
.myBorderColor { border: 1px solid #C47991; }
<div style="border:3px solid #C47991">Div</div>
This div border color is #C47991.
.myOpacity80 { color: #C47991; opacity: 0.8; }
<p style="color:#C47991;opacity:0.8;">80%</p>
Text with #C47991 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C47991;}
<p style="text-shadow: 3px 3px 1px #C47991">Text here.</p>
This text has shadow with #C47991 color.
.textShadow {text-shadow: 3px 3px 1px #C47991', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C47991, 5px 5px 20px red">Text here.</p>
This text has shadow with #C47991 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47991, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C47991, Direction=45, Strength=4)">Text</p>
This text has shadow with #C47991 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47991;
-webkit-box-shadow: 1px 1px 3px 2px #C47991;
box-shadow: 1px 1px 3px 2px #C47991;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47991; -webkit-box-shadow: 1px 1px 3px 2px #C47991; box-shadow:1px 1px 3px 2px #C47991;">
Div content here
</div>
This text has color #C47991 on black background.
This text has color #C47991 on white background.
This text has black color on #C47991 background.
This text has white color on #C47991 background.
Complementary color for #hex is #3B866E.