COLOR #C86F75

HEX: #C86F75
RGB: (200,111,117)

Color info

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

RGB color model

#C86F75 color RGB value is (200,111,117).

  • red value is 200;
  • green value is 111;
  • blue value is 117.
RGB:
(200,111,117)
(78%,44%,46%)

RGB channels and saturation

R 200 of 255 = 78%
G 111 of 255 = 44%
B 117 of 255 = 46%

200
111
117

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

Portions of RGB colors in percentages

R + G + B =
200 + 111 + 117 = 428 (100%)
R 200 of 428 ~ 46.73%
G 111 of 428 ~ 25.93%
B 117 of 428 ~ 27.34%

%46.73
%25.93
%27.34

CMYK color model

#C86F75 color CMYK value is (0,45,42,22).

  • cyan value is 0.00%
  • magenta value is 44.50%
  • yellow value is 41.50%
  • key color value is 21.57%
CMYK:
(0,45,42,22)
C0M45Y42K22 
(0%,45%,42%,22%)
(0.00/0.45/0.42/0.22)	

CMYK percentages

%0
%44.5
%41.5
%21.57

Codes

Color #C86F75 in popluar color models

C86F75
RGB200111117
HSL356°44.72%60.98%
HSB/HSV356°44.50%78.43%
CMYK0.00%44.50%41.50%
21.57%

Color #C86F75 in popluar number systems.

HEXC86F75
Decimal200111117
Binary1100100011011111110101
Octal310157165

Shades and tints

Shades of #C86F75

#C86F75
(200,111,117)
#B6656B
(182,101,107)
#A45B61
(164,91,97)
#925157
(146,81,87)
#80474D
(128,71,77)
#6E3D43
(110,61,67)
#5C3339
(92,51,57)
#4A292F
(74,41,47)
#381F25
(56,31,37)
#26151B
(38,21,27)
#140B11
(20,11,17)
#000000
(0,0,0)

Tints of #C86F75

#C86F75
(200,111,117)
#CD7C81
(205,124,129)
#D2898D
(210,137,141)
#D79699
(215,150,153)
#DCA3A5
(220,163,165)
#E1B0B1
(225,176,177)
#E6BDBD
(230,189,189)
#EBCAC9
(235,202,201)
#F0D7D5
(240,215,213)
#F5E4E1
(245,228,225)
#FAF1ED
(250,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86F75; }

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

This text font color is #C86F75.


Background Color

.myBgColor { background-color: #C86F75; }

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

This div background color is #C86F75.


Border color

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

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

This div border color is #C86F75.


Opacity

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

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

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

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

This text has shadow with #C86F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86F75 on black background.


Color preview on white background

This text has color #C86F75 on white background.



Black color preview on #C86F75 background

This text has black color on #C86F75 background.


White color preview on #C86F75 background

This text has white color on #C86F75 background.