COLOR #C90A80

HEX: #C90A80
RGB: (201,10,128)

Color info

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

RGB color model

#C90A80 color RGB value is (201,10,128).

  • red value is 201;
  • green value is 10;
  • blue value is 128.
RGB:
(201,10,128)
(79%,4%,50%)

RGB channels and saturation

R 201 of 255 = 79%
G 10 of 255 = 4%
B 128 of 255 = 50%

201
10
128

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

Portions of RGB colors in percentages

R + G + B =
201 + 10 + 128 = 339 (100%)
R 201 of 339 ~ 59.29%
G 10 of 339 ~ 2.95%
B 128 of 339 ~ 37.76%

%59.29
%37.76

CMYK color model

#C90A80 color CMYK value is (0,95,36,21).

  • cyan value is 0.00%
  • magenta value is 95.02%
  • yellow value is 36.32%
  • key color value is 21.18%
CMYK:
(0,95,36,21)
C0M95Y36K21 
(0%,95%,36%,21%)
(0.00/0.95/0.36/0.21)	

CMYK percentages

%0
%95.02
%36.32
%21.18

Codes

Color #C90A80 in popluar color models

C90A80
RGB20110128
HSL323°90.52%41.37%
HSB/HSV323°95.02%78.82%
CMYK0.00%95.02%36.32%
21.18%

Color #C90A80 in popluar number systems.

HEXC90A80
Decimal20110128
Binary11001001101010000000
Octal31112200

Shades and tints

Shades of #C90A80

#C90A80
(201,10,128)
#B70A75
(183,10,117)
#A50A6A
(165,10,106)
#930A5F
(147,10,95)
#810A54
(129,10,84)
#6F0A49
(111,10,73)
#5D0A3E
(93,10,62)
#4B0A33
(75,10,51)
#390A28
(57,10,40)
#270A1D
(39,10,29)
#150A12
(21,10,18)
#000000
(0,0,0)

Tints of #C90A80

#C90A80
(201,10,128)
#CD208B
(205,32,139)
#D13696
(209,54,150)
#D54CA1
(213,76,161)
#D962AC
(217,98,172)
#DD78B7
(221,120,183)
#E18EC2
(225,142,194)
#E5A4CD
(229,164,205)
#E9BAD8
(233,186,216)
#EDD0E3
(237,208,227)
#F1E6EE
(241,230,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C90A80 color. Also use rgb(201,10,128) instead hex code.

Text Font Color

.myTextColor { color: #C90A80; }

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

This text font color is #C90A80.


Background Color

.myBgColor { background-color: #C90A80; }

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

This div background color is #C90A80.


Border color

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

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

This div border color is #C90A80.


Opacity

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

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

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

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

This text has shadow with #C90A80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C90A80 on black background.


Color preview on white background

This text has color #C90A80 on white background.



Black color preview on #C90A80 background

This text has black color on #C90A80 background.


White color preview on #C90A80 background

This text has white color on #C90A80 background.