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