COLOR #C85476

HEX: #C85476
RGB: (200,84,118)

Color info

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

RGB color model

#C85476 color RGB value is (200,84,118).

  • red value is 200;
  • green value is 84;
  • blue value is 118.
RGB:
(200,84,118)
(78%,33%,46%)

RGB channels and saturation

R 200 of 255 = 78%
G 84 of 255 = 33%
B 118 of 255 = 46%

200
84
118

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

Portions of RGB colors in percentages

R + G + B =
200 + 84 + 118 = 402 (100%)
R 200 of 402 ~ 49.75%
G 84 of 402 ~ 20.9%
B 118 of 402 ~ 29.35%

%49.75
%20.9
%29.35

CMYK color model

#C85476 color CMYK value is (0,58,41,22).

  • cyan value is 0.00%
  • magenta value is 58.00%
  • yellow value is 41.00%
  • key color value is 21.57%
CMYK:
(0,58,41,22)
C0M58Y41K22 
(0%,58%,41%,22%)
(0.00/0.58/0.41/0.22)	

CMYK percentages

%0
%58
%41
%21.57

Codes

Color #C85476 in popluar color models

C85476
RGB20084118
HSL342°51.33%55.69%
HSB/HSV342°58.00%78.43%
CMYK0.00%58.00%41.00%
21.57%

Color #C85476 in popluar number systems.

HEXC85476
Decimal20084118
Binary1100100010101001110110
Octal310124166

Shades and tints

Shades of #C85476

#C85476
(200,84,118)
#B64D6C
(182,77,108)
#A44662
(164,70,98)
#923F58
(146,63,88)
#80384E
(128,56,78)
#6E3144
(110,49,68)
#5C2A3A
(92,42,58)
#4A2330
(74,35,48)
#381C26
(56,28,38)
#26151C
(38,21,28)
#140E12
(20,14,18)
#000000
(0,0,0)

Tints of #C85476

#C85476
(200,84,118)
#CD6382
(205,99,130)
#D2728E
(210,114,142)
#D7819A
(215,129,154)
#DC90A6
(220,144,166)
#E19FB2
(225,159,178)
#E6AEBE
(230,174,190)
#EBBDCA
(235,189,202)
#F0CCD6
(240,204,214)
#F5DBE2
(245,219,226)
#FAEAEE
(250,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85476 color. Also use rgb(200,84,118) instead hex code.

Text Font Color

.myTextColor { color: #C85476; }

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

This text font color is #C85476.


Background Color

.myBgColor { background-color: #C85476; }

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

This div background color is #C85476.


Border color

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

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

This div border color is #C85476.


Opacity

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

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

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

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

This text has shadow with #C85476 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85476 on black background.


Color preview on white background

This text has color #C85476 on white background.



Black color preview on #C85476 background

This text has black color on #C85476 background.


White color preview on #C85476 background

This text has white color on #C85476 background.