COLOR #C99A98

HEX: #C99A98
RGB: (201,154,152)

Color info

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

RGB color model

#C99A98 color RGB value is (201,154,152).

  • red value is 201;
  • green value is 154;
  • blue value is 152.
RGB:
(201,154,152)
(79%,60%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 152 of 255 = 60%

201
154
152

R + G + B ~ 66%. #C99A98 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 154 + 152 = 507 (100%)
R 201 of 507 ~ 39.64%
G 154 of 507 ~ 30.37%
B 152 of 507 ~ 29.98%

%39.64
%30.37
%29.98

CMYK color model

#C99A98 color CMYK value is (0,23,24,21).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 24.38%
  • key color value is 21.18%
CMYK:
(0,23,24,21)
C0M23Y24K21 
(0%,23%,24%,21%)
(0.00/0.23/0.24/0.21)	

CMYK percentages

%0
%23.38
%24.38
%21.18

Codes

Color #C99A98 in popluar color models

C99A98
RGB201154152
HSL31.21%69.22%
HSB/HSV24.38%78.82%
CMYK0.00%23.38%24.38%
21.18%

Color #C99A98 in popluar number systems.

HEXC99A98
Decimal201154152
Binary110010011001101010011000
Octal311232230

Shades and tints

Shades of #C99A98

#C99A98
(201,154,152)
#B78C8B
(183,140,139)
#A57E7E
(165,126,126)
#937071
(147,112,113)
#816264
(129,98,100)
#6F5457
(111,84,87)
#5D464A
(93,70,74)
#4B383D
(75,56,61)
#392A30
(57,42,48)
#271C23
(39,28,35)
#150E16
(21,14,22)
#000000
(0,0,0)

Tints of #C99A98

#C99A98
(201,154,152)
#CDA3A1
(205,163,161)
#D1ACAA
(209,172,170)
#D5B5B3
(213,181,179)
#D9BEBC
(217,190,188)
#DDC7C5
(221,199,197)
#E1D0CE
(225,208,206)
#E5D9D7
(229,217,215)
#E9E2E0
(233,226,224)
#EDEBE9
(237,235,233)
#F1F4F2
(241,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99A98 color. Also use rgb(201,154,152) instead hex code.

Text Font Color

.myTextColor { color: #C99A98; }

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

This text font color is #C99A98.


Background Color

.myBgColor { background-color: #C99A98; }

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

This div background color is #C99A98.


Border color

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

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

This div border color is #C99A98.


Opacity

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

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

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

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

This text has shadow with #C99A98 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99A98 on black background.


Color preview on white background

This text has color #C99A98 on white background.



Black color preview on #C99A98 background

This text has black color on #C99A98 background.


White color preview on #C99A98 background

This text has white color on #C99A98 background.