COLOR #C87F55

HEX: #C87F55
RGB: (200,127,85)

Color info

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

RGB color model

#C87F55 color RGB value is (200,127,85).

  • red value is 200;
  • green value is 127;
  • blue value is 85.
RGB:
(200,127,85)
(78%,50%,33%)

RGB channels and saturation

R 200 of 255 = 78%
G 127 of 255 = 50%
B 85 of 255 = 33%

200
127
85

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

Portions of RGB colors in percentages

R + G + B =
200 + 127 + 85 = 412 (100%)
R 200 of 412 ~ 48.54%
G 127 of 412 ~ 30.83%
B 85 of 412 ~ 20.63%

%48.54
%30.83
%20.63

CMYK color model

#C87F55 color CMYK value is (0,37,58,22).

  • cyan value is 0.00%
  • magenta value is 36.50%
  • yellow value is 57.50%
  • key color value is 21.57%
CMYK:
(0,37,58,22)
C0M37Y58K22 
(0%,37%,58%,22%)
(0.00/0.37/0.58/0.22)	

CMYK percentages

%0
%36.5
%57.5
%21.57

Codes

Color #C87F55 in popluar color models

C87F55
RGB20012785
HSL22°51.11%55.88%
HSB/HSV22°57.50%78.43%
CMYK0.00%36.50%57.50%
21.57%

Color #C87F55 in popluar number systems.

HEXC87F55
Decimal20012785
Binary1100100011111111010101
Octal310177125

Shades and tints

Shades of #C87F55

#C87F55
(200,127,85)
#B6744E
(182,116,78)
#A46947
(164,105,71)
#925E40
(146,94,64)
#805339
(128,83,57)
#6E4832
(110,72,50)
#5C3D2B
(92,61,43)
#4A3224
(74,50,36)
#38271D
(56,39,29)
#261C16
(38,28,22)
#14110F
(20,17,15)
#000000
(0,0,0)

Tints of #C87F55

#C87F55
(200,127,85)
#CD8A64
(205,138,100)
#D29573
(210,149,115)
#D7A082
(215,160,130)
#DCAB91
(220,171,145)
#E1B6A0
(225,182,160)
#E6C1AF
(230,193,175)
#EBCCBE
(235,204,190)
#F0D7CD
(240,215,205)
#F5E2DC
(245,226,220)
#FAEDEB
(250,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87F55 color. Also use rgb(200,127,85) instead hex code.

Text Font Color

.myTextColor { color: #C87F55; }

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

This text font color is #C87F55.


Background Color

.myBgColor { background-color: #C87F55; }

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

This div background color is #C87F55.


Border color

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

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

This div border color is #C87F55.


Opacity

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

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

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

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

This text has shadow with #C87F55 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87F55 on black background.


Color preview on white background

This text has color #C87F55 on white background.



Black color preview on #C87F55 background

This text has black color on #C87F55 background.


White color preview on #C87F55 background

This text has white color on #C87F55 background.