COLOR #C39D96

HEX: #C39D96
RGB: (195,157,150)

Color info

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

RGB color model

#C39D96 color RGB value is (195,157,150).

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

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 150 of 255 = 59%

195
157
150

R + G + B ~ 66%. #C39D96 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 150 = 502 (100%)
R 195 of 502 ~ 38.84%
G 157 of 502 ~ 31.27%
B 150 of 502 ~ 29.88%

%38.84
%31.27
%29.88

CMYK color model

#C39D96 color CMYK value is (0,19,23,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 23.08%
  • key color value is 23.53%
CMYK:
(0,19,23,24)
C0M19Y23K24 
(0%,19%,23%,24%)
(0.00/0.19/0.23/0.24)	

CMYK percentages

%0
%19.49
%23.08
%23.53

Codes

Color #C39D96 in popluar color models

C39D96
RGB195157150
HSL27.27%67.65%
HSB/HSV23.08%76.47%
CMYK0.00%19.49%23.08%
23.53%

Color #C39D96 in popluar number systems.

HEXC39D96
Decimal195157150
Binary110000111001110110010110
Octal303235226

Shades and tints

Shades of #C39D96

#C39D96
(195,157,150)
#B28F89
(178,143,137)
#A1817C
(161,129,124)
#90736F
(144,115,111)
#7F6562
(127,101,98)
#6E5755
(110,87,85)
#5D4948
(93,73,72)
#4C3B3B
(76,59,59)
#3B2D2E
(59,45,46)
#2A1F21
(42,31,33)
#191114
(25,17,20)
#000000
(0,0,0)

Tints of #C39D96

#C39D96
(195,157,150)
#C8A59F
(200,165,159)
#CDADA8
(205,173,168)
#D2B5B1
(210,181,177)
#D7BDBA
(215,189,186)
#DCC5C3
(220,197,195)
#E1CDCC
(225,205,204)
#E6D5D5
(230,213,213)
#EBDDDE
(235,221,222)
#F0E5E7
(240,229,231)
#F5EDF0
(245,237,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39D96; }

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

This text font color is #C39D96.


Background Color

.myBgColor { background-color: #C39D96; }

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

This div background color is #C39D96.


Border color

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

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

This div border color is #C39D96.


Opacity

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

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

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

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

This text has shadow with #C39D96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39D96 on black background.


Color preview on white background

This text has color #C39D96 on white background.



Black color preview on #C39D96 background

This text has black color on #C39D96 background.


White color preview on #C39D96 background

This text has white color on #C39D96 background.