COLOR #C85636

HEX: #C85636
RGB: (200,86,54)

Color info

#C85636 contains mainly red color. Web safe color of #C85636 is #CC6633 (or #C63).

RGB color model

#C85636 color RGB value is (200,86,54).

  • red value is 200;
  • green value is 86;
  • blue value is 54.
RGB:
(200,86,54)
(78%,34%,21%)

RGB channels and saturation

R 200 of 255 = 78%
G 86 of 255 = 34%
B 54 of 255 = 21%

200
86
54

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

Portions of RGB colors in percentages

R + G + B =
200 + 86 + 54 = 340 (100%)
R 200 of 340 ~ 58.82%
G 86 of 340 ~ 25.29%
B 54 of 340 ~ 15.88%

%58.82
%25.29
%15.88

CMYK color model

#C85636 color CMYK value is (0,57,73,22).

  • cyan value is 0.00%
  • magenta value is 57.00%
  • yellow value is 73.00%
  • key color value is 21.57%
CMYK:
(0,57,73,22)
C0M57Y73K22 
(0%,57%,73%,22%)
(0.00/0.57/0.73/0.22)	

CMYK percentages

%0
%57
%73
%21.57

Codes

Color #C85636 in popluar color models

C85636
RGB2008654
HSL13°57.48%49.80%
HSB/HSV13°73.00%78.43%
CMYK0.00%57.00%73.00%
21.57%

Color #C85636 in popluar number systems.

HEXC85636
Decimal2008654
Binary110010001010110110110
Octal31012666

Shades and tints

Shades of #C85636

#C85636
(200,86,54)
#B64F32
(182,79,50)
#A4482E
(164,72,46)
#92412A
(146,65,42)
#803A26
(128,58,38)
#6E3322
(110,51,34)
#5C2C1E
(92,44,30)
#4A251A
(74,37,26)
#381E16
(56,30,22)
#261712
(38,23,18)
#14100E
(20,16,14)
#000000
(0,0,0)

Tints of #C85636

#C85636
(200,86,54)
#CD6548
(205,101,72)
#D2745A
(210,116,90)
#D7836C
(215,131,108)
#DC927E
(220,146,126)
#E1A190
(225,161,144)
#E6B0A2
(230,176,162)
#EBBFB4
(235,191,180)
#F0CEC6
(240,206,198)
#F5DDD8
(245,221,216)
#FAECEA
(250,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C85636 color. Also use rgb(200,86,54) instead hex code.

Text Font Color

.myTextColor { color: #C85636; }

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

This text font color is #C85636.


Background Color

.myBgColor { background-color: #C85636; }

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

This div background color is #C85636.


Border color

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

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

This div border color is #C85636.


Opacity

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

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

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

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

This text has shadow with #C85636 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85636 on black background.


Color preview on white background

This text has color #C85636 on white background.



Black color preview on #C85636 background

This text has black color on #C85636 background.


White color preview on #C85636 background

This text has white color on #C85636 background.