COLOR #C99CA2

HEX: #C99CA2
RGB: (201,156,162)

Color info

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

RGB color model

#C99CA2 color RGB value is (201,156,162).

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

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 162 of 255 = 64%

201
156
162

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

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 162 = 519 (100%)
R 201 of 519 ~ 38.73%
G 156 of 519 ~ 30.06%
B 162 of 519 ~ 31.21%

%38.73
%30.06
%31.21

CMYK color model

#C99CA2 color CMYK value is (0,22,19,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 19.40%
  • key color value is 21.18%
CMYK:
(0,22,19,21)
C0M22Y19K21 
(0%,22%,19%,21%)
(0.00/0.22/0.19/0.21)	

CMYK percentages

%0
%22.39
%19.4
%21.18

Codes

Color #C99CA2 in popluar color models

C99CA2
RGB201156162
HSL352°29.41%70.00%
HSB/HSV352°22.39%78.82%
CMYK0.00%22.39%19.40%
21.18%

Color #C99CA2 in popluar number systems.

HEXC99CA2
Decimal201156162
Binary110010011001110010100010
Octal311234242

Shades and tints

Shades of #C99CA2

#C99CA2
(201,156,162)
#B78E94
(183,142,148)
#A58086
(165,128,134)
#937278
(147,114,120)
#81646A
(129,100,106)
#6F565C
(111,86,92)
#5D484E
(93,72,78)
#4B3A40
(75,58,64)
#392C32
(57,44,50)
#271E24
(39,30,36)
#151016
(21,16,22)
#000000
(0,0,0)

Tints of #C99CA2

#C99CA2
(201,156,162)
#CDA5AA
(205,165,170)
#D1AEB2
(209,174,178)
#D5B7BA
(213,183,186)
#D9C0C2
(217,192,194)
#DDC9CA
(221,201,202)
#E1D2D2
(225,210,210)
#E5DBDA
(229,219,218)
#E9E4E2
(233,228,226)
#EDEDEA
(237,237,234)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99CA2; }

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

This text font color is #C99CA2.


Background Color

.myBgColor { background-color: #C99CA2; }

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

This div background color is #C99CA2.


Border color

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

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

This div border color is #C99CA2.


Opacity

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

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

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

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

This text has shadow with #C99CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99CA2 on black background.


Color preview on white background

This text has color #C99CA2 on white background.



Black color preview on #C99CA2 background

This text has black color on #C99CA2 background.


White color preview on #C99CA2 background

This text has white color on #C99CA2 background.