COLOR #C87588

HEX: #C87588
RGB: (200,117,136)

Color info

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

RGB color model

#C87588 color RGB value is (200,117,136).

  • red value is 200;
  • green value is 117;
  • blue value is 136.
RGB:
(200,117,136)
(78%,46%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 117 of 255 = 46%
B 136 of 255 = 53%

200
117
136

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

Portions of RGB colors in percentages

R + G + B =
200 + 117 + 136 = 453 (100%)
R 200 of 453 ~ 44.15%
G 117 of 453 ~ 25.83%
B 136 of 453 ~ 30.02%

%44.15
%25.83
%30.02

CMYK color model

#C87588 color CMYK value is (0,42,32,22).

  • cyan value is 0.00%
  • magenta value is 41.50%
  • yellow value is 32.00%
  • key color value is 21.57%
CMYK:
(0,42,32,22)
C0M42Y32K22 
(0%,42%,32%,22%)
(0.00/0.42/0.32/0.22)	

CMYK percentages

%0
%41.5
%32
%21.57

Codes

Color #C87588 in popluar color models

C87588
RGB200117136
HSL346°43.01%62.16%
HSB/HSV346°41.50%78.43%
CMYK0.00%41.50%32.00%
21.57%

Color #C87588 in popluar number systems.

HEXC87588
Decimal200117136
Binary11001000111010110001000
Octal310165210

Shades and tints

Shades of #C87588

#C87588
(200,117,136)
#B66B7C
(182,107,124)
#A46170
(164,97,112)
#925764
(146,87,100)
#804D58
(128,77,88)
#6E434C
(110,67,76)
#5C3940
(92,57,64)
#4A2F34
(74,47,52)
#382528
(56,37,40)
#261B1C
(38,27,28)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #C87588

#C87588
(200,117,136)
#CD8192
(205,129,146)
#D28D9C
(210,141,156)
#D799A6
(215,153,166)
#DCA5B0
(220,165,176)
#E1B1BA
(225,177,186)
#E6BDC4
(230,189,196)
#EBC9CE
(235,201,206)
#F0D5D8
(240,213,216)
#F5E1E2
(245,225,226)
#FAEDEC
(250,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87588 color. Also use rgb(200,117,136) instead hex code.

Text Font Color

.myTextColor { color: #C87588; }

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

This text font color is #C87588.


Background Color

.myBgColor { background-color: #C87588; }

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

This div background color is #C87588.


Border color

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

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

This div border color is #C87588.


Opacity

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

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

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

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

This text has shadow with #C87588 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87588 on black background.


Color preview on white background

This text has color #C87588 on white background.



Black color preview on #C87588 background

This text has black color on #C87588 background.


White color preview on #C87588 background

This text has white color on #C87588 background.