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