COLOR #C85A95

HEX: #C85A95
RGB: (200,90,149)

Color info

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

RGB color model

#C85A95 color RGB value is (200,90,149).

  • red value is 200;
  • green value is 90;
  • blue value is 149.
RGB:
(200,90,149)
(78%,35%,58%)

RGB channels and saturation

R 200 of 255 = 78%
G 90 of 255 = 35%
B 149 of 255 = 58%

200
90
149

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

Portions of RGB colors in percentages

R + G + B =
200 + 90 + 149 = 439 (100%)
R 200 of 439 ~ 45.56%
G 90 of 439 ~ 20.5%
B 149 of 439 ~ 33.94%

%45.56
%20.5
%33.94

CMYK color model

#C85A95 color CMYK value is (0,55,26,22).

  • cyan value is 0.00%
  • magenta value is 55.00%
  • yellow value is 25.50%
  • key color value is 21.57%
CMYK:
(0,55,26,22)
C0M55Y26K22 
(0%,55%,26%,22%)
(0.00/0.55/0.26/0.22)	

CMYK percentages

%0
%55
%25.5
%21.57

Codes

Color #C85A95 in popluar color models

C85A95
RGB20090149
HSL328°50.00%56.86%
HSB/HSV328°55.00%78.43%
CMYK0.00%55.00%25.50%
21.57%

Color #C85A95 in popluar number systems.

HEXC85A95
Decimal20090149
Binary11001000101101010010101
Octal310132225

Shades and tints

Shades of #C85A95

#C85A95
(200,90,149)
#B65288
(182,82,136)
#A44A7B
(164,74,123)
#92426E
(146,66,110)
#803A61
(128,58,97)
#6E3254
(110,50,84)
#5C2A47
(92,42,71)
#4A223A
(74,34,58)
#381A2D
(56,26,45)
#261220
(38,18,32)
#140A13
(20,10,19)
#000000
(0,0,0)

Tints of #C85A95

#C85A95
(200,90,149)
#CD699E
(205,105,158)
#D278A7
(210,120,167)
#D787B0
(215,135,176)
#DC96B9
(220,150,185)
#E1A5C2
(225,165,194)
#E6B4CB
(230,180,203)
#EBC3D4
(235,195,212)
#F0D2DD
(240,210,221)
#F5E1E6
(245,225,230)
#FAF0EF
(250,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85A95 color. Also use rgb(200,90,149) instead hex code.

Text Font Color

.myTextColor { color: #C85A95; }

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

This text font color is #C85A95.


Background Color

.myBgColor { background-color: #C85A95; }

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

This div background color is #C85A95.


Border color

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

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

This div border color is #C85A95.


Opacity

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

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

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

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

This text has shadow with #C85A95 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85A95 on black background.


Color preview on white background

This text has color #C85A95 on white background.



Black color preview on #C85A95 background

This text has black color on #C85A95 background.


White color preview on #C85A95 background

This text has white color on #C85A95 background.