COLOR #C85D7E

HEX: #C85D7E RGB: (200,93,126)

Color info

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

RGB color model

#C85D7E color RGB value is (200,93,126).

RGB: (200,93,126) (78%, 36%, 49%)

RGB channels and saturation

R 200 of 255 = 78%
G 93 of 255 = 36%
B 126 of 255 = 49%

200
93
126

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

Portions of RGB colors in percentages

R + G + B = 200 + 93 + 126 = 419 (100%)
R 200 of 419 ~ 47.73%
G 93 of 419 ~ 22.2%
B 126 of 419 ~ 30.07'%

%47.73
%22.2
%30.07

CMYK color model

#C85D7E color CMYK value is (0,54,37,22).

  • cyan value is 0.00%
  • magenta value is 53.50%
  • yellow value is 37.00%
  • key color value is 21.57%

CMYK: (0,54,37,22)
C0M54Y37K22 (0%, 54%, 37%, 22%)
(0.00 / 0.54 / 0.37 / 0.22)

CMYK percentages

%0
%53.5
%37
%21.57

Codes

Color #C85D7E in popluar color models

C8 5D 7E
RGB 200 93 126
HSL 341° 49.31% 57.45%
HSB/HSV 341° 53.50% 78.43%
CMYK 0.00% 53.50% 37.00%
21.57%

Color #C85D7E in popluar number systems.

HEX C8 5D 7E
Decimal 200 93 126
Binary 11001000 1011101 1111110
Octal 310 135 176

Shades and tints

Shades of #C85D7E

#C85D7E
(200,93,126)
#B65573
(182,85,115)
#A44D68
(164,77,104)
#92455D
(146,69,93)
#803D52
(128,61,82)
#6E3547
(110,53,71)
#5C2D3C
(92,45,60)
#4A2531
(74,37,49)
#381D26
(56,29,38)
#26151B
(38,21,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #C85D7E

#C85D7E
(200,93,126)
#CD6B89
(205,107,137)
#D27994
(210,121,148)
#D7879F
(215,135,159)
#DC95AA
(220,149,170)
#E1A3B5
(225,163,181)
#E6B1C0
(230,177,192)
#EBBFCB
(235,191,203)
#F0CDD6
(240,205,214)
#F5DBE1
(245,219,225)
#FAE9EC
(250,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85D7E color. Also use rgb(200,93,126) instead hex code.

Text Font Color

.myTextColor { color: #C85D7E; }

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

This text font color is #C85D7E.

Background Color

.myBgColor { background-color: #C85D7E; }

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

This div background color is #C85D7E.

Border color

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

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

This div border color is #C85D7E.

Opacity

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

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

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

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

This text has shadow with #C85D7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C85D7E.

Preview

Color preview on black background

This text has color #C85D7E on black background.


Color preview on white background

This text has color #C85D7E on white background.


Black color preview on #C85D7E background

This text has black color on #C85D7E background.


White color preview on #C85D7E background

This text has white color on #C85D7E background.


Related colors

Complementary color

Complementary color for #hex is #37A281.


I love getcolorcode.com

Triadic colors

1 #7EC85D and #5D7EC8 with #C85D7E are triadic colors.

2 #7E5DC8 and #5DC87E with #C85D7E are triadic colors.