COLOR #C876B8

HEX: #C876B8 RGB: (200,118,184)

Color info

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

RGB color model

#C876B8 color RGB value is (200,118,184).

RGB: (200,118,184) (78%, 46%, 72%)

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 184 of 255 = 72%

200
118
184

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

Portions of RGB colors in percentages

R + G + B = 200 + 118 + 184 = 502 (100%)
R 200 of 502 ~ 39.84%
G 118 of 502 ~ 23.51%
B 184 of 502 ~ 36.65'%

%39.84
%23.51
%36.65

CMYK color model

#C876B8 color CMYK value is (0,41,8,22).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 8.00%
  • key color value is 21.57%

CMYK: (0,41,8,22)
C0M41Y8K22 (0%, 41%, 8%, 22%)
(0.00 / 0.41 / 0.08 / 0.22)

CMYK percentages

%0
%41
%8
%21.57

Codes

Color #C876B8 in popluar color models

C8 76 B8
RGB 200 118 184
HSL 312° 42.71% 62.35%
HSB/HSV 312° 41.00% 78.43%
CMYK 0.00% 41.00% 8.00%
21.57%

Color #C876B8 in popluar number systems.

HEX C8 76 B8
Decimal 200 118 184
Binary 11001000 1110110 10111000
Octal 310 166 270

Shades and tints

Shades of #C876B8

#C876B8
(200,118,184)
#B66CA8
(182,108,168)
#A46298
(164,98,152)
#925888
(146,88,136)
#804E78
(128,78,120)
#6E4468
(110,68,104)
#5C3A58
(92,58,88)
#4A3048
(74,48,72)
#382638
(56,38,56)
#261C28
(38,28,40)
#141218
(20,18,24)
#000000
(0,0,0)

Tints of #C876B8

#C876B8
(200,118,184)
#CD82BE
(205,130,190)
#D28EC4
(210,142,196)
#D79ACA
(215,154,202)
#DCA6D0
(220,166,208)
#E1B2D6
(225,178,214)
#E6BEDC
(230,190,220)
#EBCAE2
(235,202,226)
#F0D6E8
(240,214,232)
#F5E2EE
(245,226,238)
#FAEEF4
(250,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C876B8 color. Also use rgb(200,118,184) instead hex code.

Text Font Color

.myTextColor { color: #C876B8; }

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

This text font color is #C876B8.

Background Color

.myBgColor { background-color: #C876B8; }

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

This div background color is #C876B8.

Border color

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

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

This div border color is #C876B8.

Opacity

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

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

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

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

This text has shadow with #C876B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C876B8.

Preview

Color preview on black background

This text has color #C876B8 on black background.


Color preview on white background

This text has color #C876B8 on white background.


Black color preview on #C876B8 background

This text has black color on #C876B8 background.


White color preview on #C876B8 background

This text has white color on #C876B8 background.


Related colors

Complementary color

Complementary color for #hex is #378947.


I love getcolorcode.com

Triadic colors

1 #B8C876 and #76B8C8 with #C876B8 are triadic colors.

2 #B876C8 and #76C8B8 with #C876B8 are triadic colors.