COLOR #C86DA0

HEX: #C86DA0
RGB: (200,109,160)

Color info

#C86DA0 contains mainly red and blue colors. Web safe color of #C86DA0 is #CC6699 (or #C69).

RGB color model

#C86DA0 color RGB value is (200,109,160).

  • red value is 200;
  • green value is 109;
  • blue value is 160.
RGB:
(200,109,160)
(78%,43%,63%)

RGB channels and saturation

R 200 of 255 = 78%
G 109 of 255 = 43%
B 160 of 255 = 63%

200
109
160

R + G + B ~ 61%. #C86DA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 109 + 160 = 469 (100%)
R 200 of 469 ~ 42.64%
G 109 of 469 ~ 23.24%
B 160 of 469 ~ 34.12%

%42.64
%23.24
%34.12

CMYK color model

#C86DA0 color CMYK value is (0,46,20,22).

  • cyan value is 0.00%
  • magenta value is 45.50%
  • yellow value is 20.00%
  • key color value is 21.57%
CMYK:
(0,46,20,22)
C0M46Y20K22 
(0%,46%,20%,22%)
(0.00/0.46/0.20/0.22)	

CMYK percentages

%0
%45.5
%20
%21.57

Codes

Color #C86DA0 in popluar color models

C86DA0
RGB200109160
HSL326°45.27%60.59%
HSB/HSV326°45.50%78.43%
CMYK0.00%45.50%20.00%
21.57%

Color #C86DA0 in popluar number systems.

HEXC86DA0
Decimal200109160
Binary11001000110110110100000
Octal310155240

Shades and tints

Shades of #C86DA0

#C86DA0
(200,109,160)
#B66492
(182,100,146)
#A45B84
(164,91,132)
#925276
(146,82,118)
#804968
(128,73,104)
#6E405A
(110,64,90)
#5C374C
(92,55,76)
#4A2E3E
(74,46,62)
#382530
(56,37,48)
#261C22
(38,28,34)
#141314
(20,19,20)
#000000
(0,0,0)

Tints of #C86DA0

#C86DA0
(200,109,160)
#CD7AA8
(205,122,168)
#D287B0
(210,135,176)
#D794B8
(215,148,184)
#DCA1C0
(220,161,192)
#E1AEC8
(225,174,200)
#E6BBD0
(230,187,208)
#EBC8D8
(235,200,216)
#F0D5E0
(240,213,224)
#F5E2E8
(245,226,232)
#FAEFF0
(250,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86DA0 color. Also use rgb(200,109,160) instead hex code.

Text Font Color

.myTextColor { color: #C86DA0; }

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

This text font color is #C86DA0.


Background Color

.myBgColor { background-color: #C86DA0; }

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

This div background color is #C86DA0.


Border color

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

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

This div border color is #C86DA0.


Opacity

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

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

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

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

This text has shadow with #C86DA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86DA0 on black background.


Color preview on white background

This text has color #C86DA0 on white background.



Black color preview on #C86DA0 background

This text has black color on #C86DA0 background.


White color preview on #C86DA0 background

This text has white color on #C86DA0 background.