COLOR #C99C8F

HEX: #C99C8F
RGB: (201,156,143)

Color info

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

RGB color model

#C99C8F color RGB value is (201,156,143).

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

RGB channels and saturation

R 201 of 255 = 79%
G 156 of 255 = 61%
B 143 of 255 = 56%

201
156
143

R + G + B ~ 65%. #C99C8F is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 156 + 143 = 500 (100%)
R 201 of 500 ~ 40.2%
G 156 of 500 ~ 31.2%
B 143 of 500 ~ 28.6%

%40.2
%31.2
%28.6

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 22.39%
  • yellow value is 28.86%
  • key color value is 21.18%
CMYK:
(0,22,29,21)
C0M22Y29K21 
(0%,22%,29%,21%)
(0.00/0.22/0.29/0.21)	

CMYK percentages

%0
%22.39
%28.86
%21.18

Codes

Color #C99C8F in popluar color models

C99C8F
RGB201156143
HSL13°34.94%67.45%
HSB/HSV13°28.86%78.82%
CMYK0.00%22.39%28.86%
21.18%

Color #C99C8F in popluar number systems.

HEXC99C8F
Decimal201156143
Binary110010011001110010001111
Octal311234217

Shades and tints

Shades of #C99C8F

#C99C8F
(201,156,143)
#B78E82
(183,142,130)
#A58075
(165,128,117)
#937268
(147,114,104)
#81645B
(129,100,91)
#6F564E
(111,86,78)
#5D4841
(93,72,65)
#4B3A34
(75,58,52)
#392C27
(57,44,39)
#271E1A
(39,30,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #C99C8F

#C99C8F
(201,156,143)
#CDA599
(205,165,153)
#D1AEA3
(209,174,163)
#D5B7AD
(213,183,173)
#D9C0B7
(217,192,183)
#DDC9C1
(221,201,193)
#E1D2CB
(225,210,203)
#E5DBD5
(229,219,213)
#E9E4DF
(233,228,223)
#EDEDE9
(237,237,233)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C99C8F; }

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

This text font color is #C99C8F.


Background Color

.myBgColor { background-color: #C99C8F; }

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

This div background color is #C99C8F.


Border color

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

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

This div border color is #C99C8F.


Opacity

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

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

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

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

This text has shadow with #C99C8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99C8F on black background.


Color preview on white background

This text has color #C99C8F on white background.



Black color preview on #C99C8F background

This text has black color on #C99C8F background.


White color preview on #C99C8F background

This text has white color on #C99C8F background.