COLOR #C39C8B

HEX: #C39C8B
RGB: (195,156,139)

Color info

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

RGB color model

#C39C8B color RGB value is (195,156,139).

  • red value is 195;
  • green value is 156;
  • blue value is 139.
RGB:
(195,156,139)
(76%,61%,55%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 139 of 255 = 55%

195
156
139

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 139 = 490 (100%)
R 195 of 490 ~ 39.8%
G 156 of 490 ~ 31.84%
B 139 of 490 ~ 28.37%

%39.8
%31.84
%28.37

CMYK color model

#C39C8B color CMYK value is (0,20,29,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 28.72%
  • key color value is 23.53%
CMYK:
(0,20,29,24)
C0M20Y29K24 
(0%,20%,29%,24%)
(0.00/0.20/0.29/0.24)	

CMYK percentages

%0
%20
%28.72
%23.53

Codes

Color #C39C8B in popluar color models

C39C8B
RGB195156139
HSL18°31.82%65.49%
HSB/HSV18°28.72%76.47%
CMYK0.00%20.00%28.72%
23.53%

Color #C39C8B in popluar number systems.

HEXC39C8B
Decimal195156139
Binary110000111001110010001011
Octal303234213

Shades and tints

Shades of #C39C8B

#C39C8B
(195,156,139)
#B28E7F
(178,142,127)
#A18073
(161,128,115)
#907267
(144,114,103)
#7F645B
(127,100,91)
#6E564F
(110,86,79)
#5D4843
(93,72,67)
#4C3A37
(76,58,55)
#3B2C2B
(59,44,43)
#2A1E1F
(42,30,31)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #C39C8B

#C39C8B
(195,156,139)
#C8A595
(200,165,149)
#CDAE9F
(205,174,159)
#D2B7A9
(210,183,169)
#D7C0B3
(215,192,179)
#DCC9BD
(220,201,189)
#E1D2C7
(225,210,199)
#E6DBD1
(230,219,209)
#EBE4DB
(235,228,219)
#F0EDE5
(240,237,229)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39C8B color. Also use rgb(195,156,139) instead hex code.

Text Font Color

.myTextColor { color: #C39C8B; }

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

This text font color is #C39C8B.


Background Color

.myBgColor { background-color: #C39C8B; }

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

This div background color is #C39C8B.


Border color

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

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

This div border color is #C39C8B.


Opacity

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

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

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

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

This text has shadow with #C39C8B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39C8B on black background.


Color preview on white background

This text has color #C39C8B on white background.



Black color preview on #C39C8B background

This text has black color on #C39C8B background.


White color preview on #C39C8B background

This text has white color on #C39C8B background.