COLOR #C992AD

HEX: #C992AD RGB: (201,146,173)

Color info

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

RGB color model

#C992AD color RGB value is (201,146,173).

RGB: (201,146,173) (79%, 57%, 68%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 173 of 255 = 68%

201
146
173

R + G + B ~ 68%. #C992AD is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 146 + 173 = 520 (100%)
R 201 of 520 ~ 38.65%
G 146 of 520 ~ 28.08%
B 173 of 520 ~ 33.27'%

%38.65
%28.08
%33.27

CMYK color model

#C992AD color CMYK value is (0,27,14,21).

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 13.93%
  • key color value is 21.18%

CMYK: (0,27,14,21)
C0M27Y14K21 (0%, 27%, 14%, 21%)
(0.00 / 0.27 / 0.14 / 0.21)

CMYK percentages

%0
%27.36
%13.93
%21.18

Codes

Color #C992AD in popluar color models

C9 92 AD
RGB 201 146 173
HSL 331° 33.74% 68.04%
HSB/HSV 331° 27.36% 78.82%
CMYK 0.00% 27.36% 13.93%
21.18%

Color #C992AD in popluar number systems.

HEX C9 92 AD
Decimal 201 146 173
Binary 11001001 10010010 10101101
Octal 311 222 255

Shades and tints

Shades of #C992AD

#C992AD
(201,146,173)
#B7859E
(183,133,158)
#A5788F
(165,120,143)
#936B80
(147,107,128)
#815E71
(129,94,113)
#6F5162
(111,81,98)
#5D4453
(93,68,83)
#4B3744
(75,55,68)
#392A35
(57,42,53)
#271D26
(39,29,38)
#151017
(21,16,23)
#000000
(0,0,0)

Tints of #C992AD

#C992AD
(201,146,173)
#CD9BB4
(205,155,180)
#D1A4BB
(209,164,187)
#D5ADC2
(213,173,194)
#D9B6C9
(217,182,201)
#DDBFD0
(221,191,208)
#E1C8D7
(225,200,215)
#E5D1DE
(229,209,222)
#E9DAE5
(233,218,229)
#EDE3EC
(237,227,236)
#F1ECF3
(241,236,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C992AD color. Also use rgb(201,146,173) instead hex code.

Text Font Color

.myTextColor { color: #C992AD; }

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

This text font color is #C992AD.

Background Color

.myBgColor { background-color: #C992AD; }

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

This div background color is #C992AD.

Border color

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

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

This div border color is #C992AD.

Opacity

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

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

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

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

This text has shadow with #C992AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C992AD.

Preview

Color preview on black background

This text has color #C992AD on black background.


Color preview on white background

This text has color #C992AD on white background.


Black color preview on #C992AD background

This text has black color on #C992AD background.


White color preview on #C992AD background

This text has white color on #C992AD background.


Related colors

Complementary color

Complementary color for #hex is #366D52.


I love getcolorcode.com

Triadic colors

1 #ADC992 and #92ADC9 with #C992AD are triadic colors.

2 #AD92C9 and #92C9AD with #C992AD are triadic colors.