HEX: #C876B8
RGB: (200,118,184)
#C876B8 contains mainly red and blue colors. Web safe color of #C876B8 is #CC66CC (or #C6C).
#C876B8 color RGB value is (200,118,184).
RGB: (200,118,184)
(78%, 46%, 72%)
R 200 of 255 = 78%
G 118 of 255 = 46%
B 184 of 255 = 72%
R + G + B ~ 65%. #C876B8 is quite light color.
R + G + B = 200 + 118 + 184 = 502 (100%)
R 200 of 502 ~ 39.84%
G 118 of 502 ~ 23.51%
B 184 of 502 ~ 36.65'%
#C876B8 color CMYK value is (0,41,8,22).
CMYK: (0,41,8,22)
C0M41Y8K22 (0%, 41%, 8%, 22%)
(0.00 / 0.41 / 0.08 / 0.22)
Color #C876B8 in popluar color models
C8 | 76 | B8 | |
---|---|---|---|
RGB | 200 | 118 | 184 |
HSL | 312° | 42.71% | 62.35% |
HSB/HSV | 312° | 41.00% | 78.43% |
CMYK | 0.00% | 41.00% | 8.00% |
21.57% |
Color #C876B8 in popluar number systems.
HEX | C8 | 76 | B8 |
Decimal | 200 | 118 | 184 |
Binary | 11001000 | 1110110 | 10111000 |
Octal | 310 | 166 | 270 |
Shades of #C876B8
Tints of #C876B8
Examples of css and html codes for elements with #C876B8 color. Also use rgb(200,118,184) instead hex code.
.myTextColor { color: #C876B8; }
<p style="color:#C876B8">This sample text font color is #C876B8.</p>
This text font color is #C876B8.
.myBgColor { background-color: #C876B8; }
<div style="background-color:#C876B8">Inner text</div>
This div background color is #C876B8.
.myBorderColor { border: 1px solid #C876B8; }
<div style="border:3px solid #C876B8">Div</div>
This div border color is #C876B8.
.myOpacity80 { color: #C876B8; opacity: 0.8; }
<p style="color:#C876B8;opacity:0.8;">80%</p>
Text with #C876B8 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C876B8;}
<p style="text-shadow: 3px 3px 1px #C876B8">Text here.</p>
This text has shadow with #C876B8 color.
.textShadow {text-shadow: 3px 3px 1px #C876B8', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C876B8, 5px 5px 20px red">Text here.</p>
This text has shadow with #C876B8 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C876B8, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C876B8, Direction=45, Strength=4)">Text</p>
This text has shadow with #C876B8 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C876B8;
-webkit-box-shadow: 1px 1px 3px 2px #C876B8;
box-shadow: 1px 1px 3px 2px #C876B8;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C876B8; -webkit-box-shadow: 1px 1px 3px 2px #C876B8; box-shadow:1px 1px 3px 2px #C876B8;">
Div content here
</div>
This text has color #C876B8 on black background.
This text has color #C876B8 on white background.
This text has black color on #C876B8 background.
This text has white color on #C876B8 background.
Complementary color for #hex is #378947.