COLOR #C976B6

HEX: #C976B6 RGB: (201,118,182)

Color info

#C976B6 contains mainly red and blue colors. Web safe color of #C976B6 is #CC66CC (or #C6C).

RGB color model

#C976B6 color RGB value is (201,118,182).

RGB: (201,118,182) (79%, 46%, 71%)

RGB channels and saturation

R 201 of 255 = 79%
G 118 of 255 = 46%
B 182 of 255 = 71%

201
118
182

R + G + B ~ 65%. #C976B6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 118 + 182 = 501 (100%)
R 201 of 501 ~ 40.12%
G 118 of 501 ~ 23.55%
B 182 of 501 ~ 36.33'%

%40.12
%23.55
%36.33

CMYK color model

#C976B6 color CMYK value is (0,41,9,21).

  • cyan value is 0.00%
  • magenta value is 41.29%
  • yellow value is 9.45%
  • key color value is 21.18%

CMYK: (0,41,9,21)
C0M41Y9K21 (0%, 41%, 9%, 21%)
(0.00 / 0.41 / 0.09 / 0.21)

CMYK percentages

%0
%41.29
%9.45
%21.18

Codes

Color #C976B6 in popluar color models

C9 76 B6
RGB 201 118 182
HSL 314° 43.46% 62.55%
HSB/HSV 314° 41.29% 78.82%
CMYK 0.00% 41.29% 9.45%
21.18%

Color #C976B6 in popluar number systems.

HEX C9 76 B6
Decimal 201 118 182
Binary 11001001 1110110 10110110
Octal 311 166 266

Shades and tints

Shades of #C976B6

#C976B6
(201,118,182)
#B76CA6
(183,108,166)
#A56296
(165,98,150)
#935886
(147,88,134)
#814E76
(129,78,118)
#6F4466
(111,68,102)
#5D3A56
(93,58,86)
#4B3046
(75,48,70)
#392636
(57,38,54)
#271C26
(39,28,38)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #C976B6

#C976B6
(201,118,182)
#CD82BC
(205,130,188)
#D18EC2
(209,142,194)
#D59AC8
(213,154,200)
#D9A6CE
(217,166,206)
#DDB2D4
(221,178,212)
#E1BEDA
(225,190,218)
#E5CAE0
(229,202,224)
#E9D6E6
(233,214,230)
#EDE2EC
(237,226,236)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C976B6 color. Also use rgb(201,118,182) instead hex code.

Text Font Color

.myTextColor { color: #C976B6; }

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

This text font color is #C976B6.

Background Color

.myBgColor { background-color: #C976B6; }

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

This div background color is #C976B6.

Border color

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

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

This div border color is #C976B6.

Opacity

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

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

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

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

This text has shadow with #C976B6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C976B6.

Preview

Color preview on black background

This text has color #C976B6 on black background.


Color preview on white background

This text has color #C976B6 on white background.


Black color preview on #C976B6 background

This text has black color on #C976B6 background.


White color preview on #C976B6 background

This text has white color on #C976B6 background.


Related colors

Complementary color

Complementary color for #hex is #368949.


I love getcolorcode.com

Triadic colors

1 #B6C976 and #76B6C9 with #C976B6 are triadic colors.

2 #B676C9 and #76C9B6 with #C976B6 are triadic colors.