COLOR #C992AC

HEX: #C992AC RGB: (201,146,172)

Color info

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

RGB color model

#C992AC color RGB value is (201,146,172).

RGB: (201,146,172) (79%, 57%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 146 of 255 = 57%
B 172 of 255 = 67%

201
146
172

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

Portions of RGB colors in percentages

R + G + B = 201 + 146 + 172 = 519 (100%)
R 201 of 519 ~ 38.73%
G 146 of 519 ~ 28.13%
B 172 of 519 ~ 33.14'%

%38.73
%28.13
%33.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 27.36%
  • yellow value is 14.43%
  • 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
%14.43
%21.18

Codes

Color #C992AC in popluar color models

C9 92 AC
RGB 201 146 172
HSL 332° 33.74% 68.04%
HSB/HSV 332° 27.36% 78.82%
CMYK 0.00% 27.36% 14.43%
21.18%

Color #C992AC in popluar number systems.

HEX C9 92 AC
Decimal 201 146 172
Binary 11001001 10010010 10101100
Octal 311 222 254

Shades and tints

Shades of #C992AC

#C992AC
(201,146,172)
#B7859D
(183,133,157)
#A5788E
(165,120,142)
#936B7F
(147,107,127)
#815E70
(129,94,112)
#6F5161
(111,81,97)
#5D4452
(93,68,82)
#4B3743
(75,55,67)
#392A34
(57,42,52)
#271D25
(39,29,37)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C992AC

#C992AC
(201,146,172)
#CD9BB3
(205,155,179)
#D1A4BA
(209,164,186)
#D5ADC1
(213,173,193)
#D9B6C8
(217,182,200)
#DDBFCF
(221,191,207)
#E1C8D6
(225,200,214)
#E5D1DD
(229,209,221)
#E9DAE4
(233,218,228)
#EDE3EB
(237,227,235)
#F1ECF2
(241,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C992AC; }

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

This text font color is #C992AC.

Background Color

.myBgColor { background-color: #C992AC; }

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

This div background color is #C992AC.

Border color

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

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

This div border color is #C992AC.

Opacity

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

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

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

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

This text has shadow with #C992AC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C992AC.

Preview

Color preview on black background

This text has color #C992AC on black background.


Color preview on white background

This text has color #C992AC on white background.


Black color preview on #C992AC background

This text has black color on #C992AC background.


White color preview on #C992AC background

This text has white color on #C992AC background.


Related colors

Complementary color

Complementary color for #hex is #366D53.


I love getcolorcode.com

Triadic colors

1 #ACC992 and #92ACC9 with #C992AC are triadic colors.

2 #AC92C9 and #92C9AC with #C992AC are triadic colors.