COLOR #C99FAC

HEX: #C99FAC RGB: (201,159,172)

Color info

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

RGB color model

#C99FAC color RGB value is (201,159,172).

RGB: (201,159,172) (79%, 62%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 172 of 255 = 67%

201
159
172

R + G + B ~ 69%. #C99FAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 172 = 532 (100%)
R 201 of 532 ~ 37.78%
G 159 of 532 ~ 29.89%
B 172 of 532 ~ 32.33'%

%37.78
%29.89
%32.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 14.43%
  • key color value is 21.18%

CMYK: (0,21,14,21)
C0M21Y14K21 (0%, 21%, 14%, 21%)
(0.00 / 0.21 / 0.14 / 0.21)

CMYK percentages

%0
%20.9
%14.43
%21.18

Codes

Color #C99FAC in popluar color models

C9 9F AC
RGB 201 159 172
HSL 341° 28.00% 70.59%
HSB/HSV 341° 20.90% 78.82%
CMYK 0.00% 20.90% 14.43%
21.18%

Color #C99FAC in popluar number systems.

HEX C9 9F AC
Decimal 201 159 172
Binary 11001001 10011111 10101100
Octal 311 237 254

Shades and tints

Shades of #C99FAC

#C99FAC
(201,159,172)
#B7919D
(183,145,157)
#A5838E
(165,131,142)
#93757F
(147,117,127)
#816770
(129,103,112)
#6F5961
(111,89,97)
#5D4B52
(93,75,82)
#4B3D43
(75,61,67)
#392F34
(57,47,52)
#272125
(39,33,37)
#151316
(21,19,22)
#000000
(0,0,0)

Tints of #C99FAC

#C99FAC
(201,159,172)
#CDA7B3
(205,167,179)
#D1AFBA
(209,175,186)
#D5B7C1
(213,183,193)
#D9BFC8
(217,191,200)
#DDC7CF
(221,199,207)
#E1CFD6
(225,207,214)
#E5D7DD
(229,215,221)
#E9DFE4
(233,223,228)
#EDE7EB
(237,231,235)
#F1EFF2
(241,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99FAC; }

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

This text font color is #C99FAC.

Background Color

.myBgColor { background-color: #C99FAC; }

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

This div background color is #C99FAC.

Border color

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

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

This div border color is #C99FAC.

Opacity

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

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

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

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

This text has shadow with #C99FAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99FAC.

Preview

Color preview on black background

This text has color #C99FAC on black background.


Color preview on white background

This text has color #C99FAC on white background.


Black color preview on #C99FAC background

This text has black color on #C99FAC background.


White color preview on #C99FAC background

This text has white color on #C99FAC background.


Related colors

Complementary color

Complementary color for #hex is #366053.


I love getcolorcode.com

Triadic colors

1 #ACC99F and #9FACC9 with #C99FAC are triadic colors.

2 #AC9FC9 and #9FC9AC with #C99FAC are triadic colors.