COLOR #C99A93

HEX: #C99A93
RGB: (201,154,147)

Color info

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

RGB color model

#C99A93 color RGB value is (201,154,147).

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

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 147 of 255 = 58%

201
154
147

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

Portions of RGB colors in percentages

R + G + B =
201 + 154 + 147 = 502 (100%)
R 201 of 502 ~ 40.04%
G 154 of 502 ~ 30.68%
B 147 of 502 ~ 29.28%

%40.04
%30.68
%29.28

CMYK color model

#C99A93 color CMYK value is (0,23,27,21).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 26.87%
  • key color value is 21.18%
CMYK:
(0,23,27,21)
C0M23Y27K21 
(0%,23%,27%,21%)
(0.00/0.23/0.27/0.21)	

CMYK percentages

%0
%23.38
%26.87
%21.18

Codes

Color #C99A93 in popluar color models

C99A93
RGB201154147
HSL33.33%68.24%
HSB/HSV26.87%78.82%
CMYK0.00%23.38%26.87%
21.18%

Color #C99A93 in popluar number systems.

HEXC99A93
Decimal201154147
Binary110010011001101010010011
Octal311232223

Shades and tints

Shades of #C99A93

#C99A93
(201,154,147)
#B78C86
(183,140,134)
#A57E79
(165,126,121)
#93706C
(147,112,108)
#81625F
(129,98,95)
#6F5452
(111,84,82)
#5D4645
(93,70,69)
#4B3838
(75,56,56)
#392A2B
(57,42,43)
#271C1E
(39,28,30)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #C99A93

#C99A93
(201,154,147)
#CDA39C
(205,163,156)
#D1ACA5
(209,172,165)
#D5B5AE
(213,181,174)
#D9BEB7
(217,190,183)
#DDC7C0
(221,199,192)
#E1D0C9
(225,208,201)
#E5D9D2
(229,217,210)
#E9E2DB
(233,226,219)
#EDEBE4
(237,235,228)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99A93; }

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

This text font color is #C99A93.


Background Color

.myBgColor { background-color: #C99A93; }

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

This div background color is #C99A93.


Border color

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

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

This div border color is #C99A93.


Opacity

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

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

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

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

This text has shadow with #C99A93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99A93 on black background.


Color preview on white background

This text has color #C99A93 on white background.



Black color preview on #C99A93 background

This text has black color on #C99A93 background.


White color preview on #C99A93 background

This text has white color on #C99A93 background.