COLOR #C95A3C

HEX: #C95A3C
RGB: (201,90,60)

Color info

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

RGB color model

#C95A3C color RGB value is (201,90,60).

  • red value is 201;
  • green value is 90;
  • blue value is 60.
RGB:
(201,90,60)
(79%,35%,24%)

RGB channels and saturation

R 201 of 255 = 79%
G 90 of 255 = 35%
B 60 of 255 = 24%

201
90
60

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

Portions of RGB colors in percentages

R + G + B =
201 + 90 + 60 = 351 (100%)
R 201 of 351 ~ 57.26%
G 90 of 351 ~ 25.64%
B 60 of 351 ~ 17.09%

%57.26
%25.64
%17.09

CMYK color model

#C95A3C color CMYK value is (0,55,70,21).

  • cyan value is 0.00%
  • magenta value is 55.22%
  • yellow value is 70.15%
  • key color value is 21.18%
CMYK:
(0,55,70,21)
C0M55Y70K21 
(0%,55%,70%,21%)
(0.00/0.55/0.70/0.21)	

CMYK percentages

%0
%55.22
%70.15
%21.18

Codes

Color #C95A3C in popluar color models

C95A3C
RGB2019060
HSL13°56.63%51.18%
HSB/HSV13°70.15%78.82%
CMYK0.00%55.22%70.15%
21.18%

Color #C95A3C in popluar number systems.

HEXC95A3C
Decimal2019060
Binary110010011011010111100
Octal31113274

Shades and tints

Shades of #C95A3C

#C95A3C
(201,90,60)
#B75237
(183,82,55)
#A54A32
(165,74,50)
#93422D
(147,66,45)
#813A28
(129,58,40)
#6F3223
(111,50,35)
#5D2A1E
(93,42,30)
#4B2219
(75,34,25)
#391A14
(57,26,20)
#27120F
(39,18,15)
#150A0A
(21,10,10)
#000000
(0,0,0)

Tints of #C95A3C

#C95A3C
(201,90,60)
#CD694D
(205,105,77)
#D1785E
(209,120,94)
#D5876F
(213,135,111)
#D99680
(217,150,128)
#DDA591
(221,165,145)
#E1B4A2
(225,180,162)
#E5C3B3
(229,195,179)
#E9D2C4
(233,210,196)
#EDE1D5
(237,225,213)
#F1F0E6
(241,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95A3C color. Also use rgb(201,90,60) instead hex code.

Text Font Color

.myTextColor { color: #C95A3C; }

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

This text font color is #C95A3C.


Background Color

.myBgColor { background-color: #C95A3C; }

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

This div background color is #C95A3C.


Border color

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

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

This div border color is #C95A3C.


Opacity

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

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

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

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

This text has shadow with #C95A3C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95A3C on black background.


Color preview on white background

This text has color #C95A3C on white background.



Black color preview on #C95A3C background

This text has black color on #C95A3C background.


White color preview on #C95A3C background

This text has white color on #C95A3C background.