COLOR #C863A5

HEX: #C863A5
RGB: (200,99,165)

Color info

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

RGB color model

#C863A5 color RGB value is (200,99,165).

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

RGB channels and saturation

R 200 of 255 = 78%
G 99 of 255 = 39%
B 165 of 255 = 65%

200
99
165

R + G + B ~ 61%. #C863A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 99 + 165 = 464 (100%)
R 200 of 464 ~ 43.1%
G 99 of 464 ~ 21.34%
B 165 of 464 ~ 35.56%

%43.1
%21.34
%35.56

CMYK color model

#C863A5 color CMYK value is (0,51,18,22).

  • cyan value is 0.00%
  • magenta value is 50.50%
  • yellow value is 17.50%
  • key color value is 21.57%
CMYK:
(0,51,18,22)
C0M51Y18K22 
(0%,51%,18%,22%)
(0.00/0.51/0.18/0.22)	

CMYK percentages

%0
%50.5
%17.5
%21.57

Codes

Color #C863A5 in popluar color models

C863A5
RGB20099165
HSL321°47.87%58.63%
HSB/HSV321°50.50%78.43%
CMYK0.00%50.50%17.50%
21.57%

Color #C863A5 in popluar number systems.

HEXC863A5
Decimal20099165
Binary11001000110001110100101
Octal310143245

Shades and tints

Shades of #C863A5

#C863A5
(200,99,165)
#B65A96
(182,90,150)
#A45187
(164,81,135)
#924878
(146,72,120)
#803F69
(128,63,105)
#6E365A
(110,54,90)
#5C2D4B
(92,45,75)
#4A243C
(74,36,60)
#381B2D
(56,27,45)
#26121E
(38,18,30)
#14090F
(20,9,15)
#000000
(0,0,0)

Tints of #C863A5

#C863A5
(200,99,165)
#CD71AD
(205,113,173)
#D27FB5
(210,127,181)
#D78DBD
(215,141,189)
#DC9BC5
(220,155,197)
#E1A9CD
(225,169,205)
#E6B7D5
(230,183,213)
#EBC5DD
(235,197,221)
#F0D3E5
(240,211,229)
#F5E1ED
(245,225,237)
#FAEFF5
(250,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C863A5; }

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

This text font color is #C863A5.


Background Color

.myBgColor { background-color: #C863A5; }

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

This div background color is #C863A5.


Border color

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

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

This div border color is #C863A5.


Opacity

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

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

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

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

This text has shadow with #C863A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C863A5 on black background.


Color preview on white background

This text has color #C863A5 on white background.



Black color preview on #C863A5 background

This text has black color on #C863A5 background.


White color preview on #C863A5 background

This text has white color on #C863A5 background.