HEX: #C5886B
RGB: (197,136,107)
#C5886B contains mainly red color. Web safe color of #C5886B is #CC9966 (or #C96).
#C5886B color RGB value is (197,136,107).
RGB: (197,136,107)
(77%, 53%, 42%)
R 197 of 255 = 77%
G 136 of 255 = 53%
B 107 of 255 = 42%
R + G + B ~ 57%. #C5886B is middle color (not dark and not light).
R + G + B = 197 + 136 + 107 = 440 (100%)
R 197 of 440 ~ 44.77%
G 136 of 440 ~ 30.91%
B 107 of 440 ~ 24.32'%
#C5886B color CMYK value is (0,31,46,23).
CMYK: (0,31,46,23)
C0M31Y46K23 (0%, 31%, 46%, 23%)
(0.00 / 0.31 / 0.46 / 0.23)
Color #C5886B in popluar color models
C5 | 88 | 6B | |
---|---|---|---|
RGB | 197 | 136 | 107 |
HSL | 19° | 43.69% | 59.61% |
HSB/HSV | 19° | 45.69% | 77.25% |
CMYK | 0.00% | 30.96% | 45.69% |
22.75% |
Color #C5886B in popluar number systems.
HEX | C5 | 88 | 6B |
Decimal | 197 | 136 | 107 |
Binary | 11000101 | 10001000 | 1101011 |
Octal | 305 | 210 | 153 |
Shades of #C5886B
Tints of #C5886B
Examples of css and html codes for elements with #C5886B color. Also use rgb(197,136,107) instead hex code.
.myTextColor { color: #C5886B; }
<p style="color:#C5886B">This sample text font color is #C5886B.</p>
This text font color is #C5886B.
.myBgColor { background-color: #C5886B; }
<div style="background-color:#C5886B">Inner text</div>
This div background color is #C5886B.
.myBorderColor { border: 1px solid #C5886B; }
<div style="border:3px solid #C5886B">Div</div>
This div border color is #C5886B.
.myOpacity80 { color: #C5886B; opacity: 0.8; }
<p style="color:#C5886B;opacity:0.8;">80%</p>
Text with #C5886B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5886B;}
<p style="text-shadow: 3px 3px 1px #C5886B">Text here.</p>
This text has shadow with #C5886B color.
.textShadow {text-shadow: 3px 3px 1px #C5886B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5886B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5886B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5886B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5886B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5886B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5886B;
-webkit-box-shadow: 1px 1px 3px 2px #C5886B;
box-shadow: 1px 1px 3px 2px #C5886B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5886B; -webkit-box-shadow: 1px 1px 3px 2px #C5886B; box-shadow:1px 1px 3px 2px #C5886B;">
Div content here
</div>
This text has color #C5886B on black background.
This text has color #C5886B on white background.
This text has black color on #C5886B background.
This text has white color on #C5886B background.
Complementary color for #hex is #3A7794.