COLOR #C99C9A

HEX: #C99C9A
RGB: (201,156,154)

Color info

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

RGB color model

#C99C9A color RGB value is (201,156,154).

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

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 154 of 255 = 60%

201
156
154

R + G + B ~ 67%. #C99C9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 154 = 511 (100%)
R 201 of 511 ~ 39.33%
G 156 of 511 ~ 30.53%
B 154 of 511 ~ 30.14%

%39.33
%30.53
%30.14

CMYK color model

#C99C9A color CMYK value is (0,22,23,21).

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK:
(0,22,23,21)
C0M22Y23K21 
(0%,22%,23%,21%)
(0.00/0.22/0.23/0.21)	

CMYK percentages

%0
%22.39
%23.38
%21.18

Codes

Color #C99C9A in popluar color models

C99C9A
RGB201156154
HSL30.32%69.61%
HSB/HSV23.38%78.82%
CMYK0.00%22.39%23.38%
21.18%

Color #C99C9A in popluar number systems.

HEXC99C9A
Decimal201156154
Binary110010011001110010011010
Octal311234232

Shades and tints

Shades of #C99C9A

#C99C9A
(201,156,154)
#B78E8C
(183,142,140)
#A5807E
(165,128,126)
#937270
(147,114,112)
#816462
(129,100,98)
#6F5654
(111,86,84)
#5D4846
(93,72,70)
#4B3A38
(75,58,56)
#392C2A
(57,44,42)
#271E1C
(39,30,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #C99C9A

#C99C9A
(201,156,154)
#CDA5A3
(205,165,163)
#D1AEAC
(209,174,172)
#D5B7B5
(213,183,181)
#D9C0BE
(217,192,190)
#DDC9C7
(221,201,199)
#E1D2D0
(225,210,208)
#E5DBD9
(229,219,217)
#E9E4E2
(233,228,226)
#EDEDEB
(237,237,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99C9A; }

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

This text font color is #C99C9A.


Background Color

.myBgColor { background-color: #C99C9A; }

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

This div background color is #C99C9A.


Border color

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

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

This div border color is #C99C9A.


Opacity

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

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

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

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

This text has shadow with #C99C9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99C9A on black background.


Color preview on white background

This text has color #C99C9A on white background.



Black color preview on #C99C9A background

This text has black color on #C99C9A background.


White color preview on #C99C9A background

This text has white color on #C99C9A background.