COLOR #C86E66

HEX: #C86E66
RGB: (200,110,102)

Color info

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

RGB color model

#C86E66 color RGB value is (200,110,102).

  • red value is 200;
  • green value is 110;
  • blue value is 102.
RGB:
(200,110,102)
(78%,43%,40%)

RGB channels and saturation

R 200 of 255 = 78%
G 110 of 255 = 43%
B 102 of 255 = 40%

200
110
102

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

Portions of RGB colors in percentages

R + G + B =
200 + 110 + 102 = 412 (100%)
R 200 of 412 ~ 48.54%
G 110 of 412 ~ 26.7%
B 102 of 412 ~ 24.76%

%48.54
%26.7
%24.76

CMYK color model

#C86E66 color CMYK value is (0,45,49,22).

  • cyan value is 0.00%
  • magenta value is 45.00%
  • yellow value is 49.00%
  • key color value is 21.57%
CMYK:
(0,45,49,22)
C0M45Y49K22 
(0%,45%,49%,22%)
(0.00/0.45/0.49/0.22)	

CMYK percentages

%0
%45
%49
%21.57

Codes

Color #C86E66 in popluar color models

C86E66
RGB200110102
HSL47.12%59.22%
HSB/HSV49.00%78.43%
CMYK0.00%45.00%49.00%
21.57%

Color #C86E66 in popluar number systems.

HEXC86E66
Decimal200110102
Binary1100100011011101100110
Octal310156146

Shades and tints

Shades of #C86E66

#C86E66
(200,110,102)
#B6645D
(182,100,93)
#A45A54
(164,90,84)
#92504B
(146,80,75)
#804642
(128,70,66)
#6E3C39
(110,60,57)
#5C3230
(92,50,48)
#4A2827
(74,40,39)
#381E1E
(56,30,30)
#261415
(38,20,21)
#140A0C
(20,10,12)
#000000
(0,0,0)

Tints of #C86E66

#C86E66
(200,110,102)
#CD7B73
(205,123,115)
#D28880
(210,136,128)
#D7958D
(215,149,141)
#DCA29A
(220,162,154)
#E1AFA7
(225,175,167)
#E6BCB4
(230,188,180)
#EBC9C1
(235,201,193)
#F0D6CE
(240,214,206)
#F5E3DB
(245,227,219)
#FAF0E8
(250,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86E66 color. Also use rgb(200,110,102) instead hex code.

Text Font Color

.myTextColor { color: #C86E66; }

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

This text font color is #C86E66.


Background Color

.myBgColor { background-color: #C86E66; }

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

This div background color is #C86E66.


Border color

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

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

This div border color is #C86E66.


Opacity

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

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

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

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

This text has shadow with #C86E66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86E66 on black background.


Color preview on white background

This text has color #C86E66 on white background.



Black color preview on #C86E66 background

This text has black color on #C86E66 background.


White color preview on #C86E66 background

This text has white color on #C86E66 background.