COLOR #C47CB4

HEX: #C47CB4 RGB: (196,124,180)

Color info

#C47CB4 contains mainly red and blue colors. Web safe color of #C47CB4 is #CC66CC (or #C6C).

RGB color model

#C47CB4 color RGB value is (196,124,180).

RGB: (196,124,180) (77%, 49%, 71%)

RGB channels and saturation

R 196 of 255 = 77%
G 124 of 255 = 49%
B 180 of 255 = 71%

196
124
180

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

Portions of RGB colors in percentages

R + G + B = 196 + 124 + 180 = 500 (100%)
R 196 of 500 ~ 39.2%
G 124 of 500 ~ 24.8%
B 180 of 500 ~ 36'%

%39.2
%24.8
%36

CMYK color model

#C47CB4 color CMYK value is (0,37,8,23).

  • cyan value is 0.00%
  • magenta value is 36.73%
  • yellow value is 8.16%
  • key color value is 23.14%

CMYK: (0,37,8,23)
C0M37Y8K23 (0%, 37%, 8%, 23%)
(0.00 / 0.37 / 0.08 / 0.23)

CMYK percentages

%0
%36.73
%8.16
%23.14

Codes

Color #C47CB4 in popluar color models

C4 7C B4
RGB 196 124 180
HSL 313° 37.89% 62.75%
HSB/HSV 313° 36.73% 76.86%
CMYK 0.00% 36.73% 8.16%
23.14%

Color #C47CB4 in popluar number systems.

HEX C4 7C B4
Decimal 196 124 180
Binary 11000100 1111100 10110100
Octal 304 174 264

Shades and tints

Shades of #C47CB4

#C47CB4
(196,124,180)
#B371A4
(179,113,164)
#A26694
(162,102,148)
#915B84
(145,91,132)
#805074
(128,80,116)
#6F4564
(111,69,100)
#5E3A54
(94,58,84)
#4D2F44
(77,47,68)
#3C2434
(60,36,52)
#2B1924
(43,25,36)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #C47CB4

#C47CB4
(196,124,180)
#C987BA
(201,135,186)
#CE92C0
(206,146,192)
#D39DC6
(211,157,198)
#D8A8CC
(216,168,204)
#DDB3D2
(221,179,210)
#E2BED8
(226,190,216)
#E7C9DE
(231,201,222)
#ECD4E4
(236,212,228)
#F1DFEA
(241,223,234)
#F6EAF0
(246,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47CB4 color. Also use rgb(196,124,180) instead hex code.

Text Font Color

.myTextColor { color: #C47CB4; }

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

This text font color is #C47CB4.

Background Color

.myBgColor { background-color: #C47CB4; }

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

This div background color is #C47CB4.

Border color

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

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

This div border color is #C47CB4.

Opacity

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

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

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

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

This text has shadow with #C47CB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47CB4.

Preview

Color preview on black background

This text has color #C47CB4 on black background.


Color preview on white background

This text has color #C47CB4 on white background.


Black color preview on #C47CB4 background

This text has black color on #C47CB4 background.


White color preview on #C47CB4 background

This text has white color on #C47CB4 background.


Related colors

Complementary color

Complementary color for #hex is #3B834B.


I love getcolorcode.com

Triadic colors

1 #B4C47C and #7CB4C4 with #C47CB4 are triadic colors.

2 #B47CC4 and #7CC4B4 with #C47CB4 are triadic colors.