COLOR #C39389

HEX: #C39389
RGB: (195,147,137)

Color info

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

RGB color model

#C39389 color RGB value is (195,147,137).

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

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 137 of 255 = 54%

195
147
137

R + G + B ~ 63%. #C39389 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 137 = 479 (100%)
R 195 of 479 ~ 40.71%
G 147 of 479 ~ 30.69%
B 137 of 479 ~ 28.6%

%40.71
%30.69
%28.6

CMYK color model

#C39389 color CMYK value is (0,25,30,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 29.74%
  • key color value is 23.53%
CMYK:
(0,25,30,24)
C0M25Y30K24 
(0%,25%,30%,24%)
(0.00/0.25/0.30/0.24)	

CMYK percentages

%0
%24.62
%29.74
%23.53

Codes

Color #C39389 in popluar color models

C39389
RGB195147137
HSL10°32.58%65.10%
HSB/HSV10°29.74%76.47%
CMYK0.00%24.62%29.74%
23.53%

Color #C39389 in popluar number systems.

HEXC39389
Decimal195147137
Binary110000111001001110001001
Octal303223211

Shades and tints

Shades of #C39389

#C39389
(195,147,137)
#B2867D
(178,134,125)
#A17971
(161,121,113)
#906C65
(144,108,101)
#7F5F59
(127,95,89)
#6E524D
(110,82,77)
#5D4541
(93,69,65)
#4C3835
(76,56,53)
#3B2B29
(59,43,41)
#2A1E1D
(42,30,29)
#191111
(25,17,17)
#000000
(0,0,0)

Tints of #C39389

#C39389
(195,147,137)
#C89C93
(200,156,147)
#CDA59D
(205,165,157)
#D2AEA7
(210,174,167)
#D7B7B1
(215,183,177)
#DCC0BB
(220,192,187)
#E1C9C5
(225,201,197)
#E6D2CF
(230,210,207)
#EBDBD9
(235,219,217)
#F0E4E3
(240,228,227)
#F5EDED
(245,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39389; }

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

This text font color is #C39389.


Background Color

.myBgColor { background-color: #C39389; }

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

This div background color is #C39389.


Border color

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

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

This div border color is #C39389.


Opacity

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

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

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

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

This text has shadow with #C39389 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39389 on black background.


Color preview on white background

This text has color #C39389 on white background.



Black color preview on #C39389 background

This text has black color on #C39389 background.


White color preview on #C39389 background

This text has white color on #C39389 background.