HEX: #C7959E
RGB: (199,149,158)
#C7959E contains red, green and blue colors in about the same proportion. Web safe color of #C7959E is #CC9999 (or #C99).
#C7959E color RGB value is (199,149,158).
RGB: (199,149,158)
(78%, 58%, 62%)
R 199 of 255 = 78%
G 149 of 255 = 58%
B 158 of 255 = 62%
R + G + B ~ 66%. #C7959E is quite light color.
R + G + B = 199 + 149 + 158 = 506 (100%)
R 199 of 506 ~ 39.33%
G 149 of 506 ~ 29.45%
B 158 of 506 ~ 31.23'%
#C7959E color CMYK value is (0,25,21,22).
CMYK: (0,25,21,22) C0M25Y21K22 (0%,25%,21%,22%) (0.00/0.25/0.21/0.22)
Color #C7959E in popluar color models
C7 | 95 | 9E | |
---|---|---|---|
RGB | 199 | 149 | 158 |
HSL | 349° | 30.86% | 68.24% |
HSB/HSV | 349° | 25.13% | 78.04% |
CMYK | 0.00% | 25.13% | 20.60% |
21.96% |
Color #C7959E in popluar number systems.
HEX | C7 | 95 | 9E |
Decimal | 199 | 149 | 158 |
Binary | 11000111 | 10010101 | 10011110 |
Octal | 307 | 225 | 236 |
Shades of #C7959E
Tints of #C7959E
Examples of css and html codes for elements with #C7959E color. Also use rgb(199,149,158) instead hex code.
.myTextColor { color: #C7959E; }
<p style="color:#C7959E">This sample text font color is #C7959E.</p>
This text font color is #C7959E.
.myBgColor { background-color: #C7959E; }
<div style="background-color:#C7959E">Inner text</div>
This div background color is #C7959E.
.myBorderColor { border: 1px solid #C7959E; }
<div style="border:3px solid #C7959E">Div</div>
This div border color is #C7959E.
.myOpacity80 { color: #C7959E; opacity: 0.8; }
<p style="color:#C7959E;opacity:0.8;">80%</p>
Text with #C7959E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C7959E;}
<p style="text-shadow: 3px 3px 1px #C7959E">Text here.</p>
This text has shadow with #C7959E color.
.textShadow {text-shadow: 3px 3px 1px #C7959E', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C7959E, 5px 5px 20px red">Text here.</p>
This text has shadow with #C7959E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7959E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C7959E, Direction=45, Strength=4)">Text</p>
This text has shadow with #C7959E and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C7959E;
-webkit-box-shadow: 1px 1px 3px 2px #C7959E;
box-shadow: 1px 1px 3px 2px #C7959E;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7959E; -webkit-box-shadow: 1px 1px 3px 2px #C7959E; box-shadow:1px 1px 3px 2px #C7959E;">
Div content here
</div>
This text has color #C7959E on black background.
This text has color #C7959E on white background.
This text has black color on #C7959E background.
This text has white color on #C7959E background.
Complementary color for #hex is #386A61.