COLOR #C993AC

HEX: #C993AC
RGB: (201,147,172)

Color info

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

RGB color model

#C993AC color RGB value is (201,147,172).

  • red value is 201;
  • green value is 147;
  • blue value is 172.
RGB:
(201,147,172)
(79%,58%,67%)

RGB channels and saturation

R 201 of 255 = 79%
G 147 of 255 = 58%
B 172 of 255 = 67%

201
147
172

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

Portions of RGB colors in percentages

R + G + B =
201 + 147 + 172 = 520 (100%)
R 201 of 520 ~ 38.65%
G 147 of 520 ~ 28.27%
B 172 of 520 ~ 33.08%

%38.65
%28.27
%33.08

CMYK color model

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

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

Codes

Color #C993AC in popluar color models

C993AC
RGB201147172
HSL332°33.33%68.24%
HSB/HSV332°26.87%78.82%
CMYK0.00%26.87%14.43%
21.18%

Color #C993AC in popluar number systems.

HEXC993AC
Decimal201147172
Binary110010011001001110101100
Octal311223254

Shades and tints

Shades of #C993AC

#C993AC
(201,147,172)
#B7869D
(183,134,157)
#A5798E
(165,121,142)
#936C7F
(147,108,127)
#815F70
(129,95,112)
#6F5261
(111,82,97)
#5D4552
(93,69,82)
#4B3843
(75,56,67)
#392B34
(57,43,52)
#271E25
(39,30,37)
#151116
(21,17,22)
#000000
(0,0,0)

Tints of #C993AC

#C993AC
(201,147,172)
#CD9CB3
(205,156,179)
#D1A5BA
(209,165,186)
#D5AEC1
(213,174,193)
#D9B7C8
(217,183,200)
#DDC0CF
(221,192,207)
#E1C9D6
(225,201,214)
#E5D2DD
(229,210,221)
#E9DBE4
(233,219,228)
#EDE4EB
(237,228,235)
#F1EDF2
(241,237,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C993AC; }

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

This text font color is #C993AC.


Background Color

.myBgColor { background-color: #C993AC; }

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

This div background color is #C993AC.


Border color

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

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

This div border color is #C993AC.


Opacity

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

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

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

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

This text has shadow with #C993AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C993AC on black background.


Color preview on white background

This text has color #C993AC on white background.



Black color preview on #C993AC background

This text has black color on #C993AC background.


White color preview on #C993AC background

This text has white color on #C993AC background.