COLOR #C87B91

HEX: #C87B91 RGB: (200,123,145)

Color info

#C87B91 contains mainly red and blue colors. Web safe color of #C87B91 is #CC6699 (or #C69).

RGB color model

#C87B91 color RGB value is (200,123,145).

RGB: (200,123,145) (78%, 48%, 57%)

RGB channels and saturation

R 200 of 255 = 78%
G 123 of 255 = 48%
B 145 of 255 = 57%

200
123
145

R + G + B ~ 61%. #C87B91 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 123 + 145 = 468 (100%)
R 200 of 468 ~ 42.74%
G 123 of 468 ~ 26.28%
B 145 of 468 ~ 30.98'%

%42.74
%26.28
%30.98

CMYK color model

#C87B91 color CMYK value is (0,39,28,22).

  • cyan value is 0.00%
  • magenta value is 38.50%
  • yellow value is 27.50%
  • key color value is 21.57%

CMYK: (0,39,28,22)
C0M39Y28K22 (0%, 39%, 28%, 22%)
(0.00 / 0.39 / 0.28 / 0.22)

CMYK percentages

%0
%38.5
%27.5
%21.57

Codes

Color #C87B91 in popluar color models

C8 7B 91
RGB 200 123 145
HSL 343° 41.18% 63.33%
HSB/HSV 343° 38.50% 78.43%
CMYK 0.00% 38.50% 27.50%
21.57%

Color #C87B91 in popluar number systems.

HEX C8 7B 91
Decimal 200 123 145
Binary 11001000 1111011 10010001
Octal 310 173 221

Shades and tints

Shades of #C87B91

#C87B91
(200,123,145)
#B67084
(182,112,132)
#A46577
(164,101,119)
#925A6A
(146,90,106)
#804F5D
(128,79,93)
#6E4450
(110,68,80)
#5C3943
(92,57,67)
#4A2E36
(74,46,54)
#382329
(56,35,41)
#26181C
(38,24,28)
#140D0F
(20,13,15)
#000000
(0,0,0)

Tints of #C87B91

#C87B91
(200,123,145)
#CD879B
(205,135,155)
#D293A5
(210,147,165)
#D79FAF
(215,159,175)
#DCABB9
(220,171,185)
#E1B7C3
(225,183,195)
#E6C3CD
(230,195,205)
#EBCFD7
(235,207,215)
#F0DBE1
(240,219,225)
#F5E7EB
(245,231,235)
#FAF3F5
(250,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87B91 color. Also use rgb(200,123,145) instead hex code.

Text Font Color

.myTextColor { color: #C87B91; }

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

This text font color is #C87B91.

Background Color

.myBgColor { background-color: #C87B91; }

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

This div background color is #C87B91.

Border color

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

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

This div border color is #C87B91.

Opacity

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

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

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

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

This text has shadow with #C87B91 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87B91.

Preview

Color preview on black background

This text has color #C87B91 on black background.


Color preview on white background

This text has color #C87B91 on white background.


Black color preview on #C87B91 background

This text has black color on #C87B91 background.


White color preview on #C87B91 background

This text has white color on #C87B91 background.


Related colors

Complementary color

Complementary color for #hex is #37846E.


I love getcolorcode.com

Triadic colors

1 #91C87B and #7B91C8 with #C87B91 are triadic colors.

2 #917BC8 and #7BC891 with #C87B91 are triadic colors.