COLOR #C873A8

HEX: #C873A8
RGB: (200,115,168)

Color info

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

RGB color model

#C873A8 color RGB value is (200,115,168).

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

RGB channels and saturation

R 200 of 255 = 78%
G 115 of 255 = 45%
B 168 of 255 = 66%

200
115
168

R + G + B ~ 63%. #C873A8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 115 + 168 = 483 (100%)
R 200 of 483 ~ 41.41%
G 115 of 483 ~ 23.81%
B 168 of 483 ~ 34.78%

%41.41
%23.81
%34.78

CMYK color model

#C873A8 color CMYK value is (0,43,16,22).

  • cyan value is 0.00%
  • magenta value is 42.50%
  • yellow value is 16.00%
  • key color value is 21.57%
CMYK:
(0,43,16,22)
C0M43Y16K22 
(0%,43%,16%,22%)
(0.00/0.43/0.16/0.22)	

CMYK percentages

%0
%42.5
%16
%21.57

Codes

Color #C873A8 in popluar color models

C873A8
RGB200115168
HSL323°43.59%61.76%
HSB/HSV323°42.50%78.43%
CMYK0.00%42.50%16.00%
21.57%

Color #C873A8 in popluar number systems.

HEXC873A8
Decimal200115168
Binary11001000111001110101000
Octal310163250

Shades and tints

Shades of #C873A8

#C873A8
(200,115,168)
#B66999
(182,105,153)
#A45F8A
(164,95,138)
#92557B
(146,85,123)
#804B6C
(128,75,108)
#6E415D
(110,65,93)
#5C374E
(92,55,78)
#4A2D3F
(74,45,63)
#382330
(56,35,48)
#261921
(38,25,33)
#140F12
(20,15,18)
#000000
(0,0,0)

Tints of #C873A8

#C873A8
(200,115,168)
#CD7FAF
(205,127,175)
#D28BB6
(210,139,182)
#D797BD
(215,151,189)
#DCA3C4
(220,163,196)
#E1AFCB
(225,175,203)
#E6BBD2
(230,187,210)
#EBC7D9
(235,199,217)
#F0D3E0
(240,211,224)
#F5DFE7
(245,223,231)
#FAEBEE
(250,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C873A8; }

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

This text font color is #C873A8.


Background Color

.myBgColor { background-color: #C873A8; }

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

This div background color is #C873A8.


Border color

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

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

This div border color is #C873A8.


Opacity

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

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

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

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

This text has shadow with #C873A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C873A8 on black background.


Color preview on white background

This text has color #C873A8 on white background.



Black color preview on #C873A8 background

This text has black color on #C873A8 background.


White color preview on #C873A8 background

This text has white color on #C873A8 background.