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