COLOR #C86384

HEX: #C86384
RGB: (200,99,132)

Color info

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

RGB color model

#C86384 color RGB value is (200,99,132).

  • red value is 200;
  • green value is 99;
  • blue value is 132.
RGB:
(200,99,132)
(78%,39%,52%)

RGB channels and saturation

R 200 of 255 = 78%
G 99 of 255 = 39%
B 132 of 255 = 52%

200
99
132

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

Portions of RGB colors in percentages

R + G + B =
200 + 99 + 132 = 431 (100%)
R 200 of 431 ~ 46.4%
G 99 of 431 ~ 22.97%
B 132 of 431 ~ 30.63%

%46.4
%22.97
%30.63

CMYK color model

#C86384 color CMYK value is (0,51,34,22).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 34.00%
  • key color value is 21.57%
CMYK:
(0,51,34,22)
C0M51Y34K22 
(0%,51%,34%,22%)
(0.00/0.51/0.34/0.22)	

CMYK percentages

%0
%50.5
%34
%21.57

Codes

Color #C86384 in popluar color models

C86384
RGB20099132
HSL340°47.87%58.63%
HSB/HSV340°50.50%78.43%
CMYK0.00%50.50%34.00%
21.57%

Color #C86384 in popluar number systems.

HEXC86384
Decimal20099132
Binary11001000110001110000100
Octal310143204

Shades and tints

Shades of #C86384

#C86384
(200,99,132)
#B65A78
(182,90,120)
#A4516C
(164,81,108)
#924860
(146,72,96)
#803F54
(128,63,84)
#6E3648
(110,54,72)
#5C2D3C
(92,45,60)
#4A2430
(74,36,48)
#381B24
(56,27,36)
#261218
(38,18,24)
#14090C
(20,9,12)
#000000
(0,0,0)

Tints of #C86384

#C86384
(200,99,132)
#CD718F
(205,113,143)
#D27F9A
(210,127,154)
#D78DA5
(215,141,165)
#DC9BB0
(220,155,176)
#E1A9BB
(225,169,187)
#E6B7C6
(230,183,198)
#EBC5D1
(235,197,209)
#F0D3DC
(240,211,220)
#F5E1E7
(245,225,231)
#FAEFF2
(250,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C86384 color. Also use rgb(200,99,132) instead hex code.

Text Font Color

.myTextColor { color: #C86384; }

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

This text font color is #C86384.


Background Color

.myBgColor { background-color: #C86384; }

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

This div background color is #C86384.


Border color

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

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

This div border color is #C86384.


Opacity

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

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

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

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

This text has shadow with #C86384 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C86384 on black background.


Color preview on white background

This text has color #C86384 on white background.



Black color preview on #C86384 background

This text has black color on #C86384 background.


White color preview on #C86384 background

This text has white color on #C86384 background.