COLOR #C87493

HEX: #C87493
RGB: (200,116,147)

Color info

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

RGB color model

#C87493 color RGB value is (200,116,147).

  • red value is 200;
  • green value is 116;
  • blue value is 147.
RGB:
(200,116,147)
(78%,45%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 116 of 255 = 45%
B 147 of 255 = 58%

200
116
147

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

Portions of RGB colors in percentages

R + G + B =
200 + 116 + 147 = 463 (100%)
R 200 of 463 ~ 43.2%
G 116 of 463 ~ 25.05%
B 147 of 463 ~ 31.75%

%43.2
%25.05
%31.75

CMYK color model

#C87493 color CMYK value is (0,42,27,22).

  • cyan value is 0.00%
  • magenta value is 42.00%
  • yellow value is 26.50%
  • key color value is 21.57%
CMYK:
(0,42,27,22)
C0M42Y27K22 
(0%,42%,27%,22%)
(0.00/0.42/0.27/0.22)	

CMYK percentages

%0
%42
%26.5
%21.57

Codes

Color #C87493 in popluar color models

C87493
RGB200116147
HSL338°43.30%61.96%
HSB/HSV338°42.00%78.43%
CMYK0.00%42.00%26.50%
21.57%

Color #C87493 in popluar number systems.

HEXC87493
Decimal200116147
Binary11001000111010010010011
Octal310164223

Shades and tints

Shades of #C87493

#C87493
(200,116,147)
#B66A86
(182,106,134)
#A46079
(164,96,121)
#92566C
(146,86,108)
#804C5F
(128,76,95)
#6E4252
(110,66,82)
#5C3845
(92,56,69)
#4A2E38
(74,46,56)
#38242B
(56,36,43)
#261A1E
(38,26,30)
#141011
(20,16,17)
#000000
(0,0,0)

Tints of #C87493

#C87493
(200,116,147)
#CD809C
(205,128,156)
#D28CA5
(210,140,165)
#D798AE
(215,152,174)
#DCA4B7
(220,164,183)
#E1B0C0
(225,176,192)
#E6BCC9
(230,188,201)
#EBC8D2
(235,200,210)
#F0D4DB
(240,212,219)
#F5E0E4
(245,224,228)
#FAECED
(250,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87493 color. Also use rgb(200,116,147) instead hex code.

Text Font Color

.myTextColor { color: #C87493; }

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

This text font color is #C87493.


Background Color

.myBgColor { background-color: #C87493; }

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

This div background color is #C87493.


Border color

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

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

This div border color is #C87493.


Opacity

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

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

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

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

This text has shadow with #C87493 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87493 on black background.


Color preview on white background

This text has color #C87493 on white background.



Black color preview on #C87493 background

This text has black color on #C87493 background.


White color preview on #C87493 background

This text has white color on #C87493 background.