COLOR #C97990

HEX: #C97990
RGB: (201,121,144)

Color info

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

RGB color model

#C97990 color RGB value is (201,121,144).

  • red value is 201;
  • green value is 121;
  • blue value is 144.
RGB:
(201,121,144)
(79%,47%,56%)

RGB channels and saturation

R 201 of 255 = 79%
G 121 of 255 = 47%
B 144 of 255 = 56%

201
121
144

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

Portions of RGB colors in percentages

R + G + B =
201 + 121 + 144 = 466 (100%)
R 201 of 466 ~ 43.13%
G 121 of 466 ~ 25.97%
B 144 of 466 ~ 30.9%

%43.13
%25.97
%30.9

CMYK color model

#C97990 color CMYK value is (0,40,28,21).

  • cyan value is 0.00%
  • magenta value is 39.80%
  • yellow value is 28.36%
  • key color value is 21.18%
CMYK:
(0,40,28,21)
C0M40Y28K21 
(0%,40%,28%,21%)
(0.00/0.40/0.28/0.21)	

CMYK percentages

%0
%39.8
%28.36
%21.18

Codes

Color #C97990 in popluar color models

C97990
RGB201121144
HSL343°42.55%63.14%
HSB/HSV343°39.80%78.82%
CMYK0.00%39.80%28.36%
21.18%

Color #C97990 in popluar number systems.

HEXC97990
Decimal201121144
Binary11001001111100110010000
Octal311171220

Shades and tints

Shades of #C97990

#C97990
(201,121,144)
#B76E83
(183,110,131)
#A56376
(165,99,118)
#935869
(147,88,105)
#814D5C
(129,77,92)
#6F424F
(111,66,79)
#5D3742
(93,55,66)
#4B2C35
(75,44,53)
#392128
(57,33,40)
#27161B
(39,22,27)
#150B0E
(21,11,14)
#000000
(0,0,0)

Tints of #C97990

#C97990
(201,121,144)
#CD859A
(205,133,154)
#D191A4
(209,145,164)
#D59DAE
(213,157,174)
#D9A9B8
(217,169,184)
#DDB5C2
(221,181,194)
#E1C1CC
(225,193,204)
#E5CDD6
(229,205,214)
#E9D9E0
(233,217,224)
#EDE5EA
(237,229,234)
#F1F1F4
(241,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97990; }

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

This text font color is #C97990.


Background Color

.myBgColor { background-color: #C97990; }

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

This div background color is #C97990.


Border color

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

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

This div border color is #C97990.


Opacity

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

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

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

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

This text has shadow with #C97990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97990 on black background.


Color preview on white background

This text has color #C97990 on white background.



Black color preview on #C97990 background

This text has black color on #C97990 background.


White color preview on #C97990 background

This text has white color on #C97990 background.