COLOR #C97C90

HEX: #C97C90 RGB: (201,124,144)

Color info

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

RGB color model

#C97C90 color RGB value is (201,124,144).

RGB: (201,124,144) (79%, 49%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 124 of 255 = 49%
B 144 of 255 = 56%

201
124
144

R + G + B ~ 61%. #C97C90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 124 + 144 = 469 (100%)
R 201 of 469 ~ 42.86%
G 124 of 469 ~ 26.44%
B 144 of 469 ~ 30.7'%

%42.86
%26.44
%30.7

CMYK color model

#C97C90 color CMYK value is (0,38,28,21).

  • cyan value is 0.00%
  • magenta value is 38.31%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK: (0,38,28,21) C0M38Y28K21 (0%,38%,28%,21%) (0.00/0.38/0.28/0.21) 

CMYK percentages

%0
%38.31
%28.36
%21.18

Codes

Color #C97C90 in popluar color models

C9 7C 90
RGB 201 124 144
HSL 344° 41.62% 63.73%
HSB/HSV 344° 38.31% 78.82%
CMYK 0.00% 38.31% 28.36%
21.18%

Color #C97C90 in popluar number systems.

HEX C9 7C 90
Decimal 201 124 144
Binary 11001001 1111100 10010000
Octal 311 174 220

Shades and tints

Shades of #C97C90

#C97C90
(201,124,144)
#B77183
(183,113,131)
#A56676
(165,102,118)
#935B69
(147,91,105)
#81505C
(129,80,92)
#6F454F
(111,69,79)
#5D3A42
(93,58,66)
#4B2F35
(75,47,53)
#392428
(57,36,40)
#27191B
(39,25,27)
#150E0E
(21,14,14)
#000000
(0,0,0)

Tints of #C97C90

#C97C90
(201,124,144)
#CD879A
(205,135,154)
#D192A4
(209,146,164)
#D59DAE
(213,157,174)
#D9A8B8
(217,168,184)
#DDB3C2
(221,179,194)
#E1BECC
(225,190,204)
#E5C9D6
(229,201,214)
#E9D4E0
(233,212,224)
#EDDFEA
(237,223,234)
#F1EAF4
(241,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97C90 color. Also use rgb(201,124,144) instead hex code.

Text Font Color

.myTextColor { color: #C97C90; }

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

This text font color is #C97C90.

Background Color

.myBgColor { background-color: #C97C90; }

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

This div background color is #C97C90.

Border color

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

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

This div border color is #C97C90.

Opacity

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

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

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

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

This text has shadow with #C97C90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97C90.

Preview

Color preview on black background

This text has color #C97C90 on black background.


Color preview on white background

This text has color #C97C90 on white background.


Black color preview on #C97C90 background

This text has black color on #C97C90 background.


White color preview on #C97C90 background

This text has white color on #C97C90 background.


Related colors

Complementary color

Complementary color for #hex is #36836F.


I love getcolorcode.com

Triadic colors

1 #90C97C and #7C90C9 with #C97C90 are triadic colors.

2 #907CC9 and #7CC990 with #C97C90 are triadic colors.