COLOR #C95934

HEX: #C95934
RGB: (201,89,52)

Color info

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

RGB color model

#C95934 color RGB value is (201,89,52).

  • red value is 201;
  • green value is 89;
  • blue value is 52.
RGB:
(201,89,52)
(79%,35%,20%)

RGB channels and saturation

R 201 of 255 = 79%
G 89 of 255 = 35%
B 52 of 255 = 20%

201
89
52

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

Portions of RGB colors in percentages

R + G + B =
201 + 89 + 52 = 342 (100%)
R 201 of 342 ~ 58.77%
G 89 of 342 ~ 26.02%
B 52 of 342 ~ 15.2%

%58.77
%26.02
%15.2

CMYK color model

#C95934 color CMYK value is (0,56,74,21).

  • cyan value is 0.00%
  • magenta value is 55.72%
  • yellow value is 74.13%
  • key color value is 21.18%
CMYK:
(0,56,74,21)
C0M56Y74K21 
(0%,56%,74%,21%)
(0.00/0.56/0.74/0.21)	

CMYK percentages

%0
%55.72
%74.13
%21.18

Codes

Color #C95934 in popluar color models

C95934
RGB2018952
HSL15°58.89%49.61%
HSB/HSV15°74.13%78.82%
CMYK0.00%55.72%74.13%
21.18%

Color #C95934 in popluar number systems.

HEXC95934
Decimal2018952
Binary110010011011001110100
Octal31113164

Shades and tints

Shades of #C95934

#C95934
(201,89,52)
#B75130
(183,81,48)
#A5492C
(165,73,44)
#934128
(147,65,40)
#813924
(129,57,36)
#6F3120
(111,49,32)
#5D291C
(93,41,28)
#4B2118
(75,33,24)
#391914
(57,25,20)
#271110
(39,17,16)
#15090C
(21,9,12)
#000000
(0,0,0)

Tints of #C95934

#C95934
(201,89,52)
#CD6846
(205,104,70)
#D17758
(209,119,88)
#D5866A
(213,134,106)
#D9957C
(217,149,124)
#DDA48E
(221,164,142)
#E1B3A0
(225,179,160)
#E5C2B2
(229,194,178)
#E9D1C4
(233,209,196)
#EDE0D6
(237,224,214)
#F1EFE8
(241,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95934 color. Also use rgb(201,89,52) instead hex code.

Text Font Color

.myTextColor { color: #C95934; }

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

This text font color is #C95934.


Background Color

.myBgColor { background-color: #C95934; }

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

This div background color is #C95934.


Border color

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

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

This div border color is #C95934.


Opacity

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

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

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

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

This text has shadow with #C95934 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95934 on black background.


Color preview on white background

This text has color #C95934 on white background.



Black color preview on #C95934 background

This text has black color on #C95934 background.


White color preview on #C95934 background

This text has white color on #C95934 background.