COLOR #C47F8E

HEX: #C47F8E RGB: (196,127,142)

Color info

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

RGB color model

#C47F8E color RGB value is (196,127,142).

RGB: (196,127,142) (77%, 50%, 56%)

RGB channels and saturation

R 196 of 255 = 77%
G 127 of 255 = 50%
B 142 of 255 = 56%

196
127
142

R + G + B ~ 61%. #C47F8E is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 127 + 142 = 465 (100%)
R 196 of 465 ~ 42.15%
G 127 of 465 ~ 27.31%
B 142 of 465 ~ 30.54'%

%42.15
%27.31
%30.54

CMYK color model

#C47F8E color CMYK value is (0,35,28,23).

  • cyan value is 0.00%
  • magenta value is 35.20%
  • yellow value is 27.55%
  • key color value is 23.14%
CMYK: (0,35,28,23) C0M35Y28K23 (0%,35%,28%,23%) (0.00/0.35/0.28/0.23) 

CMYK percentages

%0
%35.2
%27.55
%23.14

Codes

Color #C47F8E in popluar color models

C4 7F 8E
RGB 196 127 142
HSL 347° 36.90% 63.33%
HSB/HSV 347° 35.20% 76.86%
CMYK 0.00% 35.20% 27.55%
23.14%

Color #C47F8E in popluar number systems.

HEX C4 7F 8E
Decimal 196 127 142
Binary 11000100 1111111 10001110
Octal 304 177 216

Shades and tints

Shades of #C47F8E

#C47F8E
(196,127,142)
#B37482
(179,116,130)
#A26976
(162,105,118)
#915E6A
(145,94,106)
#80535E
(128,83,94)
#6F4852
(111,72,82)
#5E3D46
(94,61,70)
#4D323A
(77,50,58)
#3C272E
(60,39,46)
#2B1C22
(43,28,34)
#1A1116
(26,17,22)
#000000
(0,0,0)

Tints of #C47F8E

#C47F8E
(196,127,142)
#C98A98
(201,138,152)
#CE95A2
(206,149,162)
#D3A0AC
(211,160,172)
#D8ABB6
(216,171,182)
#DDB6C0
(221,182,192)
#E2C1CA
(226,193,202)
#E7CCD4
(231,204,212)
#ECD7DE
(236,215,222)
#F1E2E8
(241,226,232)
#F6EDF2
(246,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47F8E color. Also use rgb(196,127,142) instead hex code.

Text Font Color

.myTextColor { color: #C47F8E; }

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

This text font color is #C47F8E.

Background Color

.myBgColor { background-color: #C47F8E; }

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

This div background color is #C47F8E.

Border color

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

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

This div border color is #C47F8E.

Opacity

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

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

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

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

This text has shadow with #C47F8E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47F8E.

Preview

Color preview on black background

This text has color #C47F8E on black background.


Color preview on white background

This text has color #C47F8E on white background.


Black color preview on #C47F8E background

This text has black color on #C47F8E background.


White color preview on #C47F8E background

This text has white color on #C47F8E background.


Related colors

Complementary color

Complementary color for #hex is #3B8071.


I love getcolorcode.com

Triadic colors

1 #8EC47F and #7F8EC4 with #C47F8E are triadic colors.

2 #8E7FC4 and #7FC48E with #C47F8E are triadic colors.