HEX: #C56299
RGB: (197,98,153)
#C56299 contains mainly red and blue colors. Web safe color of #C56299 is #CC6699 (or #C69).
#C56299 color RGB value is (197,98,153).
RGB: (197,98,153)
(77%, 38%, 60%)
R 197 of 255 = 77%
G 98 of 255 = 38%
B 153 of 255 = 60%
R + G + B ~ 58%. #C56299 is middle color (not dark and not light).
R + G + B = 197 + 98 + 153 = 448 (100%)
R 197 of 448 ~ 43.97%
G 98 of 448 ~ 21.88%
B 153 of 448 ~ 34.15'%
#C56299 color CMYK value is (0,50,22,23).
CMYK: (0,50,22,23)
C0M50Y22K23 (0%, 50%, 22%, 23%)
(0.00 / 0.50 / 0.22 / 0.23)
Color #C56299 in popluar color models
C5 | 62 | 99 | |
---|---|---|---|
RGB | 197 | 98 | 153 |
HSL | 327° | 46.05% | 57.84% |
HSB/HSV | 327° | 50.25% | 77.25% |
CMYK | 0.00% | 50.25% | 22.34% |
22.75% |
Color #C56299 in popluar number systems.
HEX | C5 | 62 | 99 |
Decimal | 197 | 98 | 153 |
Binary | 11000101 | 1100010 | 10011001 |
Octal | 305 | 142 | 231 |
Shades of #C56299
Tints of #C56299
Examples of css and html codes for elements with #C56299 color. Also use rgb(197,98,153) instead hex code.
.myTextColor { color: #C56299; }
<p style="color:#C56299">This sample text font color is #C56299.</p>
This text font color is #C56299.
.myBgColor { background-color: #C56299; }
<div style="background-color:#C56299">Inner text</div>
This div background color is #C56299.
.myBorderColor { border: 1px solid #C56299; }
<div style="border:3px solid #C56299">Div</div>
This div border color is #C56299.
.myOpacity80 { color: #C56299; opacity: 0.8; }
<p style="color:#C56299;opacity:0.8;">80%</p>
Text with #C56299 color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C56299;}
<p style="text-shadow: 3px 3px 1px #C56299">Text here.</p>
This text has shadow with #C56299 color.
.textShadow {text-shadow: 3px 3px 1px #C56299', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C56299, 5px 5px 20px red">Text here.</p>
This text has shadow with #C56299 primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C56299, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C56299, Direction=45, Strength=4)">Text</p>
This text has shadow with #C56299 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C56299;
-webkit-box-shadow: 1px 1px 3px 2px #C56299;
box-shadow: 1px 1px 3px 2px #C56299;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C56299; -webkit-box-shadow: 1px 1px 3px 2px #C56299; box-shadow:1px 1px 3px 2px #C56299;">
Div content here
</div>
This text has color #C56299 on black background.
This text has color #C56299 on white background.
This text has black color on #C56299 background.
This text has white color on #C56299 background.
Complementary color for #hex is #3A9D66.