HEX: #C76484
RGB: (199,100,132)
#C76484 contains mainly red color. Web safe color of #C76484 is #CC6699 (or #C69).
#C76484 color RGB value is (199,100,132).
RGB: (199,100,132)
(78%, 39%, 52%)
R 199 of 255 = 78%
G 100 of 255 = 39%
B 132 of 255 = 52%
R + G + B ~ 56%. #C76484 is middle color (not dark and not light).
R + G + B = 199 + 100 + 132 = 431 (100%)
R 199 of 431 ~ 46.17%
G 100 of 431 ~ 23.2%
B 132 of 431 ~ 30.63'%
#C76484 color CMYK value is (0,50,34,22).
CMYK: (0,50,34,22) C0M50Y34K22 (0%,50%,34%,22%) (0.00/0.50/0.34/0.22)
Color #C76484 in popluar color models
C7 | 64 | 84 | |
---|---|---|---|
RGB | 199 | 100 | 132 |
HSL | 341° | 46.92% | 58.63% |
HSB/HSV | 341° | 49.75% | 78.04% |
CMYK | 0.00% | 49.75% | 33.67% |
21.96% |
Color #C76484 in popluar number systems.
HEX | C7 | 64 | 84 |
Decimal | 199 | 100 | 132 |
Binary | 11000111 | 1100100 | 10000100 |
Octal | 307 | 144 | 204 |
Shades of #C76484
Tints of #C76484
Examples of css and html codes for elements with #C76484 color. Also use rgb(199,100,132) instead hex code.
.myTextColor { color: #C76484; }
<p style="color:#C76484">This sample text font color is #C76484.</p>
This text font color is #C76484.
.myBgColor { background-color: #C76484; }
<div style="background-color:#C76484">Inner text</div>
This div background color is #C76484.
.myBorderColor { border: 1px solid #C76484; }
<div style="border:3px solid #C76484">Div</div>
This div border color is #C76484.
.myOpacity80 { color: #C76484; opacity: 0.8; }
<p style="color:#C76484;opacity:0.8;">80%</p>
Text with #C76484 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C76484;}
<p style="text-shadow: 3px 3px 1px #C76484">Text here.</p>
This text has shadow with #C76484 color.
.textShadow {text-shadow: 3px 3px 1px #C76484', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C76484, 5px 5px 20px red">Text here.</p>
This text has shadow with #C76484 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C76484, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C76484, Direction=45, Strength=4)">Text</p>
This text has shadow with #C76484 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C76484;
-webkit-box-shadow: 1px 1px 3px 2px #C76484;
box-shadow: 1px 1px 3px 2px #C76484;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C76484; -webkit-box-shadow: 1px 1px 3px 2px #C76484; box-shadow:1px 1px 3px 2px #C76484;">
Div content here
</div>
This text has color #C76484 on black background.
This text has color #C76484 on white background.
This text has black color on #C76484 background.
This text has white color on #C76484 background.
Complementary color for #hex is #389B7B.