HEX: #C77989
RGB: (199,121,137)
#C77989 contains mainly red color. Web safe color of #C77989 is #CC6699 (or #C69).
#C77989 color RGB value is (199,121,137).
RGB: (199,121,137)
(78%, 47%, 54%)
R 199 of 255 = 78%
G 121 of 255 = 47%
B 137 of 255 = 54%
R + G + B ~ 60%. #C77989 is middle color (not dark and not light).
R + G + B = 199 + 121 + 137 = 457 (100%)
R 199 of 457 ~ 43.54%
G 121 of 457 ~ 26.48%
B 137 of 457 ~ 29.98'%
#C77989 color CMYK value is (0,39,31,22).
CMYK: (0,39,31,22)
C0M39Y31K22 (0%, 39%, 31%, 22%)
(0.00 / 0.39 / 0.31 / 0.22)
Color #C77989 in popluar color models
C7 | 79 | 89 | |
---|---|---|---|
RGB | 199 | 121 | 137 |
HSL | 348° | 41.05% | 62.75% |
HSB/HSV | 348° | 39.20% | 78.04% |
CMYK | 0.00% | 39.20% | 31.16% |
21.96% |
Color #C77989 in popluar number systems.
HEX | C7 | 79 | 89 |
Decimal | 199 | 121 | 137 |
Binary | 11000111 | 1111001 | 10001001 |
Octal | 307 | 171 | 211 |
Shades of #C77989
Tints of #C77989
Examples of css and html codes for elements with #C77989 color. Also use rgb(199,121,137) instead hex code.
.myTextColor { color: #C77989; }
<p style="color:#C77989">This sample text font color is #C77989.</p>
This text font color is #C77989.
.myBgColor { background-color: #C77989; }
<div style="background-color:#C77989">Inner text</div>
This div background color is #C77989.
.myBorderColor { border: 1px solid #C77989; }
<div style="border:3px solid #C77989">Div</div>
This div border color is #C77989.
.myOpacity80 { color: #C77989; opacity: 0.8; }
<p style="color:#C77989;opacity:0.8;">80%</p>
Text with #C77989 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C77989;}
<p style="text-shadow: 3px 3px 1px #C77989">Text here.</p>
This text has shadow with #C77989 color.
.textShadow {text-shadow: 3px 3px 1px #C77989', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C77989, 5px 5px 20px red">Text here.</p>
This text has shadow with #C77989 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C77989, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C77989, Direction=45, Strength=4)">Text</p>
This text has shadow with #C77989 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C77989;
-webkit-box-shadow: 1px 1px 3px 2px #C77989;
box-shadow: 1px 1px 3px 2px #C77989;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C77989; -webkit-box-shadow: 1px 1px 3px 2px #C77989; box-shadow:1px 1px 3px 2px #C77989;">
Div content here
</div>
This text has color #C77989 on black background.
This text has color #C77989 on white background.
This text has black color on #C77989 background.
This text has white color on #C77989 background.
Complementary color for #hex is #388676.