COLOR #C977A6

HEX: #C977A6 RGB: (201,119,166)

Color info

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

RGB color model

#C977A6 color RGB value is (201,119,166).

RGB: (201,119,166) (79%, 47%, 65%)

RGB channels and saturation

R 201 of 255 = 79%
G 119 of 255 = 47%
B 166 of 255 = 65%

201
119
166

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

Portions of RGB colors in percentages

R + G + B = 201 + 119 + 166 = 486 (100%)
R 201 of 486 ~ 41.36%
G 119 of 486 ~ 24.49%
B 166 of 486 ~ 34.16'%

%41.36
%24.49
%34.16

CMYK color model

#C977A6 color CMYK value is (0,41,17,21).

  • cyan value is 0.00%
  • magenta value is 40.80%
  • yellow value is 17.41%
  • key color value is 21.18%
CMYK: (0,41,17,21) C0M41Y17K21 (0%,41%,17%,21%) (0.00/0.41/0.17/0.21) 

CMYK percentages

%0
%40.8
%17.41
%21.18

Codes

Color #C977A6 in popluar color models

C9 77 A6
RGB 201 119 166
HSL 326° 43.16% 62.75%
HSB/HSV 326° 40.80% 78.82%
CMYK 0.00% 40.80% 17.41%
21.18%

Color #C977A6 in popluar number systems.

HEX C9 77 A6
Decimal 201 119 166
Binary 11001001 1110111 10100110
Octal 311 167 246

Shades and tints

Shades of #C977A6

#C977A6
(201,119,166)
#B76D97
(183,109,151)
#A56388
(165,99,136)
#935979
(147,89,121)
#814F6A
(129,79,106)
#6F455B
(111,69,91)
#5D3B4C
(93,59,76)
#4B313D
(75,49,61)
#39272E
(57,39,46)
#271D1F
(39,29,31)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C977A6

#C977A6
(201,119,166)
#CD83AE
(205,131,174)
#D18FB6
(209,143,182)
#D59BBE
(213,155,190)
#D9A7C6
(217,167,198)
#DDB3CE
(221,179,206)
#E1BFD6
(225,191,214)
#E5CBDE
(229,203,222)
#E9D7E6
(233,215,230)
#EDE3EE
(237,227,238)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C977A6 color. Also use rgb(201,119,166) instead hex code.

Text Font Color

.myTextColor { color: #C977A6; }

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

This text font color is #C977A6.

Background Color

.myBgColor { background-color: #C977A6; }

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

This div background color is #C977A6.

Border color

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

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

This div border color is #C977A6.

Opacity

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

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

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

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

This text has shadow with #C977A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C977A6.

Preview

Color preview on black background

This text has color #C977A6 on black background.


Color preview on white background

This text has color #C977A6 on white background.


Black color preview on #C977A6 background

This text has black color on #C977A6 background.


White color preview on #C977A6 background

This text has white color on #C977A6 background.


Related colors

Complementary color

Complementary color for #hex is #368859.


I love getcolorcode.com

Triadic colors

1 #A6C977 and #77A6C9 with #C977A6 are triadic colors.

2 #A677C9 and #77C9A6 with #C977A6 are triadic colors.