HEX: #C5958B
RGB: (197,149,139)
#C5958B contains red, green and blue colors in about the same proportion. Web safe color of #C5958B is #CC9999 (or #C99).
#C5958B color RGB value is (197,149,139).
RGB: (197,149,139)
(77%, 58%, 55%)
R 197 of 255 = 77%
G 149 of 255 = 58%
B 139 of 255 = 55%
R + G + B ~ 63%. #C5958B is quite light color.
R + G + B = 197 + 149 + 139 = 485 (100%)
R 197 of 485 ~ 40.62%
G 149 of 485 ~ 30.72%
B 139 of 485 ~ 28.66'%
#C5958B color CMYK value is (0,24,29,23).
CMYK: (0,24,29,23)
C0M24Y29K23 (0%, 24%, 29%, 23%)
(0.00 / 0.24 / 0.29 / 0.23)
Color #C5958B in popluar color models
C5 | 95 | 8B | |
---|---|---|---|
RGB | 197 | 149 | 139 |
HSL | 10° | 33.33% | 65.88% |
HSB/HSV | 10° | 29.44% | 77.25% |
CMYK | 0.00% | 24.37% | 29.44% |
22.75% |
Color #C5958B in popluar number systems.
HEX | C5 | 95 | 8B |
Decimal | 197 | 149 | 139 |
Binary | 11000101 | 10010101 | 10001011 |
Octal | 305 | 225 | 213 |
Shades of #C5958B
Tints of #C5958B
Examples of css and html codes for elements with #C5958B color. Also use rgb(197,149,139) instead hex code.
.myTextColor { color: #C5958B; }
<p style="color:#C5958B">This sample text font color is #C5958B.</p>
This text font color is #C5958B.
.myBgColor { background-color: #C5958B; }
<div style="background-color:#C5958B">Inner text</div>
This div background color is #C5958B.
.myBorderColor { border: 1px solid #C5958B; }
<div style="border:3px solid #C5958B">Div</div>
This div border color is #C5958B.
.myOpacity80 { color: #C5958B; opacity: 0.8; }
<p style="color:#C5958B;opacity:0.8;">80%</p>
Text with #C5958B color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5958B;}
<p style="text-shadow: 3px 3px 1px #C5958B">Text here.</p>
This text has shadow with #C5958B color.
.textShadow {text-shadow: 3px 3px 1px #C5958B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5958B, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5958B primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5958B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5958B, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5958B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5958B;
-webkit-box-shadow: 1px 1px 3px 2px #C5958B;
box-shadow: 1px 1px 3px 2px #C5958B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5958B; -webkit-box-shadow: 1px 1px 3px 2px #C5958B; box-shadow:1px 1px 3px 2px #C5958B;">
Div content here
</div>
This text has color #C5958B on black background.
This text has color #C5958B on white background.
This text has black color on #C5958B background.
This text has white color on #C5958B background.
Complementary color for #hex is #3A6A74.