COLOR #C865AD

HEX: #C865AD
RGB: (200,101,173)

Color info

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

RGB color model

#C865AD color RGB value is (200,101,173).

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

RGB channels and saturation

R 200 of 255 = 78%
G 101 of 255 = 40%
B 173 of 255 = 68%

200
101
173

R + G + B ~ 62%. #C865AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 101 + 173 = 474 (100%)
R 200 of 474 ~ 42.19%
G 101 of 474 ~ 21.31%
B 173 of 474 ~ 36.5%

%42.19
%21.31
%36.5

CMYK color model

#C865AD color CMYK value is (0,50,14,22).

  • cyan value is 0.00%
  • magenta value is 49.50%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(0,50,14,22)
C0M50Y14K22 
(0%,50%,14%,22%)
(0.00/0.50/0.14/0.22)	

CMYK percentages

%0
%49.5
%13.5
%21.57

Codes

Color #C865AD in popluar color models

C865AD
RGB200101173
HSL316°47.37%59.02%
HSB/HSV316°49.50%78.43%
CMYK0.00%49.50%13.50%
21.57%

Color #C865AD in popluar number systems.

HEXC865AD
Decimal200101173
Binary11001000110010110101101
Octal310145255

Shades and tints

Shades of #C865AD

#C865AD
(200,101,173)
#B65C9E
(182,92,158)
#A4538F
(164,83,143)
#924A80
(146,74,128)
#804171
(128,65,113)
#6E3862
(110,56,98)
#5C2F53
(92,47,83)
#4A2644
(74,38,68)
#381D35
(56,29,53)
#261426
(38,20,38)
#140B17
(20,11,23)
#000000
(0,0,0)

Tints of #C865AD

#C865AD
(200,101,173)
#CD73B4
(205,115,180)
#D281BB
(210,129,187)
#D78FC2
(215,143,194)
#DC9DC9
(220,157,201)
#E1ABD0
(225,171,208)
#E6B9D7
(230,185,215)
#EBC7DE
(235,199,222)
#F0D5E5
(240,213,229)
#F5E3EC
(245,227,236)
#FAF1F3
(250,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C865AD; }

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

This text font color is #C865AD.


Background Color

.myBgColor { background-color: #C865AD; }

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

This div background color is #C865AD.


Border color

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

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

This div border color is #C865AD.


Opacity

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

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

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

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

This text has shadow with #C865AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C865AD on black background.


Color preview on white background

This text has color #C865AD on white background.



Black color preview on #C865AD background

This text has black color on #C865AD background.


White color preview on #C865AD background

This text has white color on #C865AD background.