COLOR #C99D91

HEX: #C99D91
RGB: (201,157,145)

Color info

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

RGB color model

#C99D91 color RGB value is (201,157,145).

  • red value is 201;
  • green value is 157;
  • blue value is 145.
RGB:
(201,157,145)
(79%,62%,57%)

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 145 of 255 = 57%

201
157
145

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

Portions of RGB colors in percentages

R + G + B =
201 + 157 + 145 = 503 (100%)
R 201 of 503 ~ 39.96%
G 157 of 503 ~ 31.21%
B 145 of 503 ~ 28.83%

%39.96
%31.21
%28.83

CMYK color model

#C99D91 color CMYK value is (0,22,28,21).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 27.86%
  • key color value is 21.18%
CMYK:
(0,22,28,21)
C0M22Y28K21 
(0%,22%,28%,21%)
(0.00/0.22/0.28/0.21)	

CMYK percentages

%0
%21.89
%27.86
%21.18

Codes

Color #C99D91 in popluar color models

C99D91
RGB201157145
HSL13°34.15%67.84%
HSB/HSV13°27.86%78.82%
CMYK0.00%21.89%27.86%
21.18%

Color #C99D91 in popluar number systems.

HEXC99D91
Decimal201157145
Binary110010011001110110010001
Octal311235221

Shades and tints

Shades of #C99D91

#C99D91
(201,157,145)
#B78F84
(183,143,132)
#A58177
(165,129,119)
#93736A
(147,115,106)
#81655D
(129,101,93)
#6F5750
(111,87,80)
#5D4943
(93,73,67)
#4B3B36
(75,59,54)
#392D29
(57,45,41)
#271F1C
(39,31,28)
#15110F
(21,17,15)
#000000
(0,0,0)

Tints of #C99D91

#C99D91
(201,157,145)
#CDA59B
(205,165,155)
#D1ADA5
(209,173,165)
#D5B5AF
(213,181,175)
#D9BDB9
(217,189,185)
#DDC5C3
(221,197,195)
#E1CDCD
(225,205,205)
#E5D5D7
(229,213,215)
#E9DDE1
(233,221,225)
#EDE5EB
(237,229,235)
#F1EDF5
(241,237,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99D91 color. Also use rgb(201,157,145) instead hex code.

Text Font Color

.myTextColor { color: #C99D91; }

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

This text font color is #C99D91.


Background Color

.myBgColor { background-color: #C99D91; }

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

This div background color is #C99D91.


Border color

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

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

This div border color is #C99D91.


Opacity

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

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

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

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

This text has shadow with #C99D91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99D91 on black background.


Color preview on white background

This text has color #C99D91 on white background.



Black color preview on #C99D91 background

This text has black color on #C99D91 background.


White color preview on #C99D91 background

This text has white color on #C99D91 background.