COLOR #C39C9F

HEX: #C39C9F
RGB: (195,156,159)

Color info

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

RGB color model

#C39C9F color RGB value is (195,156,159).

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

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 159 of 255 = 62%

195
156
159

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 159 = 510 (100%)
R 195 of 510 ~ 38.24%
G 156 of 510 ~ 30.59%
B 159 of 510 ~ 31.18%

%38.24
%30.59
%31.18

CMYK color model

#C39C9F color CMYK value is (0,20,18,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 18.46%
  • key color value is 23.53%
CMYK:
(0,20,18,24)
C0M20Y18K24 
(0%,20%,18%,24%)
(0.00/0.20/0.18/0.24)	

CMYK percentages

%0
%20
%18.46
%23.53

Codes

Color #C39C9F in popluar color models

C39C9F
RGB195156159
HSL355°24.53%68.82%
HSB/HSV355°20.00%76.47%
CMYK0.00%20.00%18.46%
23.53%

Color #C39C9F in popluar number systems.

HEXC39C9F
Decimal195156159
Binary110000111001110010011111
Octal303234237

Shades and tints

Shades of #C39C9F

#C39C9F
(195,156,159)
#B28E91
(178,142,145)
#A18083
(161,128,131)
#907275
(144,114,117)
#7F6467
(127,100,103)
#6E5659
(110,86,89)
#5D484B
(93,72,75)
#4C3A3D
(76,58,61)
#3B2C2F
(59,44,47)
#2A1E21
(42,30,33)
#191013
(25,16,19)
#000000
(0,0,0)

Tints of #C39C9F

#C39C9F
(195,156,159)
#C8A5A7
(200,165,167)
#CDAEAF
(205,174,175)
#D2B7B7
(210,183,183)
#D7C0BF
(215,192,191)
#DCC9C7
(220,201,199)
#E1D2CF
(225,210,207)
#E6DBD7
(230,219,215)
#EBE4DF
(235,228,223)
#F0EDE7
(240,237,231)
#F5F6EF
(245,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39C9F; }

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

This text font color is #C39C9F.


Background Color

.myBgColor { background-color: #C39C9F; }

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

This div background color is #C39C9F.


Border color

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

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

This div border color is #C39C9F.


Opacity

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

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

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

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

This text has shadow with #C39C9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39C9F on black background.


Color preview on white background

This text has color #C39C9F on white background.



Black color preview on #C39C9F background

This text has black color on #C39C9F background.


White color preview on #C39C9F background

This text has white color on #C39C9F background.