COLOR #C90D57

HEX: #C90D57
RGB: (201,13,87)

Color info

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

RGB color model

#C90D57 color RGB value is (201,13,87).

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

RGB channels and saturation

R 201 of 255 = 79%
G 13 of 255 = 5%
B 87 of 255 = 34%

201
13
87

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

Portions of RGB colors in percentages

R + G + B =
201 + 13 + 87 = 301 (100%)
R 201 of 301 ~ 66.78%
G 13 of 301 ~ 4.32%
B 87 of 301 ~ 28.9%

%66.78
%28.9

CMYK color model

#C90D57 color CMYK value is (0,94,57,21).

  • cyan value is 0.00%
  • magenta value is 93.53%
  • yellow value is 56.72%
  • key color value is 21.18%
CMYK:
(0,94,57,21)
C0M94Y57K21 
(0%,94%,57%,21%)
(0.00/0.94/0.57/0.21)	

CMYK percentages

%0
%93.53
%56.72
%21.18

Codes

Color #C90D57 in popluar color models

C90D57
RGB2011387
HSL336°87.85%41.96%
HSB/HSV336°93.53%78.82%
CMYK0.00%93.53%56.72%
21.18%

Color #C90D57 in popluar number systems.

HEXC90D57
Decimal2011387
Binary1100100111011010111
Octal31115127

Shades and tints

Shades of #C90D57

#C90D57
(201,13,87)
#B70C50
(183,12,80)
#A50B49
(165,11,73)
#930A42
(147,10,66)
#81093B
(129,9,59)
#6F0834
(111,8,52)
#5D072D
(93,7,45)
#4B0626
(75,6,38)
#39051F
(57,5,31)
#270418
(39,4,24)
#150311
(21,3,17)
#000000
(0,0,0)

Tints of #C90D57

#C90D57
(201,13,87)
#CD2366
(205,35,102)
#D13975
(209,57,117)
#D54F84
(213,79,132)
#D96593
(217,101,147)
#DD7BA2
(221,123,162)
#E191B1
(225,145,177)
#E5A7C0
(229,167,192)
#E9BDCF
(233,189,207)
#EDD3DE
(237,211,222)
#F1E9ED
(241,233,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C90D57; }

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

This text font color is #C90D57.


Background Color

.myBgColor { background-color: #C90D57; }

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

This div background color is #C90D57.


Border color

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

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

This div border color is #C90D57.


Opacity

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

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

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

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

This text has shadow with #C90D57 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90D57 on black background.


Color preview on white background

This text has color #C90D57 on white background.



Black color preview on #C90D57 background

This text has black color on #C90D57 background.


White color preview on #C90D57 background

This text has white color on #C90D57 background.