COLOR #C8587C

HEX: #C8587C
RGB: (200,88,124)

Color info

#C8587C contains mainly red color. Web safe color of #C8587C is #CC6666 (or #C66).

RGB color model

#C8587C color RGB value is (200,88,124).

  • red value is 200;
  • green value is 88;
  • blue value is 124.
RGB:
(200,88,124)
(78%,35%,49%)

RGB channels and saturation

R 200 of 255 = 78%
G 88 of 255 = 35%
B 124 of 255 = 49%

200
88
124

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

Portions of RGB colors in percentages

R + G + B =
200 + 88 + 124 = 412 (100%)
R 200 of 412 ~ 48.54%
G 88 of 412 ~ 21.36%
B 124 of 412 ~ 30.1%

%48.54
%21.36
%30.1

CMYK color model

#C8587C color CMYK value is (0,56,38,22).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 38.00%
  • key color value is 21.57%
CMYK:
(0,56,38,22)
C0M56Y38K22 
(0%,56%,38%,22%)
(0.00/0.56/0.38/0.22)	

CMYK percentages

%0
%56
%38
%21.57

Codes

Color #C8587C in popluar color models

C8587C
RGB20088124
HSL341°50.45%56.47%
HSB/HSV341°56.00%78.43%
CMYK0.00%56.00%38.00%
21.57%

Color #C8587C in popluar number systems.

HEXC8587C
Decimal20088124
Binary1100100010110001111100
Octal310130174

Shades and tints

Shades of #C8587C

#C8587C
(200,88,124)
#B65071
(182,80,113)
#A44866
(164,72,102)
#92405B
(146,64,91)
#803850
(128,56,80)
#6E3045
(110,48,69)
#5C283A
(92,40,58)
#4A202F
(74,32,47)
#381824
(56,24,36)
#261019
(38,16,25)
#14080E
(20,8,14)
#000000
(0,0,0)

Tints of #C8587C

#C8587C
(200,88,124)
#CD6787
(205,103,135)
#D27692
(210,118,146)
#D7859D
(215,133,157)
#DC94A8
(220,148,168)
#E1A3B3
(225,163,179)
#E6B2BE
(230,178,190)
#EBC1C9
(235,193,201)
#F0D0D4
(240,208,212)
#F5DFDF
(245,223,223)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8587C color. Also use rgb(200,88,124) instead hex code.

Text Font Color

.myTextColor { color: #C8587C; }

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

This text font color is #C8587C.


Background Color

.myBgColor { background-color: #C8587C; }

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

This div background color is #C8587C.


Border color

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

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

This div border color is #C8587C.


Opacity

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

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

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

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

This text has shadow with #C8587C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8587C on black background.


Color preview on white background

This text has color #C8587C on white background.



Black color preview on #C8587C background

This text has black color on #C8587C background.


White color preview on #C8587C background

This text has white color on #C8587C background.