HEX: #C476B9
RGB: (196,118,185)
#C476B9 contains mainly red and blue colors. #C476B9 ‘ nin web güvenlik rengi #CC66CC (ya da #C6C) dir.
#C476B9 color RGB value is (196,118,185).
RGB: (196,118,185)
(77%, 46%, 73%)
R 196 of 255 = 77%
G 118 of 255 = 46%
B 185 of 255 = 73%
R + G + B ~ 65%. #C476B9 is quite light color.
R + G + B = 196 + 118 + 185 = 499 (100%)
R 196 of 499 ~ 39.28%
G 118 of 499 ~ 23.65%
B 185 of 499 ~ 37.07'%
#C476B9 rengi CMYK tonu (0,40,6,23).
CMYK: (0,40,6,23)
C0M40Y6K23 (0%, 40%, 6%, 23%)
(0.00 / 0.40 / 0.06 / 0.23)
Color #C476B9 in popluar color models
C4 | 76 | B9 | |
---|---|---|---|
RGB | 196 | 118 | 185 |
HSL | 308° | 39.80% | 61.57% |
HSB/HSV | 308° | 39.80% | 76.86% |
CMYK | 0.00% | 39.80% | 5.61% |
23.14% |
Color #C476B9 in popluar number systems.
HEX | C4 | 76 | B9 |
Decimal | 196 | 118 | 185 |
Binary | 11000100 | 1110110 | 10111001 |
Octal | 304 | 166 | 271 |
Shades of #C476B9
Tints of #C476B9
Examples of css and html codes for elements with #C476B9 color. Also use rgb(196,118,185) instead hex code.
.myTextColor { color: #C476B9; }
<p style="color:#C476B9">This sample text font color is #C476B9.</p>
This text font color is #C476B9.
.myBgColor { background-color: #C476B9; }
<div style="background-color:#C476B9">Inner text</div>
This div background color is #C476B9.
.myBorderColor { border: 1px solid #C476B9; }
<div style="border:3px solid #C476B9">Div</div>
This div border color is #C476B9.
.myOpacity80 { color: #C476B9; opacity: 0.8; }
<p style="color:#C476B9;opacity:0.8;">80%</p>
Text with #C476B9 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C476B9;}
<p style="text-shadow: 3px 3px 1px #C476B9">Text here.</p>
This text has shadow with #C476B9 color.
.textShadow {text-shadow: 3px 3px 1px #C476B9', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C476B9, 5px 5px 20px red">Text here.</p>
This text has shadow with #C476B9 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C476B9, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C476B9, Direction=45, Strength=4)">Text</p>
This text has shadow with #C476B9 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C476B9;
-webkit-box-shadow: 1px 1px 3px 2px #C476B9;
box-shadow: 1px 1px 3px 2px #C476B9;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C476B9; -webkit-box-shadow: 1px 1px 3px 2px #C476B9; box-shadow:1px 1px 3px 2px #C476B9;">
Div content here
</div>
This text has color #C476B9 on black background.
This text has color #C476B9 on white background.
This text has black color on #C476B9 background.
This text has white color on #C476B9 background.
Complementary color for #hex is #3B8946.