COLOR #C85D01

HEX: #C85D01
RGB: (200,93,1)

Color info

#C85D01 contains mainly red color. Web safe color of #C85D01 is #CC6600 (or #C60).

RGB color model

#C85D01 color RGB value is (200,93,1).

  • red value is 200;
  • green value is 93;
  • blue value is 1.
RGB:
(200,93,1)
(78%,36%,0%)

RGB channels and saturation

R 200 of 255 = 78%
G 93 of 255 = 36%
B 1 of 255 = 0%

200
93
1

R + G + B ~ 38%. #C85D01 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
200 + 93 + 1 = 294 (100%)
R 200 of 294 ~ 68.03%
G 93 of 294 ~ 31.63%
B 1 of 294 ~ 0.34%

%68.03
%31.63

CMYK color model

#C85D01 color CMYK value is (0,54,100,22).

  • cyan value is 0.00%
  • magenta value is 53.50%
  • yellow value is 99.50%
  • key color value is 21.57%
CMYK:
(0,54,100,22)
C0M54Y100K22 
(0%,54%,100%,22%)
(0.00/0.54/1.00/0.22)	

CMYK percentages

%0
%53.5
%99.5
%21.57

Codes

Color #C85D01 in popluar color models

C85D01
RGB200931
HSL28°99.00%39.41%
HSB/HSV28°99.50%78.43%
CMYK0.00%53.50%99.50%
21.57%

Color #C85D01 in popluar number systems.

HEXC85D01
Decimal200931
Binary1100100010111011
Octal3101351

Shades and tints

Shades of #C85D01

#C85D01
(200,93,1)
#B65501
(182,85,1)
#A44D01
(164,77,1)
#924501
(146,69,1)
#803D01
(128,61,1)
#6E3501
(110,53,1)
#5C2D01
(92,45,1)
#4A2501
(74,37,1)
#381D01
(56,29,1)
#261501
(38,21,1)
#140D01
(20,13,1)
#000000
(0,0,0)

Tints of #C85D01

#C85D01
(200,93,1)
#CD6B18
(205,107,24)
#D2792F
(210,121,47)
#D78746
(215,135,70)
#DC955D
(220,149,93)
#E1A374
(225,163,116)
#E6B18B
(230,177,139)
#EBBFA2
(235,191,162)
#F0CDB9
(240,205,185)
#F5DBD0
(245,219,208)
#FAE9E7
(250,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C85D01; }

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

This text font color is #C85D01.


Background Color

.myBgColor { background-color: #C85D01; }

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

This div background color is #C85D01.


Border color

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

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

This div border color is #C85D01.


Opacity

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

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

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

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

This text has shadow with #C85D01 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C85D01 on black background.


Color preview on white background

This text has color #C85D01 on white background.



Black color preview on #C85D01 background

This text has black color on #C85D01 background.


White color preview on #C85D01 background

This text has white color on #C85D01 background.