HEX: #C56582
RGB: (197,101,130)
#C56582 contains mainly red color. Web safe color of #C56582 is #CC6699 (or #C69).
#C56582 color RGB value is (197,101,130).
RGB: (197,101,130)
(77%, 40%, 51%)
R 197 of 255 = 77%
G 101 of 255 = 40%
B 130 of 255 = 51%
R + G + B ~ 56%. #C56582 is middle color (not dark and not light).
R + G + B = 197 + 101 + 130 = 428 (100%)
R 197 of 428 ~ 46.03%
G 101 of 428 ~ 23.6%
B 130 of 428 ~ 30.37'%
#C56582 color CMYK value is (0,49,34,23).
CMYK: (0,49,34,23)
C0M49Y34K23 (0%, 49%, 34%, 23%)
(0.00 / 0.49 / 0.34 / 0.23)
Color #C56582 in popluar color models
C5 | 65 | 82 | |
---|---|---|---|
RGB | 197 | 101 | 130 |
HSL | 342° | 45.28% | 58.43% |
HSB/HSV | 342° | 48.73% | 77.25% |
CMYK | 0.00% | 48.73% | 34.01% |
22.75% |
Color #C56582 in popluar number systems.
HEX | C5 | 65 | 82 |
Decimal | 197 | 101 | 130 |
Binary | 11000101 | 1100101 | 10000010 |
Octal | 305 | 145 | 202 |
Shades of #C56582
Tints of #C56582
Examples of css and html codes for elements with #C56582 color. Also use rgb(197,101,130) instead hex code.
.myTextColor { color: #C56582; }
<p style="color:#C56582">This sample text font color is #C56582.</p>
This text font color is #C56582.
.myBgColor { background-color: #C56582; }
<div style="background-color:#C56582">Inner text</div>
This div background color is #C56582.
.myBorderColor { border: 1px solid #C56582; }
<div style="border:3px solid #C56582">Div</div>
This div border color is #C56582.
.myOpacity80 { color: #C56582; opacity: 0.8; }
<p style="color:#C56582;opacity:0.8;">80%</p>
Text with #C56582 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C56582;}
<p style="text-shadow: 3px 3px 1px #C56582">Text here.</p>
This text has shadow with #C56582 color.
.textShadow {text-shadow: 3px 3px 1px #C56582', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C56582, 5px 5px 20px red">Text here.</p>
This text has shadow with #C56582 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56582, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C56582, Direction=45, Strength=4)">Text</p>
This text has shadow with #C56582 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C56582;
-webkit-box-shadow: 1px 1px 3px 2px #C56582;
box-shadow: 1px 1px 3px 2px #C56582;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C56582; -webkit-box-shadow: 1px 1px 3px 2px #C56582; box-shadow:1px 1px 3px 2px #C56582;">
Div content here
</div>
This text has color #C56582 on black background.
This text has color #C56582 on white background.
This text has black color on #C56582 background.
This text has white color on #C56582 background.
Complementary color for #hex is #3A9A7D.