COLOR #C95B20

HEX: #C95B20
RGB: (201,91,32)

Color info

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

RGB color model

#C95B20 color RGB value is (201,91,32).

  • red value is 201;
  • green value is 91;
  • blue value is 32.
RGB:
(201,91,32)
(79%,36%,13%)

RGB channels and saturation

R 201 of 255 = 79%
G 91 of 255 = 36%
B 32 of 255 = 13%

201
91
32

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

Portions of RGB colors in percentages

R + G + B =
201 + 91 + 32 = 324 (100%)
R 201 of 324 ~ 62.04%
G 91 of 324 ~ 28.09%
B 32 of 324 ~ 9.88%

%62.04
%28.09
%9.88

CMYK color model

#C95B20 color CMYK value is (0,55,84,21).

  • cyan value is 0.00%
  • magenta value is 54.73%
  • yellow value is 84.08%
  • key color value is 21.18%
CMYK:
(0,55,84,21)
C0M55Y84K21 
(0%,55%,84%,21%)
(0.00/0.55/0.84/0.21)	

CMYK percentages

%0
%54.73
%84.08
%21.18

Codes

Color #C95B20 in popluar color models

C95B20
RGB2019132
HSL21°72.53%45.69%
HSB/HSV21°84.08%78.82%
CMYK0.00%54.73%84.08%
21.18%

Color #C95B20 in popluar number systems.

HEXC95B20
Decimal2019132
Binary110010011011011100000
Octal31113340

Shades and tints

Shades of #C95B20

#C95B20
(201,91,32)
#B7531E
(183,83,30)
#A54B1C
(165,75,28)
#93431A
(147,67,26)
#813B18
(129,59,24)
#6F3316
(111,51,22)
#5D2B14
(93,43,20)
#4B2312
(75,35,18)
#391B10
(57,27,16)
#27130E
(39,19,14)
#150B0C
(21,11,12)
#000000
(0,0,0)

Tints of #C95B20

#C95B20
(201,91,32)
#CD6934
(205,105,52)
#D17748
(209,119,72)
#D5855C
(213,133,92)
#D99370
(217,147,112)
#DDA184
(221,161,132)
#E1AF98
(225,175,152)
#E5BDAC
(229,189,172)
#E9CBC0
(233,203,192)
#EDD9D4
(237,217,212)
#F1E7E8
(241,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95B20 color. Also use rgb(201,91,32) instead hex code.

Text Font Color

.myTextColor { color: #C95B20; }

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

This text font color is #C95B20.


Background Color

.myBgColor { background-color: #C95B20; }

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

This div background color is #C95B20.


Border color

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

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

This div border color is #C95B20.


Opacity

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

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

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

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

This text has shadow with #C95B20 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95B20 on black background.


Color preview on white background

This text has color #C95B20 on white background.



Black color preview on #C95B20 background

This text has black color on #C95B20 background.


White color preview on #C95B20 background

This text has white color on #C95B20 background.