COLOR #C85C8C

HEX: #C85C8C
RGB: (200,92,140)

Color info

#C85C8C contains mainly red color. Web safe color of #C85C8C is #CC6699 (or #C69).

RGB color model

#C85C8C color RGB value is (200,92,140).

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

RGB channels and saturation

R 200 of 255 = 78%
G 92 of 255 = 36%
B 140 of 255 = 55%

200
92
140

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

Portions of RGB colors in percentages

R + G + B =
200 + 92 + 140 = 432 (100%)
R 200 of 432 ~ 46.3%
G 92 of 432 ~ 21.3%
B 140 of 432 ~ 32.41%

%46.3
%21.3
%32.41

CMYK color model

#C85C8C color CMYK value is (0,54,30,22).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 30.00%
  • key color value is 21.57%
CMYK:
(0,54,30,22)
C0M54Y30K22 
(0%,54%,30%,22%)
(0.00/0.54/0.30/0.22)	

CMYK percentages

%0
%54
%30
%21.57

Codes

Color #C85C8C in popluar color models

C85C8C
RGB20092140
HSL333°49.54%57.25%
HSB/HSV333°54.00%78.43%
CMYK0.00%54.00%30.00%
21.57%

Color #C85C8C in popluar number systems.

HEXC85C8C
Decimal20092140
Binary11001000101110010001100
Octal310134214

Shades and tints

Shades of #C85C8C

#C85C8C
(200,92,140)
#B65480
(182,84,128)
#A44C74
(164,76,116)
#924468
(146,68,104)
#803C5C
(128,60,92)
#6E3450
(110,52,80)
#5C2C44
(92,44,68)
#4A2438
(74,36,56)
#381C2C
(56,28,44)
#261420
(38,20,32)
#140C14
(20,12,20)
#000000
(0,0,0)

Tints of #C85C8C

#C85C8C
(200,92,140)
#CD6A96
(205,106,150)
#D278A0
(210,120,160)
#D786AA
(215,134,170)
#DC94B4
(220,148,180)
#E1A2BE
(225,162,190)
#E6B0C8
(230,176,200)
#EBBED2
(235,190,210)
#F0CCDC
(240,204,220)
#F5DAE6
(245,218,230)
#FAE8F0
(250,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C85C8C; }

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

This text font color is #C85C8C.


Background Color

.myBgColor { background-color: #C85C8C; }

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

This div background color is #C85C8C.


Border color

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

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

This div border color is #C85C8C.


Opacity

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

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

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

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

This text has shadow with #C85C8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85C8C on black background.


Color preview on white background

This text has color #C85C8C on white background.



Black color preview on #C85C8C background

This text has black color on #C85C8C background.


White color preview on #C85C8C background

This text has white color on #C85C8C background.