HEX: #C75F96
RGB: (199,95,150)
#C75F96 contains mainly red and blue colors. Web safe color of #C75F96 is #CC6699 (or #C69).
#C75F96 color RGB value is (199,95,150).
RGB: (199,95,150)
(78%, 37%, 59%)
R 199 of 255 = 78%
G 95 of 255 = 37%
B 150 of 255 = 59%
R + G + B ~ 58%. #C75F96 is middle color (not dark and not light).
R + G + B = 199 + 95 + 150 = 444 (100%)
R 199 of 444 ~ 44.82%
G 95 of 444 ~ 21.4%
B 150 of 444 ~ 33.78'%
#C75F96 color CMYK value is (0,52,25,22).
CMYK: (0,52,25,22) C0M52Y25K22 (0%,52%,25%,22%) (0.00/0.52/0.25/0.22)
Color #C75F96 in popluar color models
C7 | 5F | 96 | |
---|---|---|---|
RGB | 199 | 95 | 150 |
HSL | 328° | 48.15% | 57.65% |
HSB/HSV | 328° | 52.26% | 78.04% |
CMYK | 0.00% | 52.26% | 24.62% |
21.96% |
Color #C75F96 in popluar number systems.
HEX | C7 | 5F | 96 |
Decimal | 199 | 95 | 150 |
Binary | 11000111 | 1011111 | 10010110 |
Octal | 307 | 137 | 226 |
Shades of #C75F96
Tints of #C75F96
Examples of css and html codes for elements with #C75F96 color. Also use rgb(199,95,150) instead hex code.
.myTextColor { color: #C75F96; }
<p style="color:#C75F96">This sample text font color is #C75F96.</p>
This text font color is #C75F96.
.myBgColor { background-color: #C75F96; }
<div style="background-color:#C75F96">Inner text</div>
This div background color is #C75F96.
.myBorderColor { border: 1px solid #C75F96; }
<div style="border:3px solid #C75F96">Div</div>
This div border color is #C75F96.
.myOpacity80 { color: #C75F96; opacity: 0.8; }
<p style="color:#C75F96;opacity:0.8;">80%</p>
Text with #C75F96 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C75F96;}
<p style="text-shadow: 3px 3px 1px #C75F96">Text here.</p>
This text has shadow with #C75F96 color.
.textShadow {text-shadow: 3px 3px 1px #C75F96', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C75F96, 5px 5px 20px red">Text here.</p>
This text has shadow with #C75F96 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C75F96, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C75F96, Direction=45, Strength=4)">Text</p>
This text has shadow with #C75F96 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C75F96;
-webkit-box-shadow: 1px 1px 3px 2px #C75F96;
box-shadow: 1px 1px 3px 2px #C75F96;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C75F96; -webkit-box-shadow: 1px 1px 3px 2px #C75F96; box-shadow:1px 1px 3px 2px #C75F96;">
Div content here
</div>
This text has color #C75F96 on black background.
This text has color #C75F96 on white background.
This text has black color on #C75F96 background.
This text has white color on #C75F96 background.
Complementary color for #hex is #38A069.