COLOR #C85C73

HEX: #C85C73
RGB: (200,92,115)

Color info

#C85C73 contains mainly red color. Web safe color of #C85C73 is #CC6666 (or #C66).

RGB color model

#C85C73 color RGB value is (200,92,115).

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

RGB channels and saturation

R 200 of 255 = 78%
G 92 of 255 = 36%
B 115 of 255 = 45%

200
92
115

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

Portions of RGB colors in percentages

R + G + B =
200 + 92 + 115 = 407 (100%)
R 200 of 407 ~ 49.14%
G 92 of 407 ~ 22.6%
B 115 of 407 ~ 28.26%

%49.14
%22.6
%28.26

CMYK color model

#C85C73 color CMYK value is (0,54,43,22).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 42.50%
  • key color value is 21.57%
CMYK:
(0,54,43,22)
C0M54Y43K22 
(0%,54%,43%,22%)
(0.00/0.54/0.43/0.22)	

CMYK percentages

%0
%54
%42.5
%21.57

Codes

Color #C85C73 in popluar color models

C85C73
RGB20092115
HSL347°49.54%57.25%
HSB/HSV347°54.00%78.43%
CMYK0.00%54.00%42.50%
21.57%

Color #C85C73 in popluar number systems.

HEXC85C73
Decimal20092115
Binary1100100010111001110011
Octal310134163

Shades and tints

Shades of #C85C73

#C85C73
(200,92,115)
#B65469
(182,84,105)
#A44C5F
(164,76,95)
#924455
(146,68,85)
#803C4B
(128,60,75)
#6E3441
(110,52,65)
#5C2C37
(92,44,55)
#4A242D
(74,36,45)
#381C23
(56,28,35)
#261419
(38,20,25)
#140C0F
(20,12,15)
#000000
(0,0,0)

Tints of #C85C73

#C85C73
(200,92,115)
#CD6A7F
(205,106,127)
#D2788B
(210,120,139)
#D78697
(215,134,151)
#DC94A3
(220,148,163)
#E1A2AF
(225,162,175)
#E6B0BB
(230,176,187)
#EBBEC7
(235,190,199)
#F0CCD3
(240,204,211)
#F5DADF
(245,218,223)
#FAE8EB
(250,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C85C73; }

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

This text font color is #C85C73.


Background Color

.myBgColor { background-color: #C85C73; }

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

This div background color is #C85C73.


Border color

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

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

This div border color is #C85C73.


Opacity

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

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

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

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

This text has shadow with #C85C73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85C73 on black background.


Color preview on white background

This text has color #C85C73 on white background.



Black color preview on #C85C73 background

This text has black color on #C85C73 background.


White color preview on #C85C73 background

This text has white color on #C85C73 background.