COLOR #C877B5

HEX: #C877B5 RGB: (200,119,181)

Color info

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

RGB color model

#C877B5 color RGB value is (200,119,181).

RGB: (200,119,181) (78%, 47%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 181 of 255 = 71%

200
119
181

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

Portions of RGB colors in percentages

R + G + B = 200 + 119 + 181 = 500 (100%)
R 200 of 500 ~ 40%
G 119 of 500 ~ 23.8%
B 181 of 500 ~ 36.2'%

%40
%23.8
%36.2

CMYK color model

#C877B5 color CMYK value is (0,41,10,22).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 9.50%
  • key color value is 21.57%

CMYK: (0,41,10,22)
C0M41Y10K22 (0%, 41%, 10%, 22%)
(0.00 / 0.41 / 0.10 / 0.22)

CMYK percentages

%0
%40.5
%9.5
%21.57

Codes

Color #C877B5 in popluar color models

C8 77 B5
RGB 200 119 181
HSL 314° 42.41% 62.55%
HSB/HSV 314° 40.50% 78.43%
CMYK 0.00% 40.50% 9.50%
21.57%

Color #C877B5 in popluar number systems.

HEX C8 77 B5
Decimal 200 119 181
Binary 11001000 1110111 10110101
Octal 310 167 265

Shades and tints

Shades of #C877B5

#C877B5
(200,119,181)
#B66DA5
(182,109,165)
#A46395
(164,99,149)
#925985
(146,89,133)
#804F75
(128,79,117)
#6E4565
(110,69,101)
#5C3B55
(92,59,85)
#4A3145
(74,49,69)
#382735
(56,39,53)
#261D25
(38,29,37)
#141315
(20,19,21)
#000000
(0,0,0)

Tints of #C877B5

#C877B5
(200,119,181)
#CD83BB
(205,131,187)
#D28FC1
(210,143,193)
#D79BC7
(215,155,199)
#DCA7CD
(220,167,205)
#E1B3D3
(225,179,211)
#E6BFD9
(230,191,217)
#EBCBDF
(235,203,223)
#F0D7E5
(240,215,229)
#F5E3EB
(245,227,235)
#FAEFF1
(250,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C877B5 color. Also use rgb(200,119,181) instead hex code.

Text Font Color

.myTextColor { color: #C877B5; }

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

This text font color is #C877B5.

Background Color

.myBgColor { background-color: #C877B5; }

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

This div background color is #C877B5.

Border color

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

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

This div border color is #C877B5.

Opacity

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

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

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

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

This text has shadow with #C877B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C877B5.

Preview

Color preview on black background

This text has color #C877B5 on black background.


Color preview on white background

This text has color #C877B5 on white background.


Black color preview on #C877B5 background

This text has black color on #C877B5 background.


White color preview on #C877B5 background

This text has white color on #C877B5 background.


Related colors

Complementary color

Complementary color for #hex is #37884A.


I love getcolorcode.com

Triadic colors

1 #B5C877 and #77B5C8 with #C877B5 are triadic colors.

2 #B577C8 and #77C8B5 with #C877B5 are triadic colors.