COLOR #C86A8E

HEX: #C86A8E
RGB: (200,106,142)

Color info

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

RGB color model

#C86A8E color RGB value is (200,106,142).

  • red value is 200;
  • green value is 106;
  • blue value is 142.
RGB:
(200,106,142)
(78%,42%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 106 of 255 = 42%
B 142 of 255 = 56%

200
106
142

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

Portions of RGB colors in percentages

R + G + B =
200 + 106 + 142 = 448 (100%)
R 200 of 448 ~ 44.64%
G 106 of 448 ~ 23.66%
B 142 of 448 ~ 31.7%

%44.64
%23.66
%31.7

CMYK color model

#C86A8E color CMYK value is (0,47,29,22).

  • cyan value is 0.00%
  • magenta value is 47.00%
  • yellow value is 29.00%
  • key color value is 21.57%
CMYK:
(0,47,29,22)
C0M47Y29K22 
(0%,47%,29%,22%)
(0.00/0.47/0.29/0.22)	

CMYK percentages

%0
%47
%29
%21.57

Codes

Color #C86A8E in popluar color models

C86A8E
RGB200106142
HSL337°46.08%60.00%
HSB/HSV337°47.00%78.43%
CMYK0.00%47.00%29.00%
21.57%

Color #C86A8E in popluar number systems.

HEXC86A8E
Decimal200106142
Binary11001000110101010001110
Octal310152216

Shades and tints

Shades of #C86A8E

#C86A8E
(200,106,142)
#B66182
(182,97,130)
#A45876
(164,88,118)
#924F6A
(146,79,106)
#80465E
(128,70,94)
#6E3D52
(110,61,82)
#5C3446
(92,52,70)
#4A2B3A
(74,43,58)
#38222E
(56,34,46)
#261922
(38,25,34)
#141016
(20,16,22)
#000000
(0,0,0)

Tints of #C86A8E

#C86A8E
(200,106,142)
#CD7798
(205,119,152)
#D284A2
(210,132,162)
#D791AC
(215,145,172)
#DC9EB6
(220,158,182)
#E1ABC0
(225,171,192)
#E6B8CA
(230,184,202)
#EBC5D4
(235,197,212)
#F0D2DE
(240,210,222)
#F5DFE8
(245,223,232)
#FAECF2
(250,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86A8E color. Also use rgb(200,106,142) instead hex code.

Text Font Color

.myTextColor { color: #C86A8E; }

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

This text font color is #C86A8E.


Background Color

.myBgColor { background-color: #C86A8E; }

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

This div background color is #C86A8E.


Border color

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

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

This div border color is #C86A8E.


Opacity

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

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

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

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

This text has shadow with #C86A8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86A8E on black background.


Color preview on white background

This text has color #C86A8E on white background.



Black color preview on #C86A8E background

This text has black color on #C86A8E background.


White color preview on #C86A8E background

This text has white color on #C86A8E background.