COLOR #C87E71

HEX: #C87E71
RGB: (200,126,113)

Color info

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

RGB color model

#C87E71 color RGB value is (200,126,113).

  • red value is 200;
  • green value is 126;
  • blue value is 113.
RGB:
(200,126,113)
(78%,49%,44%)

RGB channels and saturation

R 200 of 255 = 78%
G 126 of 255 = 49%
B 113 of 255 = 44%

200
126
113

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

Portions of RGB colors in percentages

R + G + B =
200 + 126 + 113 = 439 (100%)
R 200 of 439 ~ 45.56%
G 126 of 439 ~ 28.7%
B 113 of 439 ~ 25.74%

%45.56
%28.7
%25.74

CMYK color model

#C87E71 color CMYK value is (0,37,44,22).

  • cyan value is 0.00%
  • magenta value is 37.00%
  • yellow value is 43.50%
  • key color value is 21.57%
CMYK:
(0,37,44,22)
C0M37Y44K22 
(0%,37%,44%,22%)
(0.00/0.37/0.44/0.22)	

CMYK percentages

%0
%37
%43.5
%21.57

Codes

Color #C87E71 in popluar color models

C87E71
RGB200126113
HSL44.16%61.37%
HSB/HSV43.50%78.43%
CMYK0.00%37.00%43.50%
21.57%

Color #C87E71 in popluar number systems.

HEXC87E71
Decimal200126113
Binary1100100011111101110001
Octal310176161

Shades and tints

Shades of #C87E71

#C87E71
(200,126,113)
#B67367
(182,115,103)
#A4685D
(164,104,93)
#925D53
(146,93,83)
#805249
(128,82,73)
#6E473F
(110,71,63)
#5C3C35
(92,60,53)
#4A312B
(74,49,43)
#382621
(56,38,33)
#261B17
(38,27,23)
#14100D
(20,16,13)
#000000
(0,0,0)

Tints of #C87E71

#C87E71
(200,126,113)
#CD897D
(205,137,125)
#D29489
(210,148,137)
#D79F95
(215,159,149)
#DCAAA1
(220,170,161)
#E1B5AD
(225,181,173)
#E6C0B9
(230,192,185)
#EBCBC5
(235,203,197)
#F0D6D1
(240,214,209)
#F5E1DD
(245,225,221)
#FAECE9
(250,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87E71 color. Also use rgb(200,126,113) instead hex code.

Text Font Color

.myTextColor { color: #C87E71; }

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

This text font color is #C87E71.


Background Color

.myBgColor { background-color: #C87E71; }

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

This div background color is #C87E71.


Border color

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

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

This div border color is #C87E71.


Opacity

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

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

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

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

This text has shadow with #C87E71 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87E71 on black background.


Color preview on white background

This text has color #C87E71 on white background.



Black color preview on #C87E71 background

This text has black color on #C87E71 background.


White color preview on #C87E71 background

This text has white color on #C87E71 background.