COLOR #C97E84

HEX: #C97E84 RGB: (201,126,132)

Color info

#C97E84 contains mainly red color. Web safe color of #C97E84 is #CC6699 (or #C69).

RGB color model

#C97E84 color RGB value is (201,126,132).

RGB: (201,126,132) (79%, 49%, 52%)

RGB channels and saturation

R 201 of 255 = 79%
G 126 of 255 = 49%
B 132 of 255 = 52%

201
126
132

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

Portions of RGB colors in percentages

R + G + B = 201 + 126 + 132 = 459 (100%)
R 201 of 459 ~ 43.79%
G 126 of 459 ~ 27.45%
B 132 of 459 ~ 28.76'%

%43.79
%27.45
%28.76

CMYK color model

#C97E84 color CMYK value is (0,37,34,21).

  • cyan value is 0.00%
  • magenta value is 37.31%
  • yellow value is 34.33%
  • key color value is 21.18%

CMYK: (0,37,34,21)
C0M37Y34K21 (0%, 37%, 34%, 21%)
(0.00 / 0.37 / 0.34 / 0.21)

CMYK percentages

%0
%37.31
%34.33
%21.18

Codes

Color #C97E84 in popluar color models

C9 7E 84
RGB 201 126 132
HSL 355° 40.98% 64.12%
HSB/HSV 355° 37.31% 78.82%
CMYK 0.00% 37.31% 34.33%
21.18%

Color #C97E84 in popluar number systems.

HEX C9 7E 84
Decimal 201 126 132
Binary 11001001 1111110 10000100
Octal 311 176 204

Shades and tints

Shades of #C97E84

#C97E84
(201,126,132)
#B77378
(183,115,120)
#A5686C
(165,104,108)
#935D60
(147,93,96)
#815254
(129,82,84)
#6F4748
(111,71,72)
#5D3C3C
(93,60,60)
#4B3130
(75,49,48)
#392624
(57,38,36)
#271B18
(39,27,24)
#15100C
(21,16,12)
#000000
(0,0,0)

Tints of #C97E84

#C97E84
(201,126,132)
#CD898F
(205,137,143)
#D1949A
(209,148,154)
#D59FA5
(213,159,165)
#D9AAB0
(217,170,176)
#DDB5BB
(221,181,187)
#E1C0C6
(225,192,198)
#E5CBD1
(229,203,209)
#E9D6DC
(233,214,220)
#EDE1E7
(237,225,231)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97E84 color. Also use rgb(201,126,132) instead hex code.

Text Font Color

.myTextColor { color: #C97E84; }

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

This text font color is #C97E84.

Background Color

.myBgColor { background-color: #C97E84; }

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

This div background color is #C97E84.

Border color

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

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

This div border color is #C97E84.

Opacity

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

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

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

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

This text has shadow with #C97E84 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97E84.

Preview

Color preview on black background

This text has color #C97E84 on black background.


Color preview on white background

This text has color #C97E84 on white background.


Black color preview on #C97E84 background

This text has black color on #C97E84 background.


White color preview on #C97E84 background

This text has white color on #C97E84 background.


Related colors

Complementary color

Complementary color for #hex is #36817B.


I love getcolorcode.com

Triadic colors

1 #84C97E and #7E84C9 with #C97E84 are triadic colors.

2 #847EC9 and #7EC984 with #C97E84 are triadic colors.