COLOR #C97981

HEX: #C97981 RGB: (201,121,129)

Color info

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

RGB color model

#C97981 color RGB value is (201,121,129).

RGB: (201,121,129) (79%, 47%, 51%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 129 of 255 = 51%

201
121
129

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

Portions of RGB colors in percentages

R + G + B = 201 + 121 + 129 = 451 (100%)
R 201 of 451 ~ 44.57%
G 121 of 451 ~ 26.83%
B 129 of 451 ~ 28.6'%

%44.57
%26.83
%28.6

CMYK color model

#C97981 color CMYK value is (0,40,36,21).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 35.82%
  • key color value is 21.18%

CMYK: (0,40,36,21)
C0M40Y36K21 (0%, 40%, 36%, 21%)
(0.00 / 0.40 / 0.36 / 0.21)

CMYK percentages

%0
%39.8
%35.82
%21.18

Codes

Color #C97981 in popluar color models

C9 79 81
RGB 201 121 129
HSL 354° 42.55% 63.14%
HSB/HSV 354° 39.80% 78.82%
CMYK 0.00% 39.80% 35.82%
21.18%

Color #C97981 in popluar number systems.

HEX C9 79 81
Decimal 201 121 129
Binary 11001001 1111001 10000001
Octal 311 171 201

Shades and tints

Shades of #C97981

#C97981
(201,121,129)
#B76E76
(183,110,118)
#A5636B
(165,99,107)
#935860
(147,88,96)
#814D55
(129,77,85)
#6F424A
(111,66,74)
#5D373F
(93,55,63)
#4B2C34
(75,44,52)
#392129
(57,33,41)
#27161E
(39,22,30)
#150B13
(21,11,19)
#000000
(0,0,0)

Tints of #C97981

#C97981
(201,121,129)
#CD858C
(205,133,140)
#D19197
(209,145,151)
#D59DA2
(213,157,162)
#D9A9AD
(217,169,173)
#DDB5B8
(221,181,184)
#E1C1C3
(225,193,195)
#E5CDCE
(229,205,206)
#E9D9D9
(233,217,217)
#EDE5E4
(237,229,228)
#F1F1EF
(241,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97981 color. Also use rgb(201,121,129) instead hex code.

Text Font Color

.myTextColor { color: #C97981; }

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

This text font color is #C97981.

Background Color

.myBgColor { background-color: #C97981; }

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

This div background color is #C97981.

Border color

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

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

This div border color is #C97981.

Opacity

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

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

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

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

This text has shadow with #C97981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97981.

Preview

Color preview on black background

This text has color #C97981 on black background.


Color preview on white background

This text has color #C97981 on white background.


Black color preview on #C97981 background

This text has black color on #C97981 background.


White color preview on #C97981 background

This text has white color on #C97981 background.


Related colors

Complementary color

Complementary color for #hex is #36867E.


I love getcolorcode.com

Triadic colors

1 #81C979 and #7981C9 with #C97981 are triadic colors.

2 #8179C9 and #79C981 with #C97981 are triadic colors.