COLOR #C84877

HEX: #C84877
RGB: (200,72,119)

Color info

#C84877 contains mainly red color. Web safe color of #C84877 is #CC3366 (or #C36).

RGB color model

#C84877 color RGB value is (200,72,119).

  • red value is 200;
  • green value is 72;
  • blue value is 119.
RGB:
(200,72,119)
(78%,28%,47%)

RGB channels and saturation

R 200 of 255 = 78%
G 72 of 255 = 28%
B 119 of 255 = 47%

200
72
119

R + G + B ~ 51%. #C84877 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 72 + 119 = 391 (100%)
R 200 of 391 ~ 51.15%
G 72 of 391 ~ 18.41%
B 119 of 391 ~ 30.43%

%51.15
%18.41
%30.43

CMYK color model

#C84877 color CMYK value is (0,64,41,22).

  • cyan value is 0.00%
  • magenta value is 64.00%
  • yellow value is 40.50%
  • key color value is 21.57%
CMYK:
(0,64,41,22)
C0M64Y41K22 
(0%,64%,41%,22%)
(0.00/0.64/0.41/0.22)	

CMYK percentages

%0
%64
%40.5
%21.57

Codes

Color #C84877 in popluar color models

C84877
RGB20072119
HSL338°53.78%53.33%
HSB/HSV338°64.00%78.43%
CMYK0.00%64.00%40.50%
21.57%

Color #C84877 in popluar number systems.

HEXC84877
Decimal20072119
Binary1100100010010001110111
Octal310110167

Shades and tints

Shades of #C84877

#C84877
(200,72,119)
#B6426D
(182,66,109)
#A43C63
(164,60,99)
#923659
(146,54,89)
#80304F
(128,48,79)
#6E2A45
(110,42,69)
#5C243B
(92,36,59)
#4A1E31
(74,30,49)
#381827
(56,24,39)
#26121D
(38,18,29)
#140C13
(20,12,19)
#000000
(0,0,0)

Tints of #C84877

#C84877
(200,72,119)
#CD5883
(205,88,131)
#D2688F
(210,104,143)
#D7789B
(215,120,155)
#DC88A7
(220,136,167)
#E198B3
(225,152,179)
#E6A8BF
(230,168,191)
#EBB8CB
(235,184,203)
#F0C8D7
(240,200,215)
#F5D8E3
(245,216,227)
#FAE8EF
(250,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C84877; }

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

This text font color is #C84877.


Background Color

.myBgColor { background-color: #C84877; }

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

This div background color is #C84877.


Border color

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

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

This div border color is #C84877.


Opacity

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

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

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

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

This text has shadow with #C84877 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C84877 on black background.


Color preview on white background

This text has color #C84877 on white background.



Black color preview on #C84877 background

This text has black color on #C84877 background.


White color preview on #C84877 background

This text has white color on #C84877 background.