HEX: #C5887E
RGB: (197,136,126)
#C5887E contains mainly red color. Web safe color of #C5887E is #CC9966 (or #C96).
#C5887E color RGB value is (197,136,126).
RGB: (197,136,126)
(77%, 53%, 49%)
R 197 of 255 = 77%
G 136 of 255 = 53%
B 126 of 255 = 49%
R + G + B ~ 60%. #C5887E is middle color (not dark and not light).
R + G + B = 197 + 136 + 126 = 459 (100%)
R 197 of 459 ~ 42.92%
G 136 of 459 ~ 29.63%
B 126 of 459 ~ 27.45'%
#C5887E color CMYK value is (0,31,36,23).
CMYK: (0,31,36,23) C0M31Y36K23 (0%,31%,36%,23%) (0.00/0.31/0.36/0.23)
Color #C5887E in popluar color models
C5 | 88 | 7E | |
---|---|---|---|
RGB | 197 | 136 | 126 |
HSL | 8° | 37.97% | 63.33% |
HSB/HSV | 8° | 36.04% | 77.25% |
CMYK | 0.00% | 30.96% | 36.04% |
22.75% |
Color #C5887E in popluar number systems.
HEX | C5 | 88 | 7E |
Decimal | 197 | 136 | 126 |
Binary | 11000101 | 10001000 | 1111110 |
Octal | 305 | 210 | 176 |
Shades of #C5887E
Tints of #C5887E
Examples of css and html codes for elements with #C5887E color. Also use rgb(197,136,126) instead hex code.
.myTextColor { color: #C5887E; }
<p style="color:#C5887E">This sample text font color is #C5887E.</p>
This text font color is #C5887E.
.myBgColor { background-color: #C5887E; }
<div style="background-color:#C5887E">Inner text</div>
This div background color is #C5887E.
.myBorderColor { border: 1px solid #C5887E; }
<div style="border:3px solid #C5887E">Div</div>
This div border color is #C5887E.
.myOpacity80 { color: #C5887E; opacity: 0.8; }
<p style="color:#C5887E;opacity:0.8;">80%</p>
Text with #C5887E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5887E;}
<p style="text-shadow: 3px 3px 1px #C5887E">Text here.</p>
This text has shadow with #C5887E color.
.textShadow {text-shadow: 3px 3px 1px #C5887E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5887E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5887E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5887E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5887E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5887E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5887E;
-webkit-box-shadow: 1px 1px 3px 2px #C5887E;
box-shadow: 1px 1px 3px 2px #C5887E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5887E; -webkit-box-shadow: 1px 1px 3px 2px #C5887E; box-shadow:1px 1px 3px 2px #C5887E;">
Div content here
</div>
This text has color #C5887E on black background.
This text has color #C5887E on white background.
This text has black color on #C5887E background.
This text has white color on #C5887E background.
Complementary color for #hex is #3A7781.