COLOR #C990A6

HEX: #C990A6
RGB: (201,144,166)

Color info

#C990A6 contains red, green and blue colors in about the same proportion. Web safe color of #C990A6 is #CC9999 (or #C99).

RGB color model

#C990A6 color RGB value is (201,144,166).

  • red value is 201;
  • green value is 144;
  • blue value is 166.
RGB:
(201,144,166)
(79%,56%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 144 of 255 = 56%
B 166 of 255 = 65%

201
144
166

R + G + B ~ 67%. #C990A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 144 + 166 = 511 (100%)
R 201 of 511 ~ 39.33%
G 144 of 511 ~ 28.18%
B 166 of 511 ~ 32.49%

%39.33
%28.18
%32.49

CMYK color model

#C990A6 color CMYK value is (0,28,17,21).

  • cyan value is 0.00%
  • magenta value is 28.36%
  • yellow value is 17.41%
  • key color value is 21.18%
CMYK:
(0,28,17,21)
C0M28Y17K21 
(0%,28%,17%,21%)
(0.00/0.28/0.17/0.21)	

CMYK percentages

%0
%28.36
%17.41
%21.18

Codes

Color #C990A6 in popluar color models

C990A6
RGB201144166
HSL337°34.55%67.65%
HSB/HSV337°28.36%78.82%
CMYK0.00%28.36%17.41%
21.18%

Color #C990A6 in popluar number systems.

HEXC990A6
Decimal201144166
Binary110010011001000010100110
Octal311220246

Shades and tints

Shades of #C990A6

#C990A6
(201,144,166)
#B78397
(183,131,151)
#A57688
(165,118,136)
#936979
(147,105,121)
#815C6A
(129,92,106)
#6F4F5B
(111,79,91)
#5D424C
(93,66,76)
#4B353D
(75,53,61)
#39282E
(57,40,46)
#271B1F
(39,27,31)
#150E10
(21,14,16)
#000000
(0,0,0)

Tints of #C990A6

#C990A6
(201,144,166)
#CD9AAE
(205,154,174)
#D1A4B6
(209,164,182)
#D5AEBE
(213,174,190)
#D9B8C6
(217,184,198)
#DDC2CE
(221,194,206)
#E1CCD6
(225,204,214)
#E5D6DE
(229,214,222)
#E9E0E6
(233,224,230)
#EDEAEE
(237,234,238)
#F1F4F6
(241,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C990A6 color. Also use rgb(201,144,166) instead hex code.

Text Font Color

.myTextColor { color: #C990A6; }

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

This text font color is #C990A6.


Background Color

.myBgColor { background-color: #C990A6; }

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

This div background color is #C990A6.


Border color

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

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

This div border color is #C990A6.


Opacity

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

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

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

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

This text has shadow with #C990A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C990A6 on black background.


Color preview on white background

This text has color #C990A6 on white background.



Black color preview on #C990A6 background

This text has black color on #C990A6 background.


White color preview on #C990A6 background

This text has white color on #C990A6 background.