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