COLOR #C85C4F

HEX: #C85C4F
RGB: (200,92,79)

Color info

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

RGB color model

#C85C4F color RGB value is (200,92,79).

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

RGB channels and saturation

R 200 of 255 = 78%
G 92 of 255 = 36%
B 79 of 255 = 31%

200
92
79

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

Portions of RGB colors in percentages

R + G + B =
200 + 92 + 79 = 371 (100%)
R 200 of 371 ~ 53.91%
G 92 of 371 ~ 24.8%
B 79 of 371 ~ 21.29%

%53.91
%24.8
%21.29

CMYK color model

#C85C4F color CMYK value is (0,54,61,22).

  • cyan value is 0.00%
  • magenta value is 54.00%
  • yellow value is 60.50%
  • key color value is 21.57%
CMYK:
(0,54,61,22)
C0M54Y61K22 
(0%,54%,61%,22%)
(0.00/0.54/0.61/0.22)	

CMYK percentages

%0
%54
%60.5
%21.57

Codes

Color #C85C4F in popluar color models

C85C4F
RGB2009279
HSL52.38%54.71%
HSB/HSV60.50%78.43%
CMYK0.00%54.00%60.50%
21.57%

Color #C85C4F in popluar number systems.

HEXC85C4F
Decimal2009279
Binary1100100010111001001111
Octal310134117

Shades and tints

Shades of #C85C4F

#C85C4F
(200,92,79)
#B65448
(182,84,72)
#A44C41
(164,76,65)
#92443A
(146,68,58)
#803C33
(128,60,51)
#6E342C
(110,52,44)
#5C2C25
(92,44,37)
#4A241E
(74,36,30)
#381C17
(56,28,23)
#261410
(38,20,16)
#140C09
(20,12,9)
#000000
(0,0,0)

Tints of #C85C4F

#C85C4F
(200,92,79)
#CD6A5F
(205,106,95)
#D2786F
(210,120,111)
#D7867F
(215,134,127)
#DC948F
(220,148,143)
#E1A29F
(225,162,159)
#E6B0AF
(230,176,175)
#EBBEBF
(235,190,191)
#F0CCCF
(240,204,207)
#F5DADF
(245,218,223)
#FAE8EF
(250,232,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C85C4F; }

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

This text font color is #C85C4F.


Background Color

.myBgColor { background-color: #C85C4F; }

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

This div background color is #C85C4F.


Border color

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

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

This div border color is #C85C4F.


Opacity

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

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

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

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

This text has shadow with #C85C4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85C4F on black background.


Color preview on white background

This text has color #C85C4F on white background.



Black color preview on #C85C4F background

This text has black color on #C85C4F background.


White color preview on #C85C4F background

This text has white color on #C85C4F background.