COLOR #C39388

HEX: #C39388
RGB: (195,147,136)

Color info

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

RGB color model

#C39388 color RGB value is (195,147,136).

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

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 136 of 255 = 53%

195
147
136

R + G + B ~ 62%. #C39388 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 136 = 478 (100%)
R 195 of 478 ~ 40.79%
G 147 of 478 ~ 30.75%
B 136 of 478 ~ 28.45%

%40.79
%30.75
%28.45

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 30.26%
  • 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
%30.26
%23.53

Codes

Color #C39388 in popluar color models

C39388
RGB195147136
HSL11°32.96%64.90%
HSB/HSV11°30.26%76.47%
CMYK0.00%24.62%30.26%
23.53%

Color #C39388 in popluar number systems.

HEXC39388
Decimal195147136
Binary110000111001001110001000
Octal303223210

Shades and tints

Shades of #C39388

#C39388
(195,147,136)
#B2867C
(178,134,124)
#A17970
(161,121,112)
#906C64
(144,108,100)
#7F5F58
(127,95,88)
#6E524C
(110,82,76)
#5D4540
(93,69,64)
#4C3834
(76,56,52)
#3B2B28
(59,43,40)
#2A1E1C
(42,30,28)
#191110
(25,17,16)
#000000
(0,0,0)

Tints of #C39388

#C39388
(195,147,136)
#C89C92
(200,156,146)
#CDA59C
(205,165,156)
#D2AEA6
(210,174,166)
#D7B7B0
(215,183,176)
#DCC0BA
(220,192,186)
#E1C9C4
(225,201,196)
#E6D2CE
(230,210,206)
#EBDBD8
(235,219,216)
#F0E4E2
(240,228,226)
#F5EDEC
(245,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39388; }

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

This text font color is #C39388.


Background Color

.myBgColor { background-color: #C39388; }

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

This div background color is #C39388.


Border color

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

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

This div border color is #C39388.


Opacity

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

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

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

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

This text has shadow with #C39388 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39388 on black background.


Color preview on white background

This text has color #C39388 on white background.



Black color preview on #C39388 background

This text has black color on #C39388 background.


White color preview on #C39388 background

This text has white color on #C39388 background.