COLOR #C85E9C

HEX: #C85E9C RGB: (200,94,156)

Color info

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

RGB color model

#C85E9C color RGB value is (200,94,156).

RGB: (200,94,156) (78%, 37%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 94 of 255 = 37%
B 156 of 255 = 61%

200
94
156

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

Portions of RGB colors in percentages

R + G + B = 200 + 94 + 156 = 450 (100%)
R 200 of 450 ~ 44.44%
G 94 of 450 ~ 20.89%
B 156 of 450 ~ 34.67'%

%44.44
%20.89
%34.67

CMYK color model

#C85E9C color CMYK value is (0,53,22,22).

  • cyan value is 0.00%
  • magenta value is 53.00%
  • yellow value is 22.00%
  • key color value is 21.57%

CMYK: (0,53,22,22)
C0M53Y22K22 (0%, 53%, 22%, 22%)
(0.00 / 0.53 / 0.22 / 0.22)

CMYK percentages

%0
%53
%22
%21.57

Codes

Color #C85E9C in popluar color models

C8 5E 9C
RGB 200 94 156
HSL 325° 49.07% 57.65%
HSB/HSV 325° 53.00% 78.43%
CMYK 0.00% 53.00% 22.00%
21.57%

Color #C85E9C in popluar number systems.

HEX C8 5E 9C
Decimal 200 94 156
Binary 11001000 1011110 10011100
Octal 310 136 234

Shades and tints

Shades of #C85E9C

#C85E9C
(200,94,156)
#B6568E
(182,86,142)
#A44E80
(164,78,128)
#924672
(146,70,114)
#803E64
(128,62,100)
#6E3656
(110,54,86)
#5C2E48
(92,46,72)
#4A263A
(74,38,58)
#381E2C
(56,30,44)
#26161E
(38,22,30)
#140E10
(20,14,16)
#000000
(0,0,0)

Tints of #C85E9C

#C85E9C
(200,94,156)
#CD6CA5
(205,108,165)
#D27AAE
(210,122,174)
#D788B7
(215,136,183)
#DC96C0
(220,150,192)
#E1A4C9
(225,164,201)
#E6B2D2
(230,178,210)
#EBC0DB
(235,192,219)
#F0CEE4
(240,206,228)
#F5DCED
(245,220,237)
#FAEAF6
(250,234,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85E9C color. Also use rgb(200,94,156) instead hex code.

Text Font Color

.myTextColor { color: #C85E9C; }

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

This text font color is #C85E9C.

Background Color

.myBgColor { background-color: #C85E9C; }

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

This div background color is #C85E9C.

Border color

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

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

This div border color is #C85E9C.

Opacity

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

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

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

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

This text has shadow with #C85E9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C85E9C.

Preview

Color preview on black background

This text has color #C85E9C on black background.


Color preview on white background

This text has color #C85E9C on white background.


Black color preview on #C85E9C background

This text has black color on #C85E9C background.


White color preview on #C85E9C background

This text has white color on #C85E9C background.


Related colors

Complementary color

Complementary color for #hex is #37A163.


I love getcolorcode.com

Triadic colors

1 #9CC85E and #5E9CC8 with #C85E9C are triadic colors.

2 #9C5EC8 and #5EC89C with #C85E9C are triadic colors.