COLOR #C95234

HEX: #C95234
RGB: (201,82,52)

Color info

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

RGB color model

#C95234 color RGB value is (201,82,52).

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

RGB channels and saturation

R 201 of 255 = 79%
G 82 of 255 = 32%
B 52 of 255 = 20%

201
82
52

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

Portions of RGB colors in percentages

R + G + B =
201 + 82 + 52 = 335 (100%)
R 201 of 335 ~ 60%
G 82 of 335 ~ 24.48%
B 52 of 335 ~ 15.52%

%60
%24.48
%15.52

CMYK color model

#C95234 color CMYK value is (0,59,74,21).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 74.13%
  • key color value is 21.18%
CMYK:
(0,59,74,21)
C0M59Y74K21 
(0%,59%,74%,21%)
(0.00/0.59/0.74/0.21)	

CMYK percentages

%0
%59.2
%74.13
%21.18

Codes

Color #C95234 in popluar color models

C95234
RGB2018252
HSL12°58.89%49.61%
HSB/HSV12°74.13%78.82%
CMYK0.00%59.20%74.13%
21.18%

Color #C95234 in popluar number systems.

HEXC95234
Decimal2018252
Binary110010011010010110100
Octal31112264

Shades and tints

Shades of #C95234

#C95234
(201,82,52)
#B74B30
(183,75,48)
#A5442C
(165,68,44)
#933D28
(147,61,40)
#813624
(129,54,36)
#6F2F20
(111,47,32)
#5D281C
(93,40,28)
#4B2118
(75,33,24)
#391A14
(57,26,20)
#271310
(39,19,16)
#150C0C
(21,12,12)
#000000
(0,0,0)

Tints of #C95234

#C95234
(201,82,52)
#CD6146
(205,97,70)
#D17058
(209,112,88)
#D57F6A
(213,127,106)
#D98E7C
(217,142,124)
#DD9D8E
(221,157,142)
#E1ACA0
(225,172,160)
#E5BBB2
(229,187,178)
#E9CAC4
(233,202,196)
#EDD9D6
(237,217,214)
#F1E8E8
(241,232,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C95234; }

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

This text font color is #C95234.


Background Color

.myBgColor { background-color: #C95234; }

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

This div background color is #C95234.


Border color

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

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

This div border color is #C95234.


Opacity

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

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

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

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

This text has shadow with #C95234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95234 on black background.


Color preview on white background

This text has color #C95234 on white background.



Black color preview on #C95234 background

This text has black color on #C95234 background.


White color preview on #C95234 background

This text has white color on #C95234 background.