COLOR #C95054

HEX: #C95054
RGB: (201,80,84)

Color info

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

RGB color model

#C95054 color RGB value is (201,80,84).

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

RGB channels and saturation

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

201
80
84

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

Portions of RGB colors in percentages

R + G + B =
201 + 80 + 84 = 365 (100%)
R 201 of 365 ~ 55.07%
G 80 of 365 ~ 21.92%
B 84 of 365 ~ 23.01%

%55.07
%21.92
%23.01

CMYK color model

#C95054 color CMYK value is (0,60,58,21).

  • cyan value is 0.00%
  • magenta value is 60.20%
  • yellow value is 58.21%
  • key color value is 21.18%
CMYK:
(0,60,58,21)
C0M60Y58K21 
(0%,60%,58%,21%)
(0.00/0.60/0.58/0.21)	

CMYK percentages

%0
%60.2
%58.21
%21.18

Codes

Color #C95054 in popluar color models

C95054
RGB2018084
HSL358°52.84%55.10%
HSB/HSV358°60.20%78.82%
CMYK0.00%60.20%58.21%
21.18%

Color #C95054 in popluar number systems.

HEXC95054
Decimal2018084
Binary1100100110100001010100
Octal311120124

Shades and tints

Shades of #C95054

#C95054
(201,80,84)
#B7494D
(183,73,77)
#A54246
(165,66,70)
#933B3F
(147,59,63)
#813438
(129,52,56)
#6F2D31
(111,45,49)
#5D262A
(93,38,42)
#4B1F23
(75,31,35)
#39181C
(57,24,28)
#271115
(39,17,21)
#150A0E
(21,10,14)
#000000
(0,0,0)

Tints of #C95054

#C95054
(201,80,84)
#CD5F63
(205,95,99)
#D16E72
(209,110,114)
#D57D81
(213,125,129)
#D98C90
(217,140,144)
#DD9B9F
(221,155,159)
#E1AAAE
(225,170,174)
#E5B9BD
(229,185,189)
#E9C8CC
(233,200,204)
#EDD7DB
(237,215,219)
#F1E6EA
(241,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C95054; }

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

This text font color is #C95054.


Background Color

.myBgColor { background-color: #C95054; }

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

This div background color is #C95054.


Border color

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

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

This div border color is #C95054.


Opacity

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

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

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

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

This text has shadow with #C95054 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95054 on black background.


Color preview on white background

This text has color #C95054 on white background.



Black color preview on #C95054 background

This text has black color on #C95054 background.


White color preview on #C95054 background

This text has white color on #C95054 background.