COLOR #C39E76

HEX: #C39E76
RGB: (195,158,118)

Color info

#C39E76 contains mainly red and green colors. Web safe color of #C39E76 is #CC9966 (or #C96).

RGB color model

#C39E76 color RGB value is (195,158,118).

  • red value is 195;
  • green value is 158;
  • blue value is 118.
RGB:
(195,158,118)
(76%,62%,46%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 118 of 255 = 46%

195
158
118

R + G + B ~ 61%. #C39E76 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 158 + 118 = 471 (100%)
R 195 of 471 ~ 41.4%
G 158 of 471 ~ 33.55%
B 118 of 471 ~ 25.05%

%41.4
%33.55
%25.05

CMYK color model

#C39E76 color CMYK value is (0,19,39,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 39.49%
  • key color value is 23.53%
CMYK:
(0,19,39,24)
C0M19Y39K24 
(0%,19%,39%,24%)
(0.00/0.19/0.39/0.24)	

CMYK percentages

%0
%18.97
%39.49
%23.53

Codes

Color #C39E76 in popluar color models

C39E76
RGB195158118
HSL31°39.09%61.37%
HSB/HSV31°39.49%76.47%
CMYK0.00%18.97%39.49%
23.53%

Color #C39E76 in popluar number systems.

HEXC39E76
Decimal195158118
Binary11000011100111101110110
Octal303236166

Shades and tints

Shades of #C39E76

#C39E76
(195,158,118)
#B2906C
(178,144,108)
#A18262
(161,130,98)
#907458
(144,116,88)
#7F664E
(127,102,78)
#6E5844
(110,88,68)
#5D4A3A
(93,74,58)
#4C3C30
(76,60,48)
#3B2E26
(59,46,38)
#2A201C
(42,32,28)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C39E76

#C39E76
(195,158,118)
#C8A682
(200,166,130)
#CDAE8E
(205,174,142)
#D2B69A
(210,182,154)
#D7BEA6
(215,190,166)
#DCC6B2
(220,198,178)
#E1CEBE
(225,206,190)
#E6D6CA
(230,214,202)
#EBDED6
(235,222,214)
#F0E6E2
(240,230,226)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39E76 color. Also use rgb(195,158,118) instead hex code.

Text Font Color

.myTextColor { color: #C39E76; }

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

This text font color is #C39E76.


Background Color

.myBgColor { background-color: #C39E76; }

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

This div background color is #C39E76.


Border color

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

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

This div border color is #C39E76.


Opacity

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

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

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

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

This text has shadow with #C39E76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39E76 on black background.


Color preview on white background

This text has color #C39E76 on white background.



Black color preview on #C39E76 background

This text has black color on #C39E76 background.


White color preview on #C39E76 background

This text has white color on #C39E76 background.