HEX: #C5638F
RGB: (197,99,143)
#C5638F contains mainly red and blue colors. Web safe color of #C5638F is #CC6699 (or #C69).
#C5638F color RGB value is (197,99,143).
RGB: (197,99,143)
(77%, 39%, 56%)
R 197 of 255 = 77%
G 99 of 255 = 39%
B 143 of 255 = 56%
R + G + B ~ 57%. #C5638F is middle color (not dark and not light).
R + G + B = 197 + 99 + 143 = 439 (100%)
R 197 of 439 ~ 44.87%
G 99 of 439 ~ 22.55%
B 143 of 439 ~ 32.57'%
#C5638F color CMYK value is (0,50,27,23).
CMYK: (0,50,27,23)
C0M50Y27K23 (0%, 50%, 27%, 23%)
(0.00 / 0.50 / 0.27 / 0.23)
Color #C5638F in popluar color models
C5 | 63 | 8F | |
---|---|---|---|
RGB | 197 | 99 | 143 |
HSL | 333° | 45.79% | 58.04% |
HSB/HSV | 333° | 49.75% | 77.25% |
CMYK | 0.00% | 49.75% | 27.41% |
22.75% |
Color #C5638F in popluar number systems.
HEX | C5 | 63 | 8F |
Decimal | 197 | 99 | 143 |
Binary | 11000101 | 1100011 | 10001111 |
Octal | 305 | 143 | 217 |
Shades of #C5638F
Tints of #C5638F
Examples of css and html codes for elements with #C5638F color. Also use rgb(197,99,143) instead hex code.
.myTextColor { color: #C5638F; }
<p style="color:#C5638F">This sample text font color is #C5638F.</p>
This text font color is #C5638F.
.myBgColor { background-color: #C5638F; }
<div style="background-color:#C5638F">Inner text</div>
This div background color is #C5638F.
.myBorderColor { border: 1px solid #C5638F; }
<div style="border:3px solid #C5638F">Div</div>
This div border color is #C5638F.
.myOpacity80 { color: #C5638F; opacity: 0.8; }
<p style="color:#C5638F;opacity:0.8;">80%</p>
Text with #C5638F color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C5638F;}
<p style="text-shadow: 3px 3px 1px #C5638F">Text here.</p>
This text has shadow with #C5638F color.
.textShadow {text-shadow: 3px 3px 1px #C5638F', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C5638F, 5px 5px 20px red">Text here.</p>
This text has shadow with #C5638F primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5638F, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C5638F, Direction=45, Strength=4)">Text</p>
This text has shadow with #C5638F and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5638F;
-webkit-box-shadow: 1px 1px 3px 2px #C5638F;
box-shadow: 1px 1px 3px 2px #C5638F;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5638F; -webkit-box-shadow: 1px 1px 3px 2px #C5638F; box-shadow:1px 1px 3px 2px #C5638F;">
Div content here
</div>
This text has color #C5638F on black background.
This text has color #C5638F on white background.
This text has black color on #C5638F background.
This text has white color on #C5638F background.
Complementary color for #hex is #3A9C70.