COLOR #C87888

HEX: #C87888 RGB: (200,120,136)

Color info

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

RGB color model

#C87888 color RGB value is (200,120,136).

RGB: (200,120,136) (78%, 47%, 53%)

RGB channels and saturation

R 200 of 255 = 78%
G 120 of 255 = 47%
B 136 of 255 = 53%

200
120
136

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

Portions of RGB colors in percentages

R + G + B = 200 + 120 + 136 = 456 (100%)
R 200 of 456 ~ 43.86%
G 120 of 456 ~ 26.32%
B 136 of 456 ~ 29.82'%

%43.86
%26.32
%29.82

CMYK color model

#C87888 color CMYK value is (0,40,32,22).

  • cyan value is 0.00%
  • magenta value is 40.00%
  • yellow value is 32.00%
  • key color value is 21.57%

CMYK: (0,40,32,22)
C0M40Y32K22 (0%, 40%, 32%, 22%)
(0.00 / 0.40 / 0.32 / 0.22)

CMYK percentages

%0
%40
%32
%21.57

Codes

Color #C87888 in popluar color models

C8 78 88
RGB 200 120 136
HSL 348° 42.11% 62.75%
HSB/HSV 348° 40.00% 78.43%
CMYK 0.00% 40.00% 32.00%
21.57%

Color #C87888 in popluar number systems.

HEX C8 78 88
Decimal 200 120 136
Binary 11001000 1111000 10001000
Octal 310 170 210

Shades and tints

Shades of #C87888

#C87888
(200,120,136)
#B66E7C
(182,110,124)
#A46470
(164,100,112)
#925A64
(146,90,100)
#805058
(128,80,88)
#6E464C
(110,70,76)
#5C3C40
(92,60,64)
#4A3234
(74,50,52)
#382828
(56,40,40)
#261E1C
(38,30,28)
#141410
(20,20,16)
#000000
(0,0,0)

Tints of #C87888

#C87888
(200,120,136)
#CD8492
(205,132,146)
#D2909C
(210,144,156)
#D79CA6
(215,156,166)
#DCA8B0
(220,168,176)
#E1B4BA
(225,180,186)
#E6C0C4
(230,192,196)
#EBCCCE
(235,204,206)
#F0D8D8
(240,216,216)
#F5E4E2
(245,228,226)
#FAF0EC
(250,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87888; }

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

This text font color is #C87888.

Background Color

.myBgColor { background-color: #C87888; }

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

This div background color is #C87888.

Border color

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

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

This div border color is #C87888.

Opacity

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

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

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

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

This text has shadow with #C87888 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87888.

Preview

Color preview on black background

This text has color #C87888 on black background.


Color preview on white background

This text has color #C87888 on white background.


Black color preview on #C87888 background

This text has black color on #C87888 background.


White color preview on #C87888 background

This text has white color on #C87888 background.


Related colors

Complementary color

Complementary color for #hex is #378777.


I love getcolorcode.com

Triadic colors

1 #88C878 and #7888C8 with #C87888 are triadic colors.

2 #8878C8 and #78C888 with #C87888 are triadic colors.