COLOR #C94957

HEX: #C94957
RGB: (201,73,87)

Color info

#C94957 contains mainly red color. Web safe color of #C94957 is #CC3366 (or #C36).

RGB color model

#C94957 color RGB value is (201,73,87).

  • red value is 201;
  • green value is 73;
  • blue value is 87.
RGB:
(201,73,87)
(79%,29%,34%)

RGB channels and saturation

R 201 of 255 = 79%
G 73 of 255 = 29%
B 87 of 255 = 34%

201
73
87

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

Portions of RGB colors in percentages

R + G + B =
201 + 73 + 87 = 361 (100%)
R 201 of 361 ~ 55.68%
G 73 of 361 ~ 20.22%
B 87 of 361 ~ 24.1%

%55.68
%20.22
%24.1

CMYK color model

#C94957 color CMYK value is (0,64,57,21).

  • cyan value is 0.00%
  • magenta value is 63.68%
  • yellow value is 56.72%
  • key color value is 21.18%
CMYK:
(0,64,57,21)
C0M64Y57K21 
(0%,64%,57%,21%)
(0.00/0.64/0.57/0.21)	

CMYK percentages

%0
%63.68
%56.72
%21.18

Codes

Color #C94957 in popluar color models

C94957
RGB2017387
HSL353°54.24%53.73%
HSB/HSV353°63.68%78.82%
CMYK0.00%63.68%56.72%
21.18%

Color #C94957 in popluar number systems.

HEXC94957
Decimal2017387
Binary1100100110010011010111
Octal311111127

Shades and tints

Shades of #C94957

#C94957
(201,73,87)
#B74350
(183,67,80)
#A53D49
(165,61,73)
#933742
(147,55,66)
#81313B
(129,49,59)
#6F2B34
(111,43,52)
#5D252D
(93,37,45)
#4B1F26
(75,31,38)
#39191F
(57,25,31)
#271318
(39,19,24)
#150D11
(21,13,17)
#000000
(0,0,0)

Tints of #C94957

#C94957
(201,73,87)
#CD5966
(205,89,102)
#D16975
(209,105,117)
#D57984
(213,121,132)
#D98993
(217,137,147)
#DD99A2
(221,153,162)
#E1A9B1
(225,169,177)
#E5B9C0
(229,185,192)
#E9C9CF
(233,201,207)
#EDD9DE
(237,217,222)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C94957 color. Also use rgb(201,73,87) instead hex code.

Text Font Color

.myTextColor { color: #C94957; }

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

This text font color is #C94957.


Background Color

.myBgColor { background-color: #C94957; }

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

This div background color is #C94957.


Border color

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

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

This div border color is #C94957.


Opacity

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

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

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

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

This text has shadow with #C94957 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94957 on black background.


Color preview on white background

This text has color #C94957 on white background.



Black color preview on #C94957 background

This text has black color on #C94957 background.


White color preview on #C94957 background

This text has white color on #C94957 background.