COLOR #C9503B

HEX: #C9503B
RGB: (201,80,59)

Color info

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

RGB color model

#C9503B color RGB value is (201,80,59).

  • red value is 201;
  • green value is 80;
  • blue value is 59.
RGB:
(201,80,59)
(79%,31%,23%)

RGB channels and saturation

R 201 of 255 = 79%
G 80 of 255 = 31%
B 59 of 255 = 23%

201
80
59

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

Portions of RGB colors in percentages

R + G + B =
201 + 80 + 59 = 340 (100%)
R 201 of 340 ~ 59.12%
G 80 of 340 ~ 23.53%
B 59 of 340 ~ 17.35%

%59.12
%23.53
%17.35

CMYK color model

#C9503B color CMYK value is (0,60,71,21).

  • cyan value is 0.00%
  • magenta value is 60.20%
  • yellow value is 70.65%
  • key color value is 21.18%
CMYK:
(0,60,71,21)
C0M60Y71K21 
(0%,60%,71%,21%)
(0.00/0.60/0.71/0.21)	

CMYK percentages

%0
%60.2
%70.65
%21.18

Codes

Color #C9503B in popluar color models

C9503B
RGB2018059
HSL56.80%50.98%
HSB/HSV70.65%78.82%
CMYK0.00%60.20%70.65%
21.18%

Color #C9503B in popluar number systems.

HEXC9503B
Decimal2018059
Binary110010011010000111011
Octal31112073

Shades and tints

Shades of #C9503B

#C9503B
(201,80,59)
#B74936
(183,73,54)
#A54231
(165,66,49)
#933B2C
(147,59,44)
#813427
(129,52,39)
#6F2D22
(111,45,34)
#5D261D
(93,38,29)
#4B1F18
(75,31,24)
#391813
(57,24,19)
#27110E
(39,17,14)
#150A09
(21,10,9)
#000000
(0,0,0)

Tints of #C9503B

#C9503B
(201,80,59)
#CD5F4C
(205,95,76)
#D16E5D
(209,110,93)
#D57D6E
(213,125,110)
#D98C7F
(217,140,127)
#DD9B90
(221,155,144)
#E1AAA1
(225,170,161)
#E5B9B2
(229,185,178)
#E9C8C3
(233,200,195)
#EDD7D4
(237,215,212)
#F1E6E5
(241,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9503B color. Also use rgb(201,80,59) instead hex code.

Text Font Color

.myTextColor { color: #C9503B; }

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

This text font color is #C9503B.


Background Color

.myBgColor { background-color: #C9503B; }

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

This div background color is #C9503B.


Border color

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

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

This div border color is #C9503B.


Opacity

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

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

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

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

This text has shadow with #C9503B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9503B on black background.


Color preview on white background

This text has color #C9503B on white background.



Black color preview on #C9503B background

This text has black color on #C9503B background.


White color preview on #C9503B background

This text has white color on #C9503B background.