COLOR #C47991

HEX: #C47991 RGB: (196,121,145)

Color info

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

RGB color model

#C47991 color RGB value is (196,121,145).

RGB: (196,121,145) (77%, 47%, 57%)

RGB channels and saturation

R 196 of 255 = 77%
G 121 of 255 = 47%
B 145 of 255 = 57%

196
121
145

R + G + B ~ 60%. #C47991 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 196 + 121 + 145 = 462 (100%)
R 196 of 462 ~ 42.42%
G 121 of 462 ~ 26.19%
B 145 of 462 ~ 31.39'%

%42.42
%26.19
%31.39

CMYK color model

#C47991 color CMYK value is (0,38,26,23).

  • cyan value is 0.00%
  • magenta value is 38.27%
  • yellow value is 26.02%
  • key color value is 23.14%
CMYK: (0,38,26,23) C0M38Y26K23 (0%,38%,26%,23%) (0.00/0.38/0.26/0.23) 

CMYK percentages

%0
%38.27
%26.02
%23.14

Codes

Color #C47991 in popluar color models

C4 79 91
RGB 196 121 145
HSL 341° 38.86% 62.16%
HSB/HSV 341° 38.27% 76.86%
CMYK 0.00% 38.27% 26.02%
23.14%

Color #C47991 in popluar number systems.

HEX C4 79 91
Decimal 196 121 145
Binary 11000100 1111001 10010001
Octal 304 171 221

Shades and tints

Shades of #C47991

#C47991
(196,121,145)
#B36E84
(179,110,132)
#A26377
(162,99,119)
#91586A
(145,88,106)
#804D5D
(128,77,93)
#6F4250
(111,66,80)
#5E3743
(94,55,67)
#4D2C36
(77,44,54)
#3C2129
(60,33,41)
#2B161C
(43,22,28)
#1A0B0F
(26,11,15)
#000000
(0,0,0)

Tints of #C47991

#C47991
(196,121,145)
#C9859B
(201,133,155)
#CE91A5
(206,145,165)
#D39DAF
(211,157,175)
#D8A9B9
(216,169,185)
#DDB5C3
(221,181,195)
#E2C1CD
(226,193,205)
#E7CDD7
(231,205,215)
#ECD9E1
(236,217,225)
#F1E5EB
(241,229,235)
#F6F1F5
(246,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C47991 color. Also use rgb(196,121,145) instead hex code.

Text Font Color

.myTextColor { color: #C47991; }

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

This text font color is #C47991.

Background Color

.myBgColor { background-color: #C47991; }

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

This div background color is #C47991.

Border color

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

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

This div border color is #C47991.

Opacity

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

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

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

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

This text has shadow with #C47991 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C47991.

Preview

Color preview on black background

This text has color #C47991 on black background.


Color preview on white background

This text has color #C47991 on white background.


Black color preview on #C47991 background

This text has black color on #C47991 background.


White color preview on #C47991 background

This text has white color on #C47991 background.


Related colors

Complementary color

Complementary color for #hex is #3B866E.


I love getcolorcode.com

Triadic colors

1 #91C479 and #7991C4 with #C47991 are triadic colors.

2 #9179C4 and #79C491 with #C47991 are triadic colors.