COLOR #C99F9C

HEX: #C99F9C RGB: (201,159,156)

Color info

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

RGB color model

#C99F9C color RGB value is (201,159,156).

RGB: (201,159,156) (79%, 62%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 156 of 255 = 61%

201
159
156

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

Portions of RGB colors in percentages

R + G + B = 201 + 159 + 156 = 516 (100%)
R 201 of 516 ~ 38.95%
G 159 of 516 ~ 30.81%
B 156 of 516 ~ 30.23'%

%38.95
%30.81
%30.23

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 22.39%
  • key color value is 21.18%

CMYK: (0,21,22,21)
C0M21Y22K21 (0%, 21%, 22%, 21%)
(0.00 / 0.21 / 0.22 / 0.21)

CMYK percentages

%0
%20.9
%22.39
%21.18

Codes

Color #C99F9C in popluar color models

C9 9F 9C
RGB 201 159 156
HSL 29.41% 70.00%
HSB/HSV 22.39% 78.82%
CMYK 0.00% 20.90% 22.39%
21.18%

Color #C99F9C in popluar number systems.

HEX C9 9F 9C
Decimal 201 159 156
Binary 11001001 10011111 10011100
Octal 311 237 234

Shades and tints

Shades of #C99F9C

#C99F9C
(201,159,156)
#B7918E
(183,145,142)
#A58380
(165,131,128)
#937572
(147,117,114)
#816764
(129,103,100)
#6F5956
(111,89,86)
#5D4B48
(93,75,72)
#4B3D3A
(75,61,58)
#392F2C
(57,47,44)
#27211E
(39,33,30)
#151310
(21,19,16)
#000000
(0,0,0)

Tints of #C99F9C

#C99F9C
(201,159,156)
#CDA7A5
(205,167,165)
#D1AFAE
(209,175,174)
#D5B7B7
(213,183,183)
#D9BFC0
(217,191,192)
#DDC7C9
(221,199,201)
#E1CFD2
(225,207,210)
#E5D7DB
(229,215,219)
#E9DFE4
(233,223,228)
#EDE7ED
(237,231,237)
#F1EFF6
(241,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99F9C; }

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

This text font color is #C99F9C.

Background Color

.myBgColor { background-color: #C99F9C; }

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

This div background color is #C99F9C.

Border color

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

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

This div border color is #C99F9C.

Opacity

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

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

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

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

This text has shadow with #C99F9C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99F9C.

Preview

Color preview on black background

This text has color #C99F9C on black background.


Color preview on white background

This text has color #C99F9C on white background.


Black color preview on #C99F9C background

This text has black color on #C99F9C background.


White color preview on #C99F9C background

This text has white color on #C99F9C background.


Related colors

Complementary color

Complementary color for #hex is #366063.


I love getcolorcode.com

Triadic colors

1 #9CC99F and #9F9CC9 with #C99F9C are triadic colors.

2 #9C9FC9 and #9FC99C with #C99F9C are triadic colors.