COLOR #C878A9

HEX: #C878A9
RGB: (200,120,169)

Color info

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

RGB color model

#C878A9 color RGB value is (200,120,169).

  • red value is 200;
  • green value is 120;
  • blue value is 169.
RGB:
(200,120,169)
(78%,47%,66%)

RGB channels and saturation

R 200 of 255 = 78%
G 120 of 255 = 47%
B 169 of 255 = 66%

200
120
169

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

Portions of RGB colors in percentages

R + G + B =
200 + 120 + 169 = 489 (100%)
R 200 of 489 ~ 40.9%
G 120 of 489 ~ 24.54%
B 169 of 489 ~ 34.56%

%40.9
%24.54
%34.56

CMYK color model

#C878A9 color CMYK value is (0,40,16,22).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 15.50%
  • key color value is 21.57%
CMYK:
(0,40,16,22)
C0M40Y16K22 
(0%,40%,16%,22%)
(0.00/0.40/0.16/0.22)	

CMYK percentages

%0
%40
%15.5
%21.57

Codes

Color #C878A9 in popluar color models

C878A9
RGB200120169
HSL323°42.11%62.75%
HSB/HSV323°40.00%78.43%
CMYK0.00%40.00%15.50%
21.57%

Color #C878A9 in popluar number systems.

HEXC878A9
Decimal200120169
Binary11001000111100010101001
Octal310170251

Shades and tints

Shades of #C878A9

#C878A9
(200,120,169)
#B66E9A
(182,110,154)
#A4648B
(164,100,139)
#925A7C
(146,90,124)
#80506D
(128,80,109)
#6E465E
(110,70,94)
#5C3C4F
(92,60,79)
#4A3240
(74,50,64)
#382831
(56,40,49)
#261E22
(38,30,34)
#141413
(20,20,19)
#000000
(0,0,0)

Tints of #C878A9

#C878A9
(200,120,169)
#CD84B0
(205,132,176)
#D290B7
(210,144,183)
#D79CBE
(215,156,190)
#DCA8C5
(220,168,197)
#E1B4CC
(225,180,204)
#E6C0D3
(230,192,211)
#EBCCDA
(235,204,218)
#F0D8E1
(240,216,225)
#F5E4E8
(245,228,232)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C878A9; }

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

This text font color is #C878A9.


Background Color

.myBgColor { background-color: #C878A9; }

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

This div background color is #C878A9.


Border color

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

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

This div border color is #C878A9.


Opacity

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

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

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

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

This text has shadow with #C878A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C878A9 on black background.


Color preview on white background

This text has color #C878A9 on white background.



Black color preview on #C878A9 background

This text has black color on #C878A9 background.


White color preview on #C878A9 background

This text has white color on #C878A9 background.