HEX: #C57DAC
RGB: (197,125,172)
#C57DAC contains mainly red and blue colors. Web safe color of #C57DAC is #CC6699 (or #C69).
#C57DAC color RGB value is (197,125,172).
RGB: (197,125,172)
(77%, 49%, 67%)
R 197 of 255 = 77%
G 125 of 255 = 49%
B 172 of 255 = 67%
R + G + B ~ 64%. #C57DAC is quite light color.
R + G + B = 197 + 125 + 172 = 494 (100%)
R 197 of 494 ~ 39.88%
G 125 of 494 ~ 25.3%
B 172 of 494 ~ 34.82'%
#C57DAC color CMYK value is (0,37,13,23).
CMYK: (0,37,13,23) C0M37Y13K23 (0%,37%,13%,23%) (0.00/0.37/0.13/0.23)
Color #C57DAC in popluar color models
C5 | 7D | AC | |
---|---|---|---|
RGB | 197 | 125 | 172 |
HSL | 321° | 38.30% | 63.14% |
HSB/HSV | 321° | 36.55% | 77.25% |
CMYK | 0.00% | 36.55% | 12.69% |
22.75% |
Color #C57DAC in popluar number systems.
HEX | C5 | 7D | AC |
Decimal | 197 | 125 | 172 |
Binary | 11000101 | 1111101 | 10101100 |
Octal | 305 | 175 | 254 |
Shades of #C57DAC
Tints of #C57DAC
Examples of css and html codes for elements with #C57DAC color. Also use rgb(197,125,172) instead hex code.
.myTextColor { color: #C57DAC; }
<p style="color:#C57DAC">This sample text font color is #C57DAC.</p>
This text font color is #C57DAC.
.myBgColor { background-color: #C57DAC; }
<div style="background-color:#C57DAC">Inner text</div>
This div background color is #C57DAC.
.myBorderColor { border: 1px solid #C57DAC; }
<div style="border:3px solid #C57DAC">Div</div>
This div border color is #C57DAC.
.myOpacity80 { color: #C57DAC; opacity: 0.8; }
<p style="color:#C57DAC;opacity:0.8;">80%</p>
Text with #C57DAC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C57DAC;}
<p style="text-shadow: 3px 3px 1px #C57DAC">Text here.</p>
This text has shadow with #C57DAC color.
.textShadow {text-shadow: 3px 3px 1px #C57DAC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C57DAC, 5px 5px 20px red">Text here.</p>
This text has shadow with #C57DAC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C57DAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C57DAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #C57DAC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C57DAC;
-webkit-box-shadow: 1px 1px 3px 2px #C57DAC;
box-shadow: 1px 1px 3px 2px #C57DAC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C57DAC; -webkit-box-shadow: 1px 1px 3px 2px #C57DAC; box-shadow:1px 1px 3px 2px #C57DAC;">
Div content here
</div>
This text has color #C57DAC on black background.
This text has color #C57DAC on white background.
This text has black color on #C57DAC background.
This text has white color on #C57DAC background.
Complementary color for #hex is #3A8253.