HEX: #C376BC
RGB: (195,118,188)
#C376BC contains mainly red and blue colors. Web safe color of #C376BC is #CC66CC (or #C6C).
#C376BC color RGB value is (195,118,188).
RGB: (195,118,188)
(76%, 46%, 74%)
R 195 of 255 = 76%
G 118 of 255 = 46%
B 188 of 255 = 74%
R + G + B ~ 65%. #C376BC is quite light color.
R + G + B = 195 + 118 + 188 = 501 (100%)
R 195 of 501 ~ 38.92%
G 118 of 501 ~ 23.55%
B 188 of 501 ~ 37.52'%
#C376BC color CMYK value is (0,39,4,24).
CMYK: (0,39,4,24)
C0M39Y4K24 (0%, 39%, 4%, 24%)
(0.00 / 0.39 / 0.04 / 0.24)
Color #C376BC in popluar color models
C3 | 76 | BC | |
---|---|---|---|
RGB | 195 | 118 | 188 |
HSL | 305° | 39.09% | 61.37% |
HSB/HSV | 305° | 39.49% | 76.47% |
CMYK | 0.00% | 39.49% | 3.59% |
23.53% |
Color #C376BC in popluar number systems.
HEX | C3 | 76 | BC |
Decimal | 195 | 118 | 188 |
Binary | 11000011 | 1110110 | 10111100 |
Octal | 303 | 166 | 274 |
Shades of #C376BC
Tints of #C376BC
Examples of css and html codes for elements with #C376BC color. Also use rgb(195,118,188) instead hex code.
.myTextColor { color: #C376BC; }
<p style="color:#C376BC">This sample text font color is #C376BC.</p>
This text font color is #C376BC.
.myBgColor { background-color: #C376BC; }
<div style="background-color:#C376BC">Inner text</div>
This div background color is #C376BC.
.myBorderColor { border: 1px solid #C376BC; }
<div style="border:3px solid #C376BC">Div</div>
This div border color is #C376BC.
.myOpacity80 { color: #C376BC; opacity: 0.8; }
<p style="color:#C376BC;opacity:0.8;">80%</p>
Text with #C376BC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C376BC;}
<p style="text-shadow: 3px 3px 1px #C376BC">Text here.</p>
This text has shadow with #C376BC color.
.textShadow {text-shadow: 3px 3px 1px #C376BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C376BC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C376BC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C376BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C376BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C376BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C376BC;
-webkit-box-shadow: 1px 1px 3px 2px #C376BC;
box-shadow: 1px 1px 3px 2px #C376BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C376BC; -webkit-box-shadow: 1px 1px 3px 2px #C376BC; box-shadow:1px 1px 3px 2px #C376BC;">
Div content here
</div>
This text has color #C376BC on black background.
This text has color #C376BC on white background.
This text has black color on #C376BC background.
This text has white color on #C376BC background.
Complementary color for #hex is #3C8943.