COLOR #C86C81

HEX: #C86C81
RGB: (200,108,129)

Color info

#C86C81 contains mainly red color. Web safe color of #C86C81 is #CC6699 (or #C69).

RGB color model

#C86C81 color RGB value is (200,108,129).

  • red value is 200;
  • green value is 108;
  • blue value is 129.
RGB:
(200,108,129)
(78%,42%,51%)

RGB channels and saturation

R 200 of 255 = 78%
G 108 of 255 = 42%
B 129 of 255 = 51%

200
108
129

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

Portions of RGB colors in percentages

R + G + B =
200 + 108 + 129 = 437 (100%)
R 200 of 437 ~ 45.77%
G 108 of 437 ~ 24.71%
B 129 of 437 ~ 29.52%

%45.77
%24.71
%29.52

CMYK color model

#C86C81 color CMYK value is (0,46,36,22).

  • cyan value is 0.00%
  • magenta value is 46.00%
  • yellow value is 35.50%
  • key color value is 21.57%
CMYK:
(0,46,36,22)
C0M46Y36K22 
(0%,46%,36%,22%)
(0.00/0.46/0.36/0.22)	

CMYK percentages

%0
%46
%35.5
%21.57

Codes

Color #C86C81 in popluar color models

C86C81
RGB200108129
HSL346°45.54%60.39%
HSB/HSV346°46.00%78.43%
CMYK0.00%46.00%35.50%
21.57%

Color #C86C81 in popluar number systems.

HEXC86C81
Decimal200108129
Binary11001000110110010000001
Octal310154201

Shades and tints

Shades of #C86C81

#C86C81
(200,108,129)
#B66376
(182,99,118)
#A45A6B
(164,90,107)
#925160
(146,81,96)
#804855
(128,72,85)
#6E3F4A
(110,63,74)
#5C363F
(92,54,63)
#4A2D34
(74,45,52)
#382429
(56,36,41)
#261B1E
(38,27,30)
#141213
(20,18,19)
#000000
(0,0,0)

Tints of #C86C81

#C86C81
(200,108,129)
#CD798C
(205,121,140)
#D28697
(210,134,151)
#D793A2
(215,147,162)
#DCA0AD
(220,160,173)
#E1ADB8
(225,173,184)
#E6BAC3
(230,186,195)
#EBC7CE
(235,199,206)
#F0D4D9
(240,212,217)
#F5E1E4
(245,225,228)
#FAEEEF
(250,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86C81 color. Also use rgb(200,108,129) instead hex code.

Text Font Color

.myTextColor { color: #C86C81; }

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

This text font color is #C86C81.


Background Color

.myBgColor { background-color: #C86C81; }

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

This div background color is #C86C81.


Border color

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

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

This div border color is #C86C81.


Opacity

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

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

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

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

This text has shadow with #C86C81 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86C81 on black background.


Color preview on white background

This text has color #C86C81 on white background.



Black color preview on #C86C81 background

This text has black color on #C86C81 background.


White color preview on #C86C81 background

This text has white color on #C86C81 background.