HEX: #C596AE
RGB: (197,150,174)
#C596AE contains red, green and blue colors in about the same proportion. Web safe color of #C596AE is #CC9999 (or #C99).
#C596AE color RGB value is (197,150,174).
RGB: (197,150,174)
(77%, 59%, 68%)
R 197 of 255 = 77%
G 150 of 255 = 59%
B 174 of 255 = 68%
R + G + B ~ 68%. #C596AE is quite light color.
R + G + B = 197 + 150 + 174 = 521 (100%)
R 197 of 521 ~ 37.81%
G 150 of 521 ~ 28.79%
B 174 of 521 ~ 33.4'%
#C596AE color CMYK value is (0,24,12,23).
CMYK: (0,24,12,23) C0M24Y12K23 (0%,24%,12%,23%) (0.00/0.24/0.12/0.23)
Color #C596AE in popluar color models
C5 | 96 | AE | |
---|---|---|---|
RGB | 197 | 150 | 174 |
HSL | 329° | 28.83% | 68.04% |
HSB/HSV | 329° | 23.86% | 77.25% |
CMYK | 0.00% | 23.86% | 11.68% |
22.75% |
Color #C596AE in popluar number systems.
HEX | C5 | 96 | AE |
Decimal | 197 | 150 | 174 |
Binary | 11000101 | 10010110 | 10101110 |
Octal | 305 | 226 | 256 |
Shades of #C596AE
Tints of #C596AE
Examples of css and html codes for elements with #C596AE color. Also use rgb(197,150,174) instead hex code.
.myTextColor { color: #C596AE; }
<p style="color:#C596AE">This sample text font color is #C596AE.</p>
This text font color is #C596AE.
.myBgColor { background-color: #C596AE; }
<div style="background-color:#C596AE">Inner text</div>
This div background color is #C596AE.
.myBorderColor { border: 1px solid #C596AE; }
<div style="border:3px solid #C596AE">Div</div>
This div border color is #C596AE.
.myOpacity80 { color: #C596AE; opacity: 0.8; }
<p style="color:#C596AE;opacity:0.8;">80%</p>
Text with #C596AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C596AE;}
<p style="text-shadow: 3px 3px 1px #C596AE">Text here.</p>
This text has shadow with #C596AE color.
.textShadow {text-shadow: 3px 3px 1px #C596AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C596AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C596AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C596AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C596AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C596AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C596AE;
-webkit-box-shadow: 1px 1px 3px 2px #C596AE;
box-shadow: 1px 1px 3px 2px #C596AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C596AE; -webkit-box-shadow: 1px 1px 3px 2px #C596AE; box-shadow:1px 1px 3px 2px #C596AE;">
Div content here
</div>
This text has color #C596AE on black background.
This text has color #C596AE on white background.
This text has black color on #C596AE background.
This text has white color on #C596AE background.
Complementary color for #hex is #3A6951.