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