COLOR #C86692

HEX: #C86692
RGB: (200,102,146)

Color info

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

RGB color model

#C86692 color RGB value is (200,102,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 102 of 255 = 40%
B 146 of 255 = 57%

200
102
146

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

Portions of RGB colors in percentages

R + G + B =
200 + 102 + 146 = 448 (100%)
R 200 of 448 ~ 44.64%
G 102 of 448 ~ 22.77%
B 146 of 448 ~ 32.59%

%44.64
%22.77
%32.59

CMYK color model

#C86692 color CMYK value is (0,49,27,22).

  • cyan value is 0.00%
  • magenta value is 49.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,49,27,22)
C0M49Y27K22 
(0%,49%,27%,22%)
(0.00/0.49/0.27/0.22)	

CMYK percentages

%0
%49
%27
%21.57

Codes

Color #C86692 in popluar color models

C86692
RGB200102146
HSL333°47.12%59.22%
HSB/HSV333°49.00%78.43%
CMYK0.00%49.00%27.00%
21.57%

Color #C86692 in popluar number systems.

HEXC86692
Decimal200102146
Binary11001000110011010010010
Octal310146222

Shades and tints

Shades of #C86692

#C86692
(200,102,146)
#B65D85
(182,93,133)
#A45478
(164,84,120)
#924B6B
(146,75,107)
#80425E
(128,66,94)
#6E3951
(110,57,81)
#5C3044
(92,48,68)
#4A2737
(74,39,55)
#381E2A
(56,30,42)
#26151D
(38,21,29)
#140C10
(20,12,16)
#000000
(0,0,0)

Tints of #C86692

#C86692
(200,102,146)
#CD739B
(205,115,155)
#D280A4
(210,128,164)
#D78DAD
(215,141,173)
#DC9AB6
(220,154,182)
#E1A7BF
(225,167,191)
#E6B4C8
(230,180,200)
#EBC1D1
(235,193,209)
#F0CEDA
(240,206,218)
#F5DBE3
(245,219,227)
#FAE8EC
(250,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C86692; }

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

This text font color is #C86692.


Background Color

.myBgColor { background-color: #C86692; }

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

This div background color is #C86692.


Border color

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

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

This div border color is #C86692.


Opacity

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

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

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

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

This text has shadow with #C86692 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86692 on black background.


Color preview on white background

This text has color #C86692 on white background.



Black color preview on #C86692 background

This text has black color on #C86692 background.


White color preview on #C86692 background

This text has white color on #C86692 background.