COLOR #C47EA4

HEX: #C47EA4 RGB: (196,126,164)

Color info

#C47EA4 contains mainly red and blue colors. Web safe color of #C47EA4 is #CC6699 (or #C69).

RGB color model

#C47EA4 color RGB value is (196,126,164).

RGB: (196,126,164) (77%, 49%, 64%)

RGB channels and saturation

R 196 of 255 = 77%
G 126 of 255 = 49%
B 164 of 255 = 64%

196
126
164

R + G + B ~ 63%. #C47EA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 126 + 164 = 486 (100%)
R 196 of 486 ~ 40.33%
G 126 of 486 ~ 25.93%
B 164 of 486 ~ 33.74'%

%40.33
%25.93
%33.74

CMYK color model

#C47EA4 color CMYK value is (0,36,16,23).

  • cyan value is 0.00%
  • magenta value is 35.71%
  • yellow value is 16.33%
  • key color value is 23.14%

CMYK: (0,36,16,23)
C0M36Y16K23 (0%, 36%, 16%, 23%)
(0.00 / 0.36 / 0.16 / 0.23)

CMYK percentages

%0
%35.71
%16.33
%23.14

Codes

Color #C47EA4 in popluar color models

C4 7E A4
RGB 196 126 164
HSL 327° 37.23% 63.14%
HSB/HSV 327° 35.71% 76.86%
CMYK 0.00% 35.71% 16.33%
23.14%

Color #C47EA4 in popluar number systems.

HEX C4 7E A4
Decimal 196 126 164
Binary 11000100 1111110 10100100
Octal 304 176 244

Shades and tints

Shades of #C47EA4

#C47EA4
(196,126,164)
#B37396
(179,115,150)
#A26888
(162,104,136)
#915D7A
(145,93,122)
#80526C
(128,82,108)
#6F475E
(111,71,94)
#5E3C50
(94,60,80)
#4D3142
(77,49,66)
#3C2634
(60,38,52)
#2B1B26
(43,27,38)
#1A1018
(26,16,24)
#000000
(0,0,0)

Tints of #C47EA4

#C47EA4
(196,126,164)
#C989AC
(201,137,172)
#CE94B4
(206,148,180)
#D39FBC
(211,159,188)
#D8AAC4
(216,170,196)
#DDB5CC
(221,181,204)
#E2C0D4
(226,192,212)
#E7CBDC
(231,203,220)
#ECD6E4
(236,214,228)
#F1E1EC
(241,225,236)
#F6ECF4
(246,236,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47EA4 color. Also use rgb(196,126,164) instead hex code.

Text Font Color

.myTextColor { color: #C47EA4; }

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

This text font color is #C47EA4.

Background Color

.myBgColor { background-color: #C47EA4; }

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

This div background color is #C47EA4.

Border color

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

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

This div border color is #C47EA4.

Opacity

.myOpacity80 { color: #C47EA4; opacity: 0.8; }

<p style="color:#C47EA4;opacity:0.8;">80%</p>

Text with #C47EA4 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 #C47EA4;}

<p style="text-shadow: 3px 3px 1px #C47EA4">Text here.</p>

This text has shadow with #C47EA4 color.


.textShadow {text-shadow: 3px 3px 1px #C47EA4', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C47EA4, 5px 5px 20px red">Text here.</p>

This text has shadow with #C47EA4 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C47EA4, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C47EA4, Direction=45, Strength=4)">Text</p>

This text has shadow with #C47EA4 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C47EA4;
-webkit-box-shadow: 1px 1px 3px 2px #C47EA4;
box-shadow: 1px 1px 3px 2px #C47EA4;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C47EA4; -webkit-box-shadow: 1px 1px 3px 2px #C47EA4; box-shadow:1px 1px 3px 2px #C47EA4;">
Div content here
</div>

This div box has shadow with color #C47EA4.

Preview

Color preview on black background

This text has color #C47EA4 on black background.


Color preview on white background

This text has color #C47EA4 on white background.


Black color preview on #C47EA4 background

This text has black color on #C47EA4 background.


White color preview on #C47EA4 background

This text has white color on #C47EA4 background.


Related colors

Complementary color

Complementary color for #hex is #3B815B.


I love getcolorcode.com

Triadic colors

1 #A4C47E and #7EA4C4 with #C47EA4 are triadic colors.

2 #A47EC4 and #7EC4A4 with #C47EA4 are triadic colors.