COLOR #C90D53

HEX: #C90D53
RGB: (201,13,83)

Color info

#C90D53 contains mainly red color. Web safe color of #C90D53 is #CC0066 (or #C06).

RGB color model

#C90D53 color RGB value is (201,13,83).

  • red value is 201;
  • green value is 13;
  • blue value is 83.
RGB:
(201,13,83)
(79%,5%,33%)

RGB channels and saturation

R 201 of 255 = 79%
G 13 of 255 = 5%
B 83 of 255 = 33%

201
13
83

R + G + B ~ 39%. #C90D53 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
201 + 13 + 83 = 297 (100%)
R 201 of 297 ~ 67.68%
G 13 of 297 ~ 4.38%
B 83 of 297 ~ 27.95%

%67.68
%27.95

CMYK color model

#C90D53 color CMYK value is (0,94,59,21).

  • cyan value is 0.00%
  • magenta value is 93.53%
  • yellow value is 58.71%
  • key color value is 21.18%
CMYK:
(0,94,59,21)
C0M94Y59K21 
(0%,94%,59%,21%)
(0.00/0.94/0.59/0.21)	

CMYK percentages

%0
%93.53
%58.71
%21.18

Codes

Color #C90D53 in popluar color models

C90D53
RGB2011383
HSL338°87.85%41.96%
HSB/HSV338°93.53%78.82%
CMYK0.00%93.53%58.71%
21.18%

Color #C90D53 in popluar number systems.

HEXC90D53
Decimal2011383
Binary1100100111011010011
Octal31115123

Shades and tints

Shades of #C90D53

#C90D53
(201,13,83)
#B70C4C
(183,12,76)
#A50B45
(165,11,69)
#930A3E
(147,10,62)
#810937
(129,9,55)
#6F0830
(111,8,48)
#5D0729
(93,7,41)
#4B0622
(75,6,34)
#39051B
(57,5,27)
#270414
(39,4,20)
#15030D
(21,3,13)
#000000
(0,0,0)

Tints of #C90D53

#C90D53
(201,13,83)
#CD2362
(205,35,98)
#D13971
(209,57,113)
#D54F80
(213,79,128)
#D9658F
(217,101,143)
#DD7B9E
(221,123,158)
#E191AD
(225,145,173)
#E5A7BC
(229,167,188)
#E9BDCB
(233,189,203)
#EDD3DA
(237,211,218)
#F1E9E9
(241,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C90D53 color. Also use rgb(201,13,83) instead hex code.

Text Font Color

.myTextColor { color: #C90D53; }

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

This text font color is #C90D53.


Background Color

.myBgColor { background-color: #C90D53; }

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

This div background color is #C90D53.


Border color

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

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

This div border color is #C90D53.


Opacity

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

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

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

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

This text has shadow with #C90D53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90D53 on black background.


Color preview on white background

This text has color #C90D53 on white background.



Black color preview on #C90D53 background

This text has black color on #C90D53 background.


White color preview on #C90D53 background

This text has white color on #C90D53 background.