COLOR #C87790

HEX: #C87790 RGB: (200,119,144)

Color info

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

RGB color model

#C87790 color RGB value is (200,119,144).

RGB: (200,119,144) (78%, 47%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 119 of 255 = 47%
B 144 of 255 = 56%

200
119
144

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

Portions of RGB colors in percentages

R + G + B = 200 + 119 + 144 = 463 (100%)
R 200 of 463 ~ 43.2%
G 119 of 463 ~ 25.7%
B 144 of 463 ~ 31.1'%

%43.2
%25.7
%31.1

CMYK color model

#C87790 color CMYK value is (0,41,28,22).

  • cyan value is 0.00%
  • magenta value is 40.50%
  • yellow value is 28.00%
  • key color value is 21.57%
CMYK: (0,41,28,22) C0M41Y28K22 (0%,41%,28%,22%) (0.00/0.41/0.28/0.22) 

CMYK percentages

%0
%40.5
%28
%21.57

Codes

Color #C87790 in popluar color models

C8 77 90
RGB 200 119 144
HSL 341° 42.41% 62.55%
HSB/HSV 341° 40.50% 78.43%
CMYK 0.00% 40.50% 28.00%
21.57%

Color #C87790 in popluar number systems.

HEX C8 77 90
Decimal 200 119 144
Binary 11001000 1110111 10010000
Octal 310 167 220

Shades and tints

Shades of #C87790

#C87790
(200,119,144)
#B66D83
(182,109,131)
#A46376
(164,99,118)
#925969
(146,89,105)
#804F5C
(128,79,92)
#6E454F
(110,69,79)
#5C3B42
(92,59,66)
#4A3135
(74,49,53)
#382728
(56,39,40)
#261D1B
(38,29,27)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C87790

#C87790
(200,119,144)
#CD839A
(205,131,154)
#D28FA4
(210,143,164)
#D79BAE
(215,155,174)
#DCA7B8
(220,167,184)
#E1B3C2
(225,179,194)
#E6BFCC
(230,191,204)
#EBCBD6
(235,203,214)
#F0D7E0
(240,215,224)
#F5E3EA
(245,227,234)
#FAEFF4
(250,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87790 color. Also use rgb(200,119,144) instead hex code.

Text Font Color

.myTextColor { color: #C87790; }

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

This text font color is #C87790.

Background Color

.myBgColor { background-color: #C87790; }

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

This div background color is #C87790.

Border color

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

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

This div border color is #C87790.

Opacity

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

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

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

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

This text has shadow with #C87790 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87790.

Preview

Color preview on black background

This text has color #C87790 on black background.


Color preview on white background

This text has color #C87790 on white background.


Black color preview on #C87790 background

This text has black color on #C87790 background.


White color preview on #C87790 background

This text has white color on #C87790 background.


Related colors

Complementary color

Complementary color for #hex is #37886F.


I love getcolorcode.com

Triadic colors

1 #90C877 and #7790C8 with #C87790 are triadic colors.

2 #9077C8 and #77C890 with #C87790 are triadic colors.