COLOR #C97986

HEX: #C97986 RGB: (201,121,134)

Color info

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

RGB color model

#C97986 color RGB value is (201,121,134).

RGB: (201,121,134) (79%, 47%, 53%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 134 of 255 = 53%

201
121
134

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

Portions of RGB colors in percentages

R + G + B = 201 + 121 + 134 = 456 (100%)
R 201 of 456 ~ 44.08%
G 121 of 456 ~ 26.54%
B 134 of 456 ~ 29.39'%

%44.08
%26.54
%29.39

CMYK color model

#C97986 color CMYK value is (0,40,33,21).

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

CMYK: (0,40,33,21)
C0M40Y33K21 (0%, 40%, 33%, 21%)
(0.00 / 0.40 / 0.33 / 0.21)

CMYK percentages

%0
%39.8
%33.33
%21.18

Codes

Color #C97986 in popluar color models

C9 79 86
RGB 201 121 134
HSL 350° 42.55% 63.14%
HSB/HSV 350° 39.80% 78.82%
CMYK 0.00% 39.80% 33.33%
21.18%

Color #C97986 in popluar number systems.

HEX C9 79 86
Decimal 201 121 134
Binary 11001001 1111001 10000110
Octal 311 171 206

Shades and tints

Shades of #C97986

#C97986
(201,121,134)
#B76E7A
(183,110,122)
#A5636E
(165,99,110)
#935862
(147,88,98)
#814D56
(129,77,86)
#6F424A
(111,66,74)
#5D373E
(93,55,62)
#4B2C32
(75,44,50)
#392126
(57,33,38)
#27161A
(39,22,26)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #C97986

#C97986
(201,121,134)
#CD8591
(205,133,145)
#D1919C
(209,145,156)
#D59DA7
(213,157,167)
#D9A9B2
(217,169,178)
#DDB5BD
(221,181,189)
#E1C1C8
(225,193,200)
#E5CDD3
(229,205,211)
#E9D9DE
(233,217,222)
#EDE5E9
(237,229,233)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97986; }

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

This text font color is #C97986.

Background Color

.myBgColor { background-color: #C97986; }

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

This div background color is #C97986.

Border color

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

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

This div border color is #C97986.

Opacity

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

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

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

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

This text has shadow with #C97986 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97986.

Preview

Color preview on black background

This text has color #C97986 on black background.


Color preview on white background

This text has color #C97986 on white background.


Black color preview on #C97986 background

This text has black color on #C97986 background.


White color preview on #C97986 background

This text has white color on #C97986 background.


Related colors

Complementary color

Complementary color for #hex is #368679.


I love getcolorcode.com

Triadic colors

1 #86C979 and #7986C9 with #C97986 are triadic colors.

2 #8679C9 and #79C986 with #C97986 are triadic colors.