COLOR #C39D89

HEX: #C39D89
RGB: (195,157,137)

Color info

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

RGB color model

#C39D89 color RGB value is (195,157,137).

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

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 137 of 255 = 54%

195
157
137

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

Portions of RGB colors in percentages

R + G + B =
195 + 157 + 137 = 489 (100%)
R 195 of 489 ~ 39.88%
G 157 of 489 ~ 32.11%
B 137 of 489 ~ 28.02%

%39.88
%32.11
%28.02

CMYK color model

#C39D89 color CMYK value is (0,19,30,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(0,19,30,24)
C0M19Y30K24 
(0%,19%,30%,24%)
(0.00/0.19/0.30/0.24)	

CMYK percentages

%0
%19.49
%29.74
%23.53

Codes

Color #C39D89 in popluar color models

C39D89
RGB195157137
HSL21°32.58%65.10%
HSB/HSV21°29.74%76.47%
CMYK0.00%19.49%29.74%
23.53%

Color #C39D89 in popluar number systems.

HEXC39D89
Decimal195157137
Binary110000111001110110001001
Octal303235211

Shades and tints

Shades of #C39D89

#C39D89
(195,157,137)
#B28F7D
(178,143,125)
#A18171
(161,129,113)
#907365
(144,115,101)
#7F6559
(127,101,89)
#6E574D
(110,87,77)
#5D4941
(93,73,65)
#4C3B35
(76,59,53)
#3B2D29
(59,45,41)
#2A1F1D
(42,31,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C39D89

#C39D89
(195,157,137)
#C8A593
(200,165,147)
#CDAD9D
(205,173,157)
#D2B5A7
(210,181,167)
#D7BDB1
(215,189,177)
#DCC5BB
(220,197,187)
#E1CDC5
(225,205,197)
#E6D5CF
(230,213,207)
#EBDDD9
(235,221,217)
#F0E5E3
(240,229,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39D89; }

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

This text font color is #C39D89.


Background Color

.myBgColor { background-color: #C39D89; }

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

This div background color is #C39D89.


Border color

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

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

This div border color is #C39D89.


Opacity

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

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

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

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

This text has shadow with #C39D89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39D89 on black background.


Color preview on white background

This text has color #C39D89 on white background.



Black color preview on #C39D89 background

This text has black color on #C39D89 background.


White color preview on #C39D89 background

This text has white color on #C39D89 background.