HEX: #C56790
RGB: (197,103,144)
#C56790 contains mainly red and blue colors. Web safe color of #C56790 is #CC6699 (or #C69).
#C56790 color RGB value is (197,103,144).
RGB: (197,103,144) (77%,40%,56%)
R 197 of 255 = 77%
G 103 of 255 = 40%
B 144 of 255 = 56%
R + G + B ~ 58%. #C56790 is middle color (not dark and not light).
R + G + B =
197 + 103 + 144 = 444 (100%)
R 197 of 444 ~ 44.37%
G 103 of 444 ~ 23.2%
B 144 of 444 ~ 32.43%
#C56790 color CMYK value is (0,48,27,23).
CMYK: (0,48,27,23) C0M48Y27K23 (0%,48%,27%,23%) (0.00/0.48/0.27/0.23)
C5 | 67 | 90 | |
---|---|---|---|
RGB | 197 | 103 | 144 |
HSL | 334° | 44.76% | 58.82% |
HSB/HSV | 334° | 47.72% | 77.25% |
CMYK | 0.00% | 47.72% | 26.90% |
22.75% |
HEX | C5 | 67 | 90 |
Decimal | 197 | 103 | 144 |
Binary | 11000101 | 1100111 | 10010000 |
Octal | 305 | 147 | 220 |
Examples of css and html codes for elements with #C56790 color. Also use rgb(197,103,144) instead hex code.
.myTextColor { color: #C56790; }
<p style="color:#C56790">This sample text font color is #C56790.</p>
This text font color is #C56790.
.myBgColor { background-color: #C56790; }
<div style="background-color:#C56790">Inner text</div>
This div background color is #C56790.
.myBorderColor { border: 1px solid #C56790; }
<div style="border:3px solid #C56790">Div</div>
This div border color is #C56790.
.myOpacity80 { color: #C56790; opacity: 0.8; }
<p style="color:#C56790;opacity:0.8;">80%</p>
Text with #C56790 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C56790;}
<p style="text-shadow: 3px 3px 1px #C56790">Text here.</p>
This text has shadow with #C56790 color.
.textShadow {text-shadow: 3px 3px 1px #C56790, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C56790, 5px 5px 20px red">Text here.</p>
This text has shadow with #C56790 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56790, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C56790, Direction=45, Strength=4)">Text</p>
This text has shadow with #C56790 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #C56790; -webkit-box-shadow: 1px 1px 3px 2px #C56790; box-shadow: 1px 1px 3px 2px #C56790; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #C56790; -webkit-box-shadow: 1px 1px 3px 2px #C56790; box-shadow:1px 1px 3px 2px #C56790;">
Div content here</div>
This text has color #C56790 on black background.
This text has color #C56790 on white background.
This text has black color on #C56790 background.
This text has white color on #C56790 background.