COLOR #C86686

HEX: #C86686
RGB: (200,102,134)

Color info

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

RGB color model

#C86686 color RGB value is (200,102,134).

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

RGB channels and saturation

R 200 of 255 = 78%
G 102 of 255 = 40%
B 134 of 255 = 53%

200
102
134

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

Portions of RGB colors in percentages

R + G + B =
200 + 102 + 134 = 436 (100%)
R 200 of 436 ~ 45.87%
G 102 of 436 ~ 23.39%
B 134 of 436 ~ 30.73%

%45.87
%23.39
%30.73

CMYK color model

#C86686 color CMYK value is (0,49,33,22).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 33.00%
  • key color value is 21.57%
CMYK:
(0,49,33,22)
C0M49Y33K22 
(0%,49%,33%,22%)
(0.00/0.49/0.33/0.22)	

CMYK percentages

%0
%49
%33
%21.57

Codes

Color #C86686 in popluar color models

C86686
RGB200102134
HSL340°47.12%59.22%
HSB/HSV340°49.00%78.43%
CMYK0.00%49.00%33.00%
21.57%

Color #C86686 in popluar number systems.

HEXC86686
Decimal200102134
Binary11001000110011010000110
Octal310146206

Shades and tints

Shades of #C86686

#C86686
(200,102,134)
#B65D7A
(182,93,122)
#A4546E
(164,84,110)
#924B62
(146,75,98)
#804256
(128,66,86)
#6E394A
(110,57,74)
#5C303E
(92,48,62)
#4A2732
(74,39,50)
#381E26
(56,30,38)
#26151A
(38,21,26)
#140C0E
(20,12,14)
#000000
(0,0,0)

Tints of #C86686

#C86686
(200,102,134)
#CD7391
(205,115,145)
#D2809C
(210,128,156)
#D78DA7
(215,141,167)
#DC9AB2
(220,154,178)
#E1A7BD
(225,167,189)
#E6B4C8
(230,180,200)
#EBC1D3
(235,193,211)
#F0CEDE
(240,206,222)
#F5DBE9
(245,219,233)
#FAE8F4
(250,232,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86686; }

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

This text font color is #C86686.


Background Color

.myBgColor { background-color: #C86686; }

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

This div background color is #C86686.


Border color

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

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

This div border color is #C86686.


Opacity

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

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

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

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

This text has shadow with #C86686 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86686 on black background.


Color preview on white background

This text has color #C86686 on white background.



Black color preview on #C86686 background

This text has black color on #C86686 background.


White color preview on #C86686 background

This text has white color on #C86686 background.