COLOR #C87B6F

HEX: #C87B6F RGB: (200,123,111)

Color info

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

RGB color model

#C87B6F color RGB value is (200,123,111).

RGB: (200,123,111) (78%, 48%, 44%)

RGB channels and saturation

R 200 of 255 = 78%
G 123 of 255 = 48%
B 111 of 255 = 44%

200
123
111

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

Portions of RGB colors in percentages

R + G + B = 200 + 123 + 111 = 434 (100%)
R 200 of 434 ~ 46.08%
G 123 of 434 ~ 28.34%
B 111 of 434 ~ 25.58'%

%46.08
%28.34
%25.58

CMYK color model

#C87B6F color CMYK value is (0,39,45,22).

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

CMYK: (0,39,45,22)
C0M39Y45K22 (0%, 39%, 45%, 22%)
(0.00 / 0.39 / 0.45 / 0.22)

CMYK percentages

%0
%38.5
%44.5
%21.57

Codes

Color #C87B6F in popluar color models

C8 7B 6F
RGB 200 123 111
HSL 44.72% 60.98%
HSB/HSV 44.50% 78.43%
CMYK 0.00% 38.50% 44.50%
21.57%

Color #C87B6F in popluar number systems.

HEX C8 7B 6F
Decimal 200 123 111
Binary 11001000 1111011 1101111
Octal 310 173 157

Shades and tints

Shades of #C87B6F

#C87B6F
(200,123,111)
#B67065
(182,112,101)
#A4655B
(164,101,91)
#925A51
(146,90,81)
#804F47
(128,79,71)
#6E443D
(110,68,61)
#5C3933
(92,57,51)
#4A2E29
(74,46,41)
#38231F
(56,35,31)
#261815
(38,24,21)
#140D0B
(20,13,11)
#000000
(0,0,0)

Tints of #C87B6F

#C87B6F
(200,123,111)
#CD877C
(205,135,124)
#D29389
(210,147,137)
#D79F96
(215,159,150)
#DCABA3
(220,171,163)
#E1B7B0
(225,183,176)
#E6C3BD
(230,195,189)
#EBCFCA
(235,207,202)
#F0DBD7
(240,219,215)
#F5E7E4
(245,231,228)
#FAF3F1
(250,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87B6F; }

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

This text font color is #C87B6F.

Background Color

.myBgColor { background-color: #C87B6F; }

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

This div background color is #C87B6F.

Border color

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

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

This div border color is #C87B6F.

Opacity

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

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

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

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

This text has shadow with #C87B6F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C87B6F.

Preview

Color preview on black background

This text has color #C87B6F on black background.


Color preview on white background

This text has color #C87B6F on white background.


Black color preview on #C87B6F background

This text has black color on #C87B6F background.


White color preview on #C87B6F background

This text has white color on #C87B6F background.


Related colors

Complementary color

Complementary color for #hex is #378490.


I love getcolorcode.com

Triadic colors

1 #6FC87B and #7B6FC8 with #C87B6F are triadic colors.

2 #6F7BC8 and #7BC86F with #C87B6F are triadic colors.