COLOR #C85762

HEX: #C85762 RGB: (200,87,98)

Color info

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

RGB color model

#C85762 color RGB value is (200,87,98).

RGB: (200,87,98) (78%, 34%, 38%)

RGB channels and saturation

R 200 of 255 = 78%
G 87 of 255 = 34%
B 98 of 255 = 38%

200
87
98

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

Portions of RGB colors in percentages

R + G + B = 200 + 87 + 98 = 385 (100%)
R 200 of 385 ~ 51.95%
G 87 of 385 ~ 22.6%
B 98 of 385 ~ 25.45'%

%51.95
%22.6
%25.45

CMYK color model

#C85762 color CMYK value is (0,57,51,22).

  • cyan value is 0.00%
  • magenta value is 56.50%
  • yellow value is 51.00%
  • key color value is 21.57%

CMYK: (0,57,51,22)
C0M57Y51K22 (0%, 57%, 51%, 22%)
(0.00 / 0.57 / 0.51 / 0.22)

CMYK percentages

%0
%56.5
%51
%21.57

Codes

Color #C85762 in popluar color models

C8 57 62
RGB 200 87 98
HSL 354° 50.67% 56.27%
HSB/HSV 354° 56.50% 78.43%
CMYK 0.00% 56.50% 51.00%
21.57%

Color #C85762 in popluar number systems.

HEX C8 57 62
Decimal 200 87 98
Binary 11001000 1010111 1100010
Octal 310 127 142

Shades and tints

Shades of #C85762

#C85762
(200,87,98)
#B6505A
(182,80,90)
#A44952
(164,73,82)
#92424A
(146,66,74)
#803B42
(128,59,66)
#6E343A
(110,52,58)
#5C2D32
(92,45,50)
#4A262A
(74,38,42)
#381F22
(56,31,34)
#26181A
(38,24,26)
#141112
(20,17,18)
#000000
(0,0,0)

Tints of #C85762

#C85762
(200,87,98)
#CD6670
(205,102,112)
#D2757E
(210,117,126)
#D7848C
(215,132,140)
#DC939A
(220,147,154)
#E1A2A8
(225,162,168)
#E6B1B6
(230,177,182)
#EBC0C4
(235,192,196)
#F0CFD2
(240,207,210)
#F5DEE0
(245,222,224)
#FAEDEE
(250,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85762 color. Also use rgb(200,87,98) instead hex code.

Text Font Color

.myTextColor { color: #C85762; }

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

This text font color is #C85762.

Background Color

.myBgColor { background-color: #C85762; }

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

This div background color is #C85762.

Border color

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

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

This div border color is #C85762.

Opacity

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

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

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

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

This text has shadow with #C85762 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C85762.

Preview

Color preview on black background

This text has color #C85762 on black background.


Color preview on white background

This text has color #C85762 on white background.


Black color preview on #C85762 background

This text has black color on #C85762 background.


White color preview on #C85762 background

This text has white color on #C85762 background.


Related colors

Complementary color

Complementary color for #hex is #37A89D.


I love getcolorcode.com

Triadic colors

1 #62C857 and #5762C8 with #C85762 are triadic colors.

2 #6257C8 and #57C862 with #C85762 are triadic colors.