HEX: #C87593
RGB: (200,117,147)
#C87593 contains mainly red and blue colors. Web safe color of #C87593 is #CC6699 (or #C69).
#C87593 color RGB value is (200,117,147).
RGB: (200,117,147)
(78%, 46%, 58%)
R 200 of 255 = 78%
G 117 of 255 = 46%
B 147 of 255 = 58%
R + G + B ~ 61%. #C87593 is quite light color.
R + G + B = 200 + 117 + 147 = 464 (100%)
R 200 of 464 ~ 43.1%
G 117 of 464 ~ 25.22%
B 147 of 464 ~ 31.68'%
#C87593 color CMYK value is (0,42,27,22).
CMYK: (0,42,27,22)
C0M42Y27K22 (0%, 42%, 27%, 22%)
(0.00 / 0.42 / 0.27 / 0.22)
Color #C87593 in popluar color models
C8 | 75 | 93 | |
---|---|---|---|
RGB | 200 | 117 | 147 |
HSL | 338° | 43.01% | 62.16% |
HSB/HSV | 338° | 41.50% | 78.43% |
CMYK | 0.00% | 41.50% | 26.50% |
21.57% |
Color #C87593 in popluar number systems.
HEX | C8 | 75 | 93 |
Decimal | 200 | 117 | 147 |
Binary | 11001000 | 1110101 | 10010011 |
Octal | 310 | 165 | 223 |
Shades of #C87593
Tints of #C87593
Examples of css and html codes for elements with #C87593 color. Also use rgb(200,117,147) instead hex code.
.myTextColor { color: #C87593; }
<p style="color:#C87593">This sample text font color is #C87593.</p>
This text font color is #C87593.
.myBgColor { background-color: #C87593; }
<div style="background-color:#C87593">Inner text</div>
This div background color is #C87593.
.myBorderColor { border: 1px solid #C87593; }
<div style="border:3px solid #C87593">Div</div>
This div border color is #C87593.
.myOpacity80 { color: #C87593; opacity: 0.8; }
<p style="color:#C87593;opacity:0.8;">80%</p>
Text with #C87593 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C87593;}
<p style="text-shadow: 3px 3px 1px #C87593">Text here.</p>
This text has shadow with #C87593 color.
.textShadow {text-shadow: 3px 3px 1px #C87593', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C87593, 5px 5px 20px red">Text here.</p>
This text has shadow with #C87593 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C87593, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C87593, Direction=45, Strength=4)">Text</p>
This text has shadow with #C87593 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C87593;
-webkit-box-shadow: 1px 1px 3px 2px #C87593;
box-shadow: 1px 1px 3px 2px #C87593;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C87593; -webkit-box-shadow: 1px 1px 3px 2px #C87593; box-shadow:1px 1px 3px 2px #C87593;">
Div content here
</div>
This text has color #C87593 on black background.
This text has color #C87593 on white background.
This text has black color on #C87593 background.
This text has white color on #C87593 background.
Complementary color for #hex is #378A6C.