HEX: #C5897F
RGB: (197,137,127)
#C5897F contains mainly red color. Web safe color of #C5897F is #CC9966 (or #C96).
#C5897F color RGB value is (197,137,127).
RGB: (197,137,127)
(77%, 54%, 50%)
R 197 of 255 = 77%
G 137 of 255 = 54%
B 127 of 255 = 50%
R + G + B ~ 60%. #C5897F is middle color (not dark and not light).
R + G + B = 197 + 137 + 127 = 461 (100%)
R 197 of 461 ~ 42.73%
G 137 of 461 ~ 29.72%
B 127 of 461 ~ 27.55'%
#C5897F color CMYK value is (0,30,36,23).
CMYK: (0,30,36,23)
C0M30Y36K23 (0%, 30%, 36%, 23%)
(0.00 / 0.30 / 0.36 / 0.23)
Color #C5897F in popluar color models
C5 | 89 | 7F | |
---|---|---|---|
RGB | 197 | 137 | 127 |
HSL | 9° | 37.63% | 63.53% |
HSB/HSV | 9° | 35.53% | 77.25% |
CMYK | 0.00% | 30.46% | 35.53% |
22.75% |
Color #C5897F in popluar number systems.
HEX | C5 | 89 | 7F |
Decimal | 197 | 137 | 127 |
Binary | 11000101 | 10001001 | 1111111 |
Octal | 305 | 211 | 177 |
Shades of #C5897F
Tints of #C5897F
Examples of css and html codes for elements with #C5897F color. Also use rgb(197,137,127) instead hex code.
.myTextColor { color: #C5897F; }
<p style="color:#C5897F">This sample text font color is #C5897F.</p>
This text font color is #C5897F.
.myBgColor { background-color: #C5897F; }
<div style="background-color:#C5897F">Inner text</div>
This div background color is #C5897F.
.myBorderColor { border: 1px solid #C5897F; }
<div style="border:3px solid #C5897F">Div</div>
This div border color is #C5897F.
.myOpacity80 { color: #C5897F; opacity: 0.8; }
<p style="color:#C5897F;opacity:0.8;">80%</p>
Text with #C5897F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5897F;}
<p style="text-shadow: 3px 3px 1px #C5897F">Text here.</p>
This text has shadow with #C5897F color.
.textShadow {text-shadow: 3px 3px 1px #C5897F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5897F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5897F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5897F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5897F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5897F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5897F;
-webkit-box-shadow: 1px 1px 3px 2px #C5897F;
box-shadow: 1px 1px 3px 2px #C5897F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5897F; -webkit-box-shadow: 1px 1px 3px 2px #C5897F; box-shadow:1px 1px 3px 2px #C5897F;">
Div content here
</div>
This text has color #C5897F on black background.
This text has color #C5897F on white background.
This text has black color on #C5897F background.
This text has white color on #C5897F background.
Complementary color for #hex is #3A7680.