COLOR #C87387

HEX: #C87387
RGB: (200,115,135)

Color info

#C87387 contains mainly red color. Web safe color of #C87387 is #CC6699 (or #C69).

RGB color model

#C87387 color RGB value is (200,115,135).

  • red value is 200;
  • green value is 115;
  • blue value is 135.
RGB:
(200,115,135)
(78%,45%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 115 of 255 = 45%
B 135 of 255 = 53%

200
115
135

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

Portions of RGB colors in percentages

R + G + B =
200 + 115 + 135 = 450 (100%)
R 200 of 450 ~ 44.44%
G 115 of 450 ~ 25.56%
B 135 of 450 ~ 30%

%44.44
%25.56
%30

CMYK color model

#C87387 color CMYK value is (0,43,33,22).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,43,33,22)
C0M43Y33K22 
(0%,43%,33%,22%)
(0.00/0.43/0.33/0.22)	

CMYK percentages

%0
%42.5
%32.5
%21.57

Codes

Color #C87387 in popluar color models

C87387
RGB200115135
HSL346°43.59%61.76%
HSB/HSV346°42.50%78.43%
CMYK0.00%42.50%32.50%
21.57%

Color #C87387 in popluar number systems.

HEXC87387
Decimal200115135
Binary11001000111001110000111
Octal310163207

Shades and tints

Shades of #C87387

#C87387
(200,115,135)
#B6697B
(182,105,123)
#A45F6F
(164,95,111)
#925563
(146,85,99)
#804B57
(128,75,87)
#6E414B
(110,65,75)
#5C373F
(92,55,63)
#4A2D33
(74,45,51)
#382327
(56,35,39)
#26191B
(38,25,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #C87387

#C87387
(200,115,135)
#CD7F91
(205,127,145)
#D28B9B
(210,139,155)
#D797A5
(215,151,165)
#DCA3AF
(220,163,175)
#E1AFB9
(225,175,185)
#E6BBC3
(230,187,195)
#EBC7CD
(235,199,205)
#F0D3D7
(240,211,215)
#F5DFE1
(245,223,225)
#FAEBEB
(250,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87387 color. Also use rgb(200,115,135) instead hex code.

Text Font Color

.myTextColor { color: #C87387; }

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

This text font color is #C87387.


Background Color

.myBgColor { background-color: #C87387; }

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

This div background color is #C87387.


Border color

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

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

This div border color is #C87387.


Opacity

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

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

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

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

This text has shadow with #C87387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87387 on black background.


Color preview on white background

This text has color #C87387 on white background.



Black color preview on #C87387 background

This text has black color on #C87387 background.


White color preview on #C87387 background

This text has white color on #C87387 background.