COLOR #C87667

HEX: #C87667
RGB: (200,118,103)

Color info

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

RGB color model

#C87667 color RGB value is (200,118,103).

  • red value is 200;
  • green value is 118;
  • blue value is 103.
RGB:
(200,118,103)
(78%,46%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 103 of 255 = 40%

200
118
103

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

Portions of RGB colors in percentages

R + G + B =
200 + 118 + 103 = 421 (100%)
R 200 of 421 ~ 47.51%
G 118 of 421 ~ 28.03%
B 103 of 421 ~ 24.47%

%47.51
%28.03
%24.47

CMYK color model

#C87667 color CMYK value is (0,41,49,22).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 48.50%
  • key color value is 21.57%
CMYK:
(0,41,49,22)
C0M41Y49K22 
(0%,41%,49%,22%)
(0.00/0.41/0.49/0.22)	

CMYK percentages

%0
%41
%48.5
%21.57

Codes

Color #C87667 in popluar color models

C87667
RGB200118103
HSL46.86%59.41%
HSB/HSV48.50%78.43%
CMYK0.00%41.00%48.50%
21.57%

Color #C87667 in popluar number systems.

HEXC87667
Decimal200118103
Binary1100100011101101100111
Octal310166147

Shades and tints

Shades of #C87667

#C87667
(200,118,103)
#B66C5E
(182,108,94)
#A46255
(164,98,85)
#92584C
(146,88,76)
#804E43
(128,78,67)
#6E443A
(110,68,58)
#5C3A31
(92,58,49)
#4A3028
(74,48,40)
#38261F
(56,38,31)
#261C16
(38,28,22)
#14120D
(20,18,13)
#000000
(0,0,0)

Tints of #C87667

#C87667
(200,118,103)
#CD8274
(205,130,116)
#D28E81
(210,142,129)
#D79A8E
(215,154,142)
#DCA69B
(220,166,155)
#E1B2A8
(225,178,168)
#E6BEB5
(230,190,181)
#EBCAC2
(235,202,194)
#F0D6CF
(240,214,207)
#F5E2DC
(245,226,220)
#FAEEE9
(250,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C87667 color. Also use rgb(200,118,103) instead hex code.

Text Font Color

.myTextColor { color: #C87667; }

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

This text font color is #C87667.


Background Color

.myBgColor { background-color: #C87667; }

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

This div background color is #C87667.


Border color

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

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

This div border color is #C87667.


Opacity

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

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

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

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

This text has shadow with #C87667 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87667 on black background.


Color preview on white background

This text has color #C87667 on white background.



Black color preview on #C87667 background

This text has black color on #C87667 background.


White color preview on #C87667 background

This text has white color on #C87667 background.