COLOR #C97FA2

HEX: #C97FA2 RGB: (201,127,162)

Color info

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

RGB color model

#C97FA2 color RGB value is (201,127,162).

RGB: (201,127,162) (79%, 50%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 127 of 255 = 50%
B 162 of 255 = 64%

201
127
162

R + G + B ~ 64%. #C97FA2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 127 + 162 = 490 (100%)
R 201 of 490 ~ 41.02%
G 127 of 490 ~ 25.92%
B 162 of 490 ~ 33.06'%

%41.02
%25.92
%33.06

CMYK color model

#C97FA2 color CMYK value is (0,37,19,21).

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

CMYK: (0,37,19,21)
C0M37Y19K21 (0%, 37%, 19%, 21%)
(0.00 / 0.37 / 0.19 / 0.21)

CMYK percentages

%0
%36.82
%19.4
%21.18

Codes

Color #C97FA2 in popluar color models

C9 7F A2
RGB 201 127 162
HSL 332° 40.66% 64.31%
HSB/HSV 332° 36.82% 78.82%
CMYK 0.00% 36.82% 19.40%
21.18%

Color #C97FA2 in popluar number systems.

HEX C9 7F A2
Decimal 201 127 162
Binary 11001001 1111111 10100010
Octal 311 177 242

Shades and tints

Shades of #C97FA2

#C97FA2
(201,127,162)
#B77494
(183,116,148)
#A56986
(165,105,134)
#935E78
(147,94,120)
#81536A
(129,83,106)
#6F485C
(111,72,92)
#5D3D4E
(93,61,78)
#4B3240
(75,50,64)
#392732
(57,39,50)
#271C24
(39,28,36)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C97FA2

#C97FA2
(201,127,162)
#CD8AAA
(205,138,170)
#D195B2
(209,149,178)
#D5A0BA
(213,160,186)
#D9ABC2
(217,171,194)
#DDB6CA
(221,182,202)
#E1C1D2
(225,193,210)
#E5CCDA
(229,204,218)
#E9D7E2
(233,215,226)
#EDE2EA
(237,226,234)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C97FA2; }

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

This text font color is #C97FA2.

Background Color

.myBgColor { background-color: #C97FA2; }

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

This div background color is #C97FA2.

Border color

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

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

This div border color is #C97FA2.

Opacity

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

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

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

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

This text has shadow with #C97FA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C97FA2.

Preview

Color preview on black background

This text has color #C97FA2 on black background.


Color preview on white background

This text has color #C97FA2 on white background.


Black color preview on #C97FA2 background

This text has black color on #C97FA2 background.


White color preview on #C97FA2 background

This text has white color on #C97FA2 background.


Related colors

Complementary color

Complementary color for #hex is #36805D.


I love getcolorcode.com

Triadic colors

1 #A2C97F and #7FA2C9 with #C97FA2 are triadic colors.

2 #A27FC9 and #7FC9A2 with #C97FA2 are triadic colors.