COLOR #C87654

HEX: #C87654
RGB: (200,118,84)

Color info

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

RGB color model

#C87654 color RGB value is (200,118,84).

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

RGB channels and saturation

R 200 of 255 = 78%
G 118 of 255 = 46%
B 84 of 255 = 33%

200
118
84

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

Portions of RGB colors in percentages

R + G + B =
200 + 118 + 84 = 402 (100%)
R 200 of 402 ~ 49.75%
G 118 of 402 ~ 29.35%
B 84 of 402 ~ 20.9%

%49.75
%29.35
%20.9

CMYK color model

#C87654 color CMYK value is (0,41,58,22).

  • cyan value is 0.00%
  • magenta value is 41.00%
  • yellow value is 58.00%
  • key color value is 21.57%
CMYK:
(0,41,58,22)
C0M41Y58K22 
(0%,41%,58%,22%)
(0.00/0.41/0.58/0.22)	

CMYK percentages

%0
%41
%58
%21.57

Codes

Color #C87654 in popluar color models

C87654
RGB20011884
HSL18°51.33%55.69%
HSB/HSV18°58.00%78.43%
CMYK0.00%41.00%58.00%
21.57%

Color #C87654 in popluar number systems.

HEXC87654
Decimal20011884
Binary1100100011101101010100
Octal310166124

Shades and tints

Shades of #C87654

#C87654
(200,118,84)
#B66C4D
(182,108,77)
#A46246
(164,98,70)
#92583F
(146,88,63)
#804E38
(128,78,56)
#6E4431
(110,68,49)
#5C3A2A
(92,58,42)
#4A3023
(74,48,35)
#38261C
(56,38,28)
#261C15
(38,28,21)
#14120E
(20,18,14)
#000000
(0,0,0)

Tints of #C87654

#C87654
(200,118,84)
#CD8263
(205,130,99)
#D28E72
(210,142,114)
#D79A81
(215,154,129)
#DCA690
(220,166,144)
#E1B29F
(225,178,159)
#E6BEAE
(230,190,174)
#EBCABD
(235,202,189)
#F0D6CC
(240,214,204)
#F5E2DB
(245,226,219)
#FAEEEA
(250,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C87654; }

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

This text font color is #C87654.


Background Color

.myBgColor { background-color: #C87654; }

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

This div background color is #C87654.


Border color

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

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

This div border color is #C87654.


Opacity

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

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

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

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

This text has shadow with #C87654 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C87654 on black background.


Color preview on white background

This text has color #C87654 on white background.



Black color preview on #C87654 background

This text has black color on #C87654 background.


White color preview on #C87654 background

This text has white color on #C87654 background.