HEX: #C37574
RGB: (195,117,116)
#C37574 contains mainly red color. Web safe color of #C37574 is #CC6666 (or #C66).
#C37574 color RGB value is (195,117,116).
RGB: (195,117,116)
(76%, 46%, 45%)
R 195 of 255 = 76%
G 117 of 255 = 46%
B 116 of 255 = 45%
R + G + B ~ 56%. #C37574 is middle color (not dark and not light).
R + G + B = 195 + 117 + 116 = 428 (100%)
R 195 of 428 ~ 45.56%
G 117 of 428 ~ 27.34%
B 116 of 428 ~ 27.1'%
#C37574 color CMYK value is (0,40,41,24).
CMYK: (0,40,41,24)
C0M40Y41K24 (0%, 40%, 41%, 24%)
(0.00 / 0.40 / 0.41 / 0.24)
Color #C37574 in popluar color models
C3 | 75 | 74 | |
---|---|---|---|
RGB | 195 | 117 | 116 |
HSL | 1° | 39.70% | 60.98% |
HSB/HSV | 1° | 40.51% | 76.47% |
CMYK | 0.00% | 40.00% | 40.51% |
23.53% |
Color #C37574 in popluar number systems.
HEX | C3 | 75 | 74 |
Decimal | 195 | 117 | 116 |
Binary | 11000011 | 1110101 | 1110100 |
Octal | 303 | 165 | 164 |
Shades of #C37574
Tints of #C37574
Examples of css and html codes for elements with #C37574 color. Also use rgb(195,117,116) instead hex code.
.myTextColor { color: #C37574; }
<p style="color:#C37574">This sample text font color is #C37574.</p>
This text font color is #C37574.
.myBgColor { background-color: #C37574; }
<div style="background-color:#C37574">Inner text</div>
This div background color is #C37574.
.myBorderColor { border: 1px solid #C37574; }
<div style="border:3px solid #C37574">Div</div>
This div border color is #C37574.
.myOpacity80 { color: #C37574; opacity: 0.8; }
<p style="color:#C37574;opacity:0.8;">80%</p>
Text with #C37574 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C37574;}
<p style="text-shadow: 3px 3px 1px #C37574">Text here.</p>
This text has shadow with #C37574 color.
.textShadow {text-shadow: 3px 3px 1px #C37574', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C37574, 5px 5px 20px red">Text here.</p>
This text has shadow with #C37574 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C37574, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C37574, Direction=45, Strength=4)">Text</p>
This text has shadow with #C37574 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C37574;
-webkit-box-shadow: 1px 1px 3px 2px #C37574;
box-shadow: 1px 1px 3px 2px #C37574;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C37574; -webkit-box-shadow: 1px 1px 3px 2px #C37574; box-shadow:1px 1px 3px 2px #C37574;">
Div content here
</div>
This text has color #C37574 on black background.
This text has color #C37574 on white background.
This text has black color on #C37574 background.
This text has white color on #C37574 background.
Complementary color for #hex is #3C8A8B.