COLOR #C99CAE

HEX: #C99CAE
RGB: (201,156,174)

Color info

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

RGB color model

#C99CAE color RGB value is (201,156,174).

  • red value is 201;
  • green value is 156;
  • blue value is 174.
RGB:
(201,156,174)
(79%,61%,68%)

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 174 of 255 = 68%

201
156
174

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

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 174 = 531 (100%)
R 201 of 531 ~ 37.85%
G 156 of 531 ~ 29.38%
B 174 of 531 ~ 32.77%

%37.85
%29.38
%32.77

CMYK color model

#C99CAE color CMYK value is (0,22,13,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 13.43%
  • key color value is 21.18%
CMYK:
(0,22,13,21)
C0M22Y13K21 
(0%,22%,13%,21%)
(0.00/0.22/0.13/0.21)	

CMYK percentages

%0
%22.39
%13.43
%21.18

Codes

Color #C99CAE in popluar color models

C99CAE
RGB201156174
HSL336°29.41%70.00%
HSB/HSV336°22.39%78.82%
CMYK0.00%22.39%13.43%
21.18%

Color #C99CAE in popluar number systems.

HEXC99CAE
Decimal201156174
Binary110010011001110010101110
Octal311234256

Shades and tints

Shades of #C99CAE

#C99CAE
(201,156,174)
#B78E9F
(183,142,159)
#A58090
(165,128,144)
#937281
(147,114,129)
#816472
(129,100,114)
#6F5663
(111,86,99)
#5D4854
(93,72,84)
#4B3A45
(75,58,69)
#392C36
(57,44,54)
#271E27
(39,30,39)
#151018
(21,16,24)
#000000
(0,0,0)

Tints of #C99CAE

#C99CAE
(201,156,174)
#CDA5B5
(205,165,181)
#D1AEBC
(209,174,188)
#D5B7C3
(213,183,195)
#D9C0CA
(217,192,202)
#DDC9D1
(221,201,209)
#E1D2D8
(225,210,216)
#E5DBDF
(229,219,223)
#E9E4E6
(233,228,230)
#EDEDED
(237,237,237)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99CAE color. Also use rgb(201,156,174) instead hex code.

Text Font Color

.myTextColor { color: #C99CAE; }

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

This text font color is #C99CAE.


Background Color

.myBgColor { background-color: #C99CAE; }

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

This div background color is #C99CAE.


Border color

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

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

This div border color is #C99CAE.


Opacity

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

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

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

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

This text has shadow with #C99CAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CAE on black background.


Color preview on white background

This text has color #C99CAE on white background.



Black color preview on #C99CAE background

This text has black color on #C99CAE background.


White color preview on #C99CAE background

This text has white color on #C99CAE background.