COLOR #C97F93

HEX: #C97F93 RGB: (201,127,147)

Color info

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

RGB color model

#C97F93 color RGB value is (201,127,147).

RGB: (201,127,147) (79%, 50%, 58%)

RGB channels and saturation

R 201 of 255 = 79%
G 127 of 255 = 50%
B 147 of 255 = 58%

201
127
147

R + G + B ~ 62%. #C97F93 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 127 + 147 = 475 (100%)
R 201 of 475 ~ 42.32%
G 127 of 475 ~ 26.74%
B 147 of 475 ~ 30.95'%

%42.32
%26.74
%30.95

CMYK color model

#C97F93 color CMYK value is (0,37,27,21).

  • cyan value is 0.00%
  • magenta value is 36.82%
  • yellow value is 26.87%
  • key color value is 21.18%

CMYK: (0,37,27,21)
C0M37Y27K21 (0%, 37%, 27%, 21%)
(0.00 / 0.37 / 0.27 / 0.21)

CMYK percentages

%0
%36.82
%26.87
%21.18

Codes

Color #C97F93 in popluar color models

C9 7F 93
RGB 201 127 147
HSL 344° 40.66% 64.31%
HSB/HSV 344° 36.82% 78.82%
CMYK 0.00% 36.82% 26.87%
21.18%

Color #C97F93 in popluar number systems.

HEX C9 7F 93
Decimal 201 127 147
Binary 11001001 1111111 10010011
Octal 311 177 223

Shades and tints

Shades of #C97F93

#C97F93
(201,127,147)
#B77486
(183,116,134)
#A56979
(165,105,121)
#935E6C
(147,94,108)
#81535F
(129,83,95)
#6F4852
(111,72,82)
#5D3D45
(93,61,69)
#4B3238
(75,50,56)
#39272B
(57,39,43)
#271C1E
(39,28,30)
#151111
(21,17,17)
#000000
(0,0,0)

Tints of #C97F93

#C97F93
(201,127,147)
#CD8A9C
(205,138,156)
#D195A5
(209,149,165)
#D5A0AE
(213,160,174)
#D9ABB7
(217,171,183)
#DDB6C0
(221,182,192)
#E1C1C9
(225,193,201)
#E5CCD2
(229,204,210)
#E9D7DB
(233,215,219)
#EDE2E4
(237,226,228)
#F1EDED
(241,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97F93 color. Also use rgb(201,127,147) instead hex code.

Text Font Color

.myTextColor { color: #C97F93; }

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

This text font color is #C97F93.

Background Color

.myBgColor { background-color: #C97F93; }

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

This div background color is #C97F93.

Border color

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

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

This div border color is #C97F93.

Opacity

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

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

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

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

This text has shadow with #C97F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97F93.

Preview

Color preview on black background

This text has color #C97F93 on black background.


Color preview on white background

This text has color #C97F93 on white background.


Black color preview on #C97F93 background

This text has black color on #C97F93 background.


White color preview on #C97F93 background

This text has white color on #C97F93 background.


Related colors

Complementary color

Complementary color for #hex is #36806C.


I love getcolorcode.com

Triadic colors

1 #93C97F and #7F93C9 with #C97F93 are triadic colors.

2 #937FC9 and #7FC993 with #C97F93 are triadic colors.