COLOR #C86594

HEX: #C86594
RGB: (200,101,148)

Color info

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

RGB color model

#C86594 color RGB value is (200,101,148).

  • red value is 200;
  • green value is 101;
  • blue value is 148.
RGB:
(200,101,148)
(78%,40%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 101 of 255 = 40%
B 148 of 255 = 58%

200
101
148

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

Portions of RGB colors in percentages

R + G + B =
200 + 101 + 148 = 449 (100%)
R 200 of 449 ~ 44.54%
G 101 of 449 ~ 22.49%
B 148 of 449 ~ 32.96%

%44.54
%22.49
%32.96

CMYK color model

#C86594 color CMYK value is (0,50,26,22).

  • cyan value is 0.00%
  • magenta value is 49.50%
  • yellow value is 26.00%
  • key color value is 21.57%
CMYK:
(0,50,26,22)
C0M50Y26K22 
(0%,50%,26%,22%)
(0.00/0.50/0.26/0.22)	

CMYK percentages

%0
%49.5
%26
%21.57

Codes

Color #C86594 in popluar color models

C86594
RGB200101148
HSL332°47.37%59.02%
HSB/HSV332°49.50%78.43%
CMYK0.00%49.50%26.00%
21.57%

Color #C86594 in popluar number systems.

HEXC86594
Decimal200101148
Binary11001000110010110010100
Octal310145224

Shades and tints

Shades of #C86594

#C86594
(200,101,148)
#B65C87
(182,92,135)
#A4537A
(164,83,122)
#924A6D
(146,74,109)
#804160
(128,65,96)
#6E3853
(110,56,83)
#5C2F46
(92,47,70)
#4A2639
(74,38,57)
#381D2C
(56,29,44)
#26141F
(38,20,31)
#140B12
(20,11,18)
#000000
(0,0,0)

Tints of #C86594

#C86594
(200,101,148)
#CD739D
(205,115,157)
#D281A6
(210,129,166)
#D78FAF
(215,143,175)
#DC9DB8
(220,157,184)
#E1ABC1
(225,171,193)
#E6B9CA
(230,185,202)
#EBC7D3
(235,199,211)
#F0D5DC
(240,213,220)
#F5E3E5
(245,227,229)
#FAF1EE
(250,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86594 color. Also use rgb(200,101,148) instead hex code.

Text Font Color

.myTextColor { color: #C86594; }

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

This text font color is #C86594.


Background Color

.myBgColor { background-color: #C86594; }

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

This div background color is #C86594.


Border color

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

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

This div border color is #C86594.


Opacity

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

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

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

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

This text has shadow with #C86594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86594 on black background.


Color preview on white background

This text has color #C86594 on white background.



Black color preview on #C86594 background

This text has black color on #C86594 background.


White color preview on #C86594 background

This text has white color on #C86594 background.