HEX: #C494AE
RGB: (196,148,174)
#C494AE contains red, green and blue colors in about the same proportion. Web safe color of #C494AE is #CC9999 (or #C99).
#C494AE color RGB value is (196,148,174).
RGB: (196,148,174)
(77%, 58%, 68%)
R 196 of 255 = 77%
G 148 of 255 = 58%
B 174 of 255 = 68%
R + G + B ~ 68%. #C494AE is quite light color.
R + G + B = 196 + 148 + 174 = 518 (100%)
R 196 of 518 ~ 37.84%
G 148 of 518 ~ 28.57%
B 174 of 518 ~ 33.59'%
#C494AE color CMYK value is (0,24,11,23).
CMYK: (0,24,11,23)
C0M24Y11K23 (0%, 24%, 11%, 23%)
(0.00 / 0.24 / 0.11 / 0.23)
Color #C494AE in popluar color models
C4 | 94 | AE | |
---|---|---|---|
RGB | 196 | 148 | 174 |
HSL | 328° | 28.92% | 67.45% |
HSB/HSV | 328° | 24.49% | 76.86% |
CMYK | 0.00% | 24.49% | 11.22% |
23.14% |
Color #C494AE in popluar number systems.
HEX | C4 | 94 | AE |
Decimal | 196 | 148 | 174 |
Binary | 11000100 | 10010100 | 10101110 |
Octal | 304 | 224 | 256 |
Shades of #C494AE
Tints of #C494AE
Examples of css and html codes for elements with #C494AE color. Also use rgb(196,148,174) instead hex code.
.myTextColor { color: #C494AE; }
<p style="color:#C494AE">This sample text font color is #C494AE.</p>
This text font color is #C494AE.
.myBgColor { background-color: #C494AE; }
<div style="background-color:#C494AE">Inner text</div>
This div background color is #C494AE.
.myBorderColor { border: 1px solid #C494AE; }
<div style="border:3px solid #C494AE">Div</div>
This div border color is #C494AE.
.myOpacity80 { color: #C494AE; opacity: 0.8; }
<p style="color:#C494AE;opacity:0.8;">80%</p>
Text with #C494AE color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #C494AE;}
<p style="text-shadow: 3px 3px 1px #C494AE">Text here.</p>
This text has shadow with #C494AE color.
.textShadow {text-shadow: 3px 3px 1px #C494AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #C494AE, 5px 5px 20px red">Text here.</p>
This text has shadow with #C494AE primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C494AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#C494AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #C494AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C494AE;
-webkit-box-shadow: 1px 1px 3px 2px #C494AE;
box-shadow: 1px 1px 3px 2px #C494AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C494AE; -webkit-box-shadow: 1px 1px 3px 2px #C494AE; box-shadow:1px 1px 3px 2px #C494AE;">
Div content here
</div>
This text has color #C494AE on black background.
This text has color #C494AE on white background.
This text has black color on #C494AE background.
This text has white color on #C494AE background.
Complementary color for #hex is #3B6B51.