COLOR #C489AE

HEX: #C489AE RGB: (196,137,174)

Color info

#C489AE contains red, green and blue colors in about the same proportion. Web safe color of #C489AE is #CC9999 (or #C99).

RGB color model

#C489AE color RGB value is (196,137,174).

RGB: (196,137,174) (77%, 54%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 137 of 255 = 54%
B 174 of 255 = 68%

196
137
174

R + G + B ~ 66%. #C489AE is quite light color.

Portions of RGB colors in percentages

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'%

%38.66
%27.02
%34.32

CMYK color model

#C489AE color CMYK value is (0,30,11,23).

  • cyan value is 0.00%
  • magenta value is 30.10%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK: (0,30,11,23) C0M30Y11K23 (0%,30%,11%,23%) (0.00/0.30/0.11/0.23) 

CMYK percentages

%0
%30.1
%11.22
%23.14

Codes

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 and tints

Shades of #C489AE

#C489AE
(196,137,174)
#B37D9F
(179,125,159)
#A27190
(162,113,144)
#916581
(145,101,129)
#805972
(128,89,114)
#6F4D63
(111,77,99)
#5E4154
(94,65,84)
#4D3545
(77,53,69)
#3C2936
(60,41,54)
#2B1D27
(43,29,39)
#1A1118
(26,17,24)
#000000
(0,0,0)

Tints of #C489AE

#C489AE
(196,137,174)
#C993B5
(201,147,181)
#CE9DBC
(206,157,188)
#D3A7C3
(211,167,195)
#D8B1CA
(216,177,202)
#DDBBD1
(221,187,209)
#E2C5D8
(226,197,216)
#E7CFDF
(231,207,223)
#ECD9E6
(236,217,230)
#F1E3ED
(241,227,237)
#F6EDF4
(246,237,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C489AE color. Also use rgb(196,137,174) instead hex code.

Text Font Color

.myTextColor { color: #C489AE; }

<p style="color:#C489AE">This sample text font color is #C489AE.</p>

This text font color is #C489AE.

Background Color

.myBgColor { background-color: #C489AE; }

<div style="background-color:#C489AE">Inner text</div>

This div background color is #C489AE.

Border color

.myBorderColor { border: 1px solid #C489AE; }

<div style="border:3px solid #C489AE">Div</div>

This div border color is #C489AE.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #C489AE.

Preview

Color preview on black background

This text has color #C489AE on black background.


Color preview on white background

This text has color #C489AE on white background.


Black color preview on #C489AE background

This text has black color on #C489AE background.


White color preview on #C489AE background

This text has white color on #C489AE background.


Related colors

Complementary color

Complementary color for #hex is #3B7651.


I love getcolorcode.com

Triadic colors

1 #AEC489 and #89AEC4 with #C489AE are triadic colors.

2 #AE89C4 and #89C4AE with #C489AE are triadic colors.