COLOR #C99EA2

HEX: #C99EA2 RGB: (201,158,162)

Color info

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

RGB color model

#C99EA2 color RGB value is (201,158,162).

RGB: (201,158,162) (79%, 62%, 64%)

RGB channels and saturation

R 201 of 255 = 79%
G 158 of 255 = 62%
B 162 of 255 = 64%

201
158
162

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

Portions of RGB colors in percentages

R + G + B = 201 + 158 + 162 = 521 (100%)
R 201 of 521 ~ 38.58%
G 158 of 521 ~ 30.33%
B 162 of 521 ~ 31.09'%

%38.58
%30.33
%31.09

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.39%
  • yellow value is 19.40%
  • key color value is 21.18%

CMYK: (0,21,19,21)
C0M21Y19K21 (0%, 21%, 19%, 21%)
(0.00 / 0.21 / 0.19 / 0.21)

CMYK percentages

%0
%21.39
%19.4
%21.18

Codes

Color #C99EA2 in popluar color models

C9 9E A2
RGB 201 158 162
HSL 354° 28.48% 70.39%
HSB/HSV 354° 21.39% 78.82%
CMYK 0.00% 21.39% 19.40%
21.18%

Color #C99EA2 in popluar number systems.

HEX C9 9E A2
Decimal 201 158 162
Binary 11001001 10011110 10100010
Octal 311 236 242

Shades and tints

Shades of #C99EA2

#C99EA2
(201,158,162)
#B79094
(183,144,148)
#A58286
(165,130,134)
#937478
(147,116,120)
#81666A
(129,102,106)
#6F585C
(111,88,92)
#5D4A4E
(93,74,78)
#4B3C40
(75,60,64)
#392E32
(57,46,50)
#272024
(39,32,36)
#151216
(21,18,22)
#000000
(0,0,0)

Tints of #C99EA2

#C99EA2
(201,158,162)
#CDA6AA
(205,166,170)
#D1AEB2
(209,174,178)
#D5B6BA
(213,182,186)
#D9BEC2
(217,190,194)
#DDC6CA
(221,198,202)
#E1CED2
(225,206,210)
#E5D6DA
(229,214,218)
#E9DEE2
(233,222,226)
#EDE6EA
(237,230,234)
#F1EEF2
(241,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99EA2; }

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

This text font color is #C99EA2.

Background Color

.myBgColor { background-color: #C99EA2; }

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

This div background color is #C99EA2.

Border color

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

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

This div border color is #C99EA2.

Opacity

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

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

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

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

This text has shadow with #C99EA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99EA2.

Preview

Color preview on black background

This text has color #C99EA2 on black background.


Color preview on white background

This text has color #C99EA2 on white background.


Black color preview on #C99EA2 background

This text has black color on #C99EA2 background.


White color preview on #C99EA2 background

This text has white color on #C99EA2 background.


Related colors

Complementary color

Complementary color for #hex is #36615D.


I love getcolorcode.com

Triadic colors

1 #A2C99E and #9EA2C9 with #C99EA2 are triadic colors.

2 #A29EC9 and #9EC9A2 with #C99EA2 are triadic colors.