COLOR #C94F50

HEX: #C94F50
RGB: (201,79,80)

Color info

#C94F50 contains mainly red color. Web safe color of #C94F50 is #CC6666 (or #C66).

RGB color model

#C94F50 color RGB value is (201,79,80).

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

RGB channels and saturation

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

201
79
80

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

Portions of RGB colors in percentages

R + G + B =
201 + 79 + 80 = 360 (100%)
R 201 of 360 ~ 55.83%
G 79 of 360 ~ 21.94%
B 80 of 360 ~ 22.22%

%55.83
%21.94
%22.22

CMYK color model

#C94F50 color CMYK value is (0,61,60,21).

  • cyan value is 0.00%
  • magenta value is 60.70%
  • yellow value is 60.20%
  • key color value is 21.18%
CMYK:
(0,61,60,21)
C0M61Y60K21 
(0%,61%,60%,21%)
(0.00/0.61/0.60/0.21)	

CMYK percentages

%0
%60.7
%60.2
%21.18

Codes

Color #C94F50 in popluar color models

C94F50
RGB2017980
HSL360°53.04%54.90%
HSB/HSV360°60.70%78.82%
CMYK0.00%60.70%60.20%
21.18%

Color #C94F50 in popluar number systems.

HEXC94F50
Decimal2017980
Binary1100100110011111010000
Octal311117120

Shades and tints

Shades of #C94F50

#C94F50
(201,79,80)
#B74849
(183,72,73)
#A54142
(165,65,66)
#933A3B
(147,58,59)
#813334
(129,51,52)
#6F2C2D
(111,44,45)
#5D2526
(93,37,38)
#4B1E1F
(75,30,31)
#391718
(57,23,24)
#271011
(39,16,17)
#15090A
(21,9,10)
#000000
(0,0,0)

Tints of #C94F50

#C94F50
(201,79,80)
#CD5F5F
(205,95,95)
#D16F6E
(209,111,110)
#D57F7D
(213,127,125)
#D98F8C
(217,143,140)
#DD9F9B
(221,159,155)
#E1AFAA
(225,175,170)
#E5BFB9
(229,191,185)
#E9CFC8
(233,207,200)
#EDDFD7
(237,223,215)
#F1EFE6
(241,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C94F50; }

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

This text font color is #C94F50.


Background Color

.myBgColor { background-color: #C94F50; }

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

This div background color is #C94F50.


Border color

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

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

This div border color is #C94F50.


Opacity

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

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

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

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

This text has shadow with #C94F50 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C94F50 on black background.


Color preview on white background

This text has color #C94F50 on white background.



Black color preview on #C94F50 background

This text has black color on #C94F50 background.


White color preview on #C94F50 background

This text has white color on #C94F50 background.