COLOR #C39D8C

HEX: #C39D8C
RGB: (195,157,140)

Color info

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

RGB color model

#C39D8C color RGB value is (195,157,140).

  • red value is 195;
  • green value is 157;
  • blue value is 140.
RGB:
(195,157,140)
(76%,62%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 140 of 255 = 55%

195
157
140

R + G + B ~ 64%. #C39D8C is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 140 = 492 (100%)
R 195 of 492 ~ 39.63%
G 157 of 492 ~ 31.91%
B 140 of 492 ~ 28.46%

%39.63
%31.91
%28.46

CMYK color model

#C39D8C color CMYK value is (0,19,28,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 28.21%
  • key color value is 23.53%
CMYK:
(0,19,28,24)
C0M19Y28K24 
(0%,19%,28%,24%)
(0.00/0.19/0.28/0.24)	

CMYK percentages

%0
%19.49
%28.21
%23.53

Codes

Color #C39D8C in popluar color models

C39D8C
RGB195157140
HSL19°31.43%65.69%
HSB/HSV19°28.21%76.47%
CMYK0.00%19.49%28.21%
23.53%

Color #C39D8C in popluar number systems.

HEXC39D8C
Decimal195157140
Binary110000111001110110001100
Octal303235214

Shades and tints

Shades of #C39D8C

#C39D8C
(195,157,140)
#B28F80
(178,143,128)
#A18174
(161,129,116)
#907368
(144,115,104)
#7F655C
(127,101,92)
#6E5750
(110,87,80)
#5D4944
(93,73,68)
#4C3B38
(76,59,56)
#3B2D2C
(59,45,44)
#2A1F20
(42,31,32)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C39D8C

#C39D8C
(195,157,140)
#C8A596
(200,165,150)
#CDADA0
(205,173,160)
#D2B5AA
(210,181,170)
#D7BDB4
(215,189,180)
#DCC5BE
(220,197,190)
#E1CDC8
(225,205,200)
#E6D5D2
(230,213,210)
#EBDDDC
(235,221,220)
#F0E5E6
(240,229,230)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39D8C color. Also use rgb(195,157,140) instead hex code.

Text Font Color

.myTextColor { color: #C39D8C; }

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

This text font color is #C39D8C.


Background Color

.myBgColor { background-color: #C39D8C; }

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

This div background color is #C39D8C.


Border color

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

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

This div border color is #C39D8C.


Opacity

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

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

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

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

This text has shadow with #C39D8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39D8C on black background.


Color preview on white background

This text has color #C39D8C on white background.



Black color preview on #C39D8C background

This text has black color on #C39D8C background.


White color preview on #C39D8C background

This text has white color on #C39D8C background.