COLOR #C9591A

HEX: #C9591A
RGB: (201,89,26)

Color info

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

RGB color model

#C9591A color RGB value is (201,89,26).

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

RGB channels and saturation

R 201 of 255 = 79%
G 89 of 255 = 35%
B 26 of 255 = 10%

201
89
26

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

Portions of RGB colors in percentages

R + G + B =
201 + 89 + 26 = 316 (100%)
R 201 of 316 ~ 63.61%
G 89 of 316 ~ 28.16%
B 26 of 316 ~ 8.23%

%63.61
%28.16

CMYK color model

#C9591A color CMYK value is (0,56,87,21).

  • cyan value is 0.00%
  • magenta value is 55.72%
  • yellow value is 87.06%
  • key color value is 21.18%
CMYK:
(0,56,87,21)
C0M56Y87K21 
(0%,56%,87%,21%)
(0.00/0.56/0.87/0.21)	

CMYK percentages

%0
%55.72
%87.06
%21.18

Codes

Color #C9591A in popluar color models

C9591A
RGB2018926
HSL22°77.09%44.51%
HSB/HSV22°87.06%78.82%
CMYK0.00%55.72%87.06%
21.18%

Color #C9591A in popluar number systems.

HEXC9591A
Decimal2018926
Binary11001001101100111010
Octal31113132

Shades and tints

Shades of #C9591A

#C9591A
(201,89,26)
#B75118
(183,81,24)
#A54916
(165,73,22)
#934114
(147,65,20)
#813912
(129,57,18)
#6F3110
(111,49,16)
#5D290E
(93,41,14)
#4B210C
(75,33,12)
#39190A
(57,25,10)
#271108
(39,17,8)
#150906
(21,9,6)
#000000
(0,0,0)

Tints of #C9591A

#C9591A
(201,89,26)
#CD682E
(205,104,46)
#D17742
(209,119,66)
#D58656
(213,134,86)
#D9956A
(217,149,106)
#DDA47E
(221,164,126)
#E1B392
(225,179,146)
#E5C2A6
(229,194,166)
#E9D1BA
(233,209,186)
#EDE0CE
(237,224,206)
#F1EFE2
(241,239,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9591A; }

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

This text font color is #C9591A.


Background Color

.myBgColor { background-color: #C9591A; }

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

This div background color is #C9591A.


Border color

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

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

This div border color is #C9591A.


Opacity

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

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

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

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

This text has shadow with #C9591A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9591A on black background.


Color preview on white background

This text has color #C9591A on white background.



Black color preview on #C9591A background

This text has black color on #C9591A background.


White color preview on #C9591A background

This text has white color on #C9591A background.