COLOR #C873AD

HEX: #C873AD
RGB: (200,115,173)

Color info

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

RGB color model

#C873AD color RGB value is (200,115,173).

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

RGB channels and saturation

R 200 of 255 = 78%
G 115 of 255 = 45%
B 173 of 255 = 68%

200
115
173

R + G + B ~ 64%. #C873AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 115 + 173 = 488 (100%)
R 200 of 488 ~ 40.98%
G 115 of 488 ~ 23.57%
B 173 of 488 ~ 35.45%

%40.98
%23.57
%35.45

CMYK color model

#C873AD color CMYK value is (0,43,14,22).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 13.50%
  • key color value is 21.57%
CMYK:
(0,43,14,22)
C0M43Y14K22 
(0%,43%,14%,22%)
(0.00/0.43/0.14/0.22)	

CMYK percentages

%0
%42.5
%13.5
%21.57

Codes

Color #C873AD in popluar color models

C873AD
RGB200115173
HSL319°43.59%61.76%
HSB/HSV319°42.50%78.43%
CMYK0.00%42.50%13.50%
21.57%

Color #C873AD in popluar number systems.

HEXC873AD
Decimal200115173
Binary11001000111001110101101
Octal310163255

Shades and tints

Shades of #C873AD

#C873AD
(200,115,173)
#B6699E
(182,105,158)
#A45F8F
(164,95,143)
#925580
(146,85,128)
#804B71
(128,75,113)
#6E4162
(110,65,98)
#5C3753
(92,55,83)
#4A2D44
(74,45,68)
#382335
(56,35,53)
#261926
(38,25,38)
#140F17
(20,15,23)
#000000
(0,0,0)

Tints of #C873AD

#C873AD
(200,115,173)
#CD7FB4
(205,127,180)
#D28BBB
(210,139,187)
#D797C2
(215,151,194)
#DCA3C9
(220,163,201)
#E1AFD0
(225,175,208)
#E6BBD7
(230,187,215)
#EBC7DE
(235,199,222)
#F0D3E5
(240,211,229)
#F5DFEC
(245,223,236)
#FAEBF3
(250,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C873AD; }

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

This text font color is #C873AD.


Background Color

.myBgColor { background-color: #C873AD; }

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

This div background color is #C873AD.


Border color

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

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

This div border color is #C873AD.


Opacity

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

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

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

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

This text has shadow with #C873AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C873AD on black background.


Color preview on white background

This text has color #C873AD on white background.



Black color preview on #C873AD background

This text has black color on #C873AD background.


White color preview on #C873AD background

This text has white color on #C873AD background.