COLOR #C878B4

HEX: #C878B4 RGB: (200,120,180)

Color info

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

RGB color model

#C878B4 color RGB value is (200,120,180).

RGB: (200,120,180) (78%, 47%, 71%)

RGB channels and saturation

R 200 of 255 = 78%
G 120 of 255 = 47%
B 180 of 255 = 71%

200
120
180

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

Portions of RGB colors in percentages

R + G + B = 200 + 120 + 180 = 500 (100%)
R 200 of 500 ~ 40%
G 120 of 500 ~ 24%
B 180 of 500 ~ 36'%

%40
%24
%36

CMYK color model

#C878B4 color CMYK value is (0,40,10,22).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 10.00%
  • key color value is 21.57%

CMYK: (0,40,10,22)
C0M40Y10K22 (0%, 40%, 10%, 22%)
(0.00 / 0.40 / 0.10 / 0.22)

CMYK percentages

%0
%40
%10
%21.57

Codes

Color #C878B4 in popluar color models

C8 78 B4
RGB 200 120 180
HSL 315° 42.11% 62.75%
HSB/HSV 315° 40.00% 78.43%
CMYK 0.00% 40.00% 10.00%
21.57%

Color #C878B4 in popluar number systems.

HEX C8 78 B4
Decimal 200 120 180
Binary 11001000 1111000 10110100
Octal 310 170 264

Shades and tints

Shades of #C878B4

#C878B4
(200,120,180)
#B66EA4
(182,110,164)
#A46494
(164,100,148)
#925A84
(146,90,132)
#805074
(128,80,116)
#6E4664
(110,70,100)
#5C3C54
(92,60,84)
#4A3244
(74,50,68)
#382834
(56,40,52)
#261E24
(38,30,36)
#141414
(20,20,20)
#000000
(0,0,0)

Tints of #C878B4

#C878B4
(200,120,180)
#CD84BA
(205,132,186)
#D290C0
(210,144,192)
#D79CC6
(215,156,198)
#DCA8CC
(220,168,204)
#E1B4D2
(225,180,210)
#E6C0D8
(230,192,216)
#EBCCDE
(235,204,222)
#F0D8E4
(240,216,228)
#F5E4EA
(245,228,234)
#FAF0F0
(250,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C878B4 color. Also use rgb(200,120,180) instead hex code.

Text Font Color

.myTextColor { color: #C878B4; }

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

This text font color is #C878B4.

Background Color

.myBgColor { background-color: #C878B4; }

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

This div background color is #C878B4.

Border color

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

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

This div border color is #C878B4.

Opacity

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

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

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

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

This text has shadow with #C878B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C878B4.

Preview

Color preview on black background

This text has color #C878B4 on black background.


Color preview on white background

This text has color #C878B4 on white background.


Black color preview on #C878B4 background

This text has black color on #C878B4 background.


White color preview on #C878B4 background

This text has white color on #C878B4 background.


Related colors

Complementary color

Complementary color for #hex is #37874B.


I love getcolorcode.com

Triadic colors

1 #B4C878 and #78B4C8 with #C878B4 are triadic colors.

2 #B478C8 and #78C8B4 with #C878B4 are triadic colors.