HEX: #C07590
RGB: (192,117,144)
#C07590 contains mainly red and blue colors. Web safe color of #C07590 is #CC6699 (or #C69).
#C07590 color RGB value is (192,117,144).
RGB: (192,117,144)
(75%, 46%, 56%)
R 192 of 255 = 75%
G 117 of 255 = 46%
B 144 of 255 = 56%
R + G + B ~ 59%. #C07590 is middle color (not dark and not light).
R + G + B = 192 + 117 + 144 = 453 (100%)
R 192 of 453 ~ 42.38%
G 117 of 453 ~ 25.83%
B 144 of 453 ~ 31.79'%
#C07590 color CMYK value is (0,39,25,25).
CMYK: (0,39,25,25) C0M39Y25K25 (0%,39%,25%,25%) (0.00/0.39/0.25/0.25)
Color #C07590 in popluar color models
C0 | 75 | 90 | |
---|---|---|---|
RGB | 192 | 117 | 144 |
HSL | 338° | 37.31% | 60.59% |
HSB/HSV | 338° | 39.06% | 75.29% |
CMYK | 0.00% | 39.06% | 25.00% |
24.71% |
Color #C07590 in popluar number systems.
HEX | C0 | 75 | 90 |
Decimal | 192 | 117 | 144 |
Binary | 11000000 | 1110101 | 10010000 |
Octal | 300 | 165 | 220 |
Shades of #C07590
Tints of #C07590
Examples of css and html codes for elements with #C07590 color. Also use rgb(192,117,144) instead hex code.
.myTextColor { color: #C07590; }
<p style="color:#C07590">This sample text font color is #C07590.</p>
This text font color is #C07590.
.myBgColor { background-color: #C07590; }
<div style="background-color:#C07590">Inner text</div>
This div background color is #C07590.
.myBorderColor { border: 1px solid #C07590; }
<div style="border:3px solid #C07590">Div</div>
This div border color is #C07590.
.myOpacity80 { color: #C07590; opacity: 0.8; }
<p style="color:#C07590;opacity:0.8;">80%</p>
Text with #C07590 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C07590;}
<p style="text-shadow: 3px 3px 1px #C07590">Text here.</p>
This text has shadow with #C07590 color.
.textShadow {text-shadow: 3px 3px 1px #C07590', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C07590, 5px 5px 20px red">Text here.</p>
This text has shadow with #C07590 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C07590, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C07590, Direction=45, Strength=4)">Text</p>
This text has shadow with #C07590 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C07590;
-webkit-box-shadow: 1px 1px 3px 2px #C07590;
box-shadow: 1px 1px 3px 2px #C07590;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C07590; -webkit-box-shadow: 1px 1px 3px 2px #C07590; box-shadow:1px 1px 3px 2px #C07590;">
Div content here
</div>
This text has color #C07590 on black background.
This text has color #C07590 on white background.
This text has black color on #C07590 background.
This text has white color on #C07590 background.
Complementary color for #hex is #3F8A6F.