HEX: #C56474
RGB: (197,100,116)
#C56474 contains mainly red color. Web safe color of #C56474 is #CC6666 (or #C66).
#C56474 color RGB value is (197,100,116).
RGB: (197,100,116)
(77%, 39%, 45%)
R 197 of 255 = 77%
G 100 of 255 = 39%
B 116 of 255 = 45%
R + G + B ~ 54%. #C56474 is middle color (not dark and not light).
R + G + B = 197 + 100 + 116 = 413 (100%)
R 197 of 413 ~ 47.7%
G 100 of 413 ~ 24.21%
B 116 of 413 ~ 28.09'%
#C56474 color CMYK value is (0,49,41,23).
CMYK: (0,49,41,23) C0M49Y41K23 (0%,49%,41%,23%) (0.00/0.49/0.41/0.23)
Color #C56474 in popluar color models
C5 | 64 | 74 | |
---|---|---|---|
RGB | 197 | 100 | 116 |
HSL | 350° | 45.54% | 58.24% |
HSB/HSV | 350° | 49.24% | 77.25% |
CMYK | 0.00% | 49.24% | 41.12% |
22.75% |
Color #C56474 in popluar number systems.
HEX | C5 | 64 | 74 |
Decimal | 197 | 100 | 116 |
Binary | 11000101 | 1100100 | 1110100 |
Octal | 305 | 144 | 164 |
Shades of #C56474
Tints of #C56474
Examples of css and html codes for elements with #C56474 color. Also use rgb(197,100,116) instead hex code.
.myTextColor { color: #C56474; }
<p style="color:#C56474">This sample text font color is #C56474.</p>
This text font color is #C56474.
.myBgColor { background-color: #C56474; }
<div style="background-color:#C56474">Inner text</div>
This div background color is #C56474.
.myBorderColor { border: 1px solid #C56474; }
<div style="border:3px solid #C56474">Div</div>
This div border color is #C56474.
.myOpacity80 { color: #C56474; opacity: 0.8; }
<p style="color:#C56474;opacity:0.8;">80%</p>
Text with #C56474 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C56474;}
<p style="text-shadow: 3px 3px 1px #C56474">Text here.</p>
This text has shadow with #C56474 color.
.textShadow {text-shadow: 3px 3px 1px #C56474', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C56474, 5px 5px 20px red">Text here.</p>
This text has shadow with #C56474 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56474, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C56474, Direction=45, Strength=4)">Text</p>
This text has shadow with #C56474 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C56474;
-webkit-box-shadow: 1px 1px 3px 2px #C56474;
box-shadow: 1px 1px 3px 2px #C56474;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C56474; -webkit-box-shadow: 1px 1px 3px 2px #C56474; box-shadow:1px 1px 3px 2px #C56474;">
Div content here
</div>
This text has color #C56474 on black background.
This text has color #C56474 on white background.
This text has black color on #C56474 background.
This text has white color on #C56474 background.
Complementary color for #hex is #3A9B8B.