COLOR #C86B60

HEX: #C86B60
RGB: (200,107,96)

Color info

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

RGB color model

#C86B60 color RGB value is (200,107,96).

  • red value is 200;
  • green value is 107;
  • blue value is 96.
RGB:
(200,107,96)
(78%,42%,38%)

RGB channels and saturation

R 200 of 255 = 78%
G 107 of 255 = 42%
B 96 of 255 = 38%

200
107
96

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

Portions of RGB colors in percentages

R + G + B =
200 + 107 + 96 = 403 (100%)
R 200 of 403 ~ 49.63%
G 107 of 403 ~ 26.55%
B 96 of 403 ~ 23.82%

%49.63
%26.55
%23.82

CMYK color model

#C86B60 color CMYK value is (0,47,52,22).

  • cyan value is 0.00%
  • magenta value is 46.50%
  • yellow value is 52.00%
  • key color value is 21.57%
CMYK:
(0,47,52,22)
C0M47Y52K22 
(0%,47%,52%,22%)
(0.00/0.47/0.52/0.22)	

CMYK percentages

%0
%46.5
%52
%21.57

Codes

Color #C86B60 in popluar color models

C86B60
RGB20010796
HSL48.60%58.04%
HSB/HSV52.00%78.43%
CMYK0.00%46.50%52.00%
21.57%

Color #C86B60 in popluar number systems.

HEXC86B60
Decimal20010796
Binary1100100011010111100000
Octal310153140

Shades and tints

Shades of #C86B60

#C86B60
(200,107,96)
#B66258
(182,98,88)
#A45950
(164,89,80)
#925048
(146,80,72)
#804740
(128,71,64)
#6E3E38
(110,62,56)
#5C3530
(92,53,48)
#4A2C28
(74,44,40)
#382320
(56,35,32)
#261A18
(38,26,24)
#141110
(20,17,16)
#000000
(0,0,0)

Tints of #C86B60

#C86B60
(200,107,96)
#CD786E
(205,120,110)
#D2857C
(210,133,124)
#D7928A
(215,146,138)
#DC9F98
(220,159,152)
#E1ACA6
(225,172,166)
#E6B9B4
(230,185,180)
#EBC6C2
(235,198,194)
#F0D3D0
(240,211,208)
#F5E0DE
(245,224,222)
#FAEDEC
(250,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86B60 color. Also use rgb(200,107,96) instead hex code.

Text Font Color

.myTextColor { color: #C86B60; }

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

This text font color is #C86B60.


Background Color

.myBgColor { background-color: #C86B60; }

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

This div background color is #C86B60.


Border color

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

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

This div border color is #C86B60.


Opacity

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

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

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

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

This text has shadow with #C86B60 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86B60 on black background.


Color preview on white background

This text has color #C86B60 on white background.



Black color preview on #C86B60 background

This text has black color on #C86B60 background.


White color preview on #C86B60 background

This text has white color on #C86B60 background.