COLOR #C87488

HEX: #C87488
RGB: (200,116,136)

Color info

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

RGB color model

#C87488 color RGB value is (200,116,136).

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

RGB channels and saturation

R 200 of 255 = 78%
G 116 of 255 = 45%
B 136 of 255 = 53%

200
116
136

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

Portions of RGB colors in percentages

R + G + B =
200 + 116 + 136 = 452 (100%)
R 200 of 452 ~ 44.25%
G 116 of 452 ~ 25.66%
B 136 of 452 ~ 30.09%

%44.25
%25.66
%30.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 42.00%
  • 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
%42
%32
%21.57

Codes

Color #C87488 in popluar color models

C87488
RGB200116136
HSL346°43.30%61.96%
HSB/HSV346°42.00%78.43%
CMYK0.00%42.00%32.00%
21.57%

Color #C87488 in popluar number systems.

HEXC87488
Decimal200116136
Binary11001000111010010001000
Octal310164210

Shades and tints

Shades of #C87488

#C87488
(200,116,136)
#B66A7C
(182,106,124)
#A46070
(164,96,112)
#925664
(146,86,100)
#804C58
(128,76,88)
#6E424C
(110,66,76)
#5C3840
(92,56,64)
#4A2E34
(74,46,52)
#382428
(56,36,40)
#261A1C
(38,26,28)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #C87488

#C87488
(200,116,136)
#CD8092
(205,128,146)
#D28C9C
(210,140,156)
#D798A6
(215,152,166)
#DCA4B0
(220,164,176)
#E1B0BA
(225,176,186)
#E6BCC4
(230,188,196)
#EBC8CE
(235,200,206)
#F0D4D8
(240,212,216)
#F5E0E2
(245,224,226)
#FAECEC
(250,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87488; }

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

This text font color is #C87488.


Background Color

.myBgColor { background-color: #C87488; }

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

This div background color is #C87488.


Border color

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

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

This div border color is #C87488.


Opacity

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

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

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

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

This text has shadow with #C87488 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87488 on black background.


Color preview on white background

This text has color #C87488 on white background.



Black color preview on #C87488 background

This text has black color on #C87488 background.


White color preview on #C87488 background

This text has white color on #C87488 background.