COLOR #C95E27

HEX: #C95E27
RGB: (201,94,39)

Color info

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

RGB color model

#C95E27 color RGB value is (201,94,39).

  • red value is 201;
  • green value is 94;
  • blue value is 39.
RGB:
(201,94,39)
(79%,37%,15%)

RGB channels and saturation

R 201 of 255 = 79%
G 94 of 255 = 37%
B 39 of 255 = 15%

201
94
39

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

Portions of RGB colors in percentages

R + G + B =
201 + 94 + 39 = 334 (100%)
R 201 of 334 ~ 60.18%
G 94 of 334 ~ 28.14%
B 39 of 334 ~ 11.68%

%60.18
%28.14
%11.68

CMYK color model

#C95E27 color CMYK value is (0,53,81,21).

  • cyan value is 0.00%
  • magenta value is 53.23%
  • yellow value is 80.60%
  • key color value is 21.18%
CMYK:
(0,53,81,21)
C0M53Y81K21 
(0%,53%,81%,21%)
(0.00/0.53/0.81/0.21)	

CMYK percentages

%0
%53.23
%80.6
%21.18

Codes

Color #C95E27 in popluar color models

C95E27
RGB2019439
HSL20°67.50%47.06%
HSB/HSV20°80.60%78.82%
CMYK0.00%53.23%80.60%
21.18%

Color #C95E27 in popluar number systems.

HEXC95E27
Decimal2019439
Binary110010011011110100111
Octal31113647

Shades and tints

Shades of #C95E27

#C95E27
(201,94,39)
#B75624
(183,86,36)
#A54E21
(165,78,33)
#93461E
(147,70,30)
#813E1B
(129,62,27)
#6F3618
(111,54,24)
#5D2E15
(93,46,21)
#4B2612
(75,38,18)
#391E0F
(57,30,15)
#27160C
(39,22,12)
#150E09
(21,14,9)
#000000
(0,0,0)

Tints of #C95E27

#C95E27
(201,94,39)
#CD6C3A
(205,108,58)
#D17A4D
(209,122,77)
#D58860
(213,136,96)
#D99673
(217,150,115)
#DDA486
(221,164,134)
#E1B299
(225,178,153)
#E5C0AC
(229,192,172)
#E9CEBF
(233,206,191)
#EDDCD2
(237,220,210)
#F1EAE5
(241,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95E27 color. Also use rgb(201,94,39) instead hex code.

Text Font Color

.myTextColor { color: #C95E27; }

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

This text font color is #C95E27.


Background Color

.myBgColor { background-color: #C95E27; }

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

This div background color is #C95E27.


Border color

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

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

This div border color is #C95E27.


Opacity

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

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

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

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

This text has shadow with #C95E27 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95E27 on black background.


Color preview on white background

This text has color #C95E27 on white background.



Black color preview on #C95E27 background

This text has black color on #C95E27 background.


White color preview on #C95E27 background

This text has white color on #C95E27 background.