COLOR #C39E7E

HEX: #C39E7E RGB: (195,158,126)

Color info

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

RGB color model

#C39E7E color RGB value is (195,158,126).

RGB: (195,158,126) (76%, 62%, 49%)

RGB channels and saturation

R 195 of 255 = 76%
G 158 of 255 = 62%
B 126 of 255 = 49%

195
158
126

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

Portions of RGB colors in percentages

R + G + B = 195 + 158 + 126 = 479 (100%)
R 195 of 479 ~ 40.71%
G 158 of 479 ~ 32.99%
B 126 of 479 ~ 26.3'%

%40.71
%32.99
%26.3

CMYK color model

#C39E7E color CMYK value is (0,19,35,24).

  • cyan value is 0.00%
  • magenta value is 18.97%
  • yellow value is 35.38%
  • key color value is 23.53%

CMYK: (0,19,35,24)
C0M19Y35K24 (0%, 19%, 35%, 24%)
(0.00 / 0.19 / 0.35 / 0.24)

CMYK percentages

%0
%18.97
%35.38
%23.53

Codes

Color #C39E7E in popluar color models

C3 9E 7E
RGB 195 158 126
HSL 28° 36.51% 62.94%
HSB/HSV 28° 35.38% 76.47%
CMYK 0.00% 18.97% 35.38%
23.53%

Color #C39E7E in popluar number systems.

HEX C3 9E 7E
Decimal 195 158 126
Binary 11000011 10011110 1111110
Octal 303 236 176

Shades and tints

Shades of #C39E7E

#C39E7E
(195,158,126)
#B29073
(178,144,115)
#A18268
(161,130,104)
#90745D
(144,116,93)
#7F6652
(127,102,82)
#6E5847
(110,88,71)
#5D4A3C
(93,74,60)
#4C3C31
(76,60,49)
#3B2E26
(59,46,38)
#2A201B
(42,32,27)
#191210
(25,18,16)
#000000
(0,0,0)

Tints of #C39E7E

#C39E7E
(195,158,126)
#C8A689
(200,166,137)
#CDAE94
(205,174,148)
#D2B69F
(210,182,159)
#D7BEAA
(215,190,170)
#DCC6B5
(220,198,181)
#E1CEC0
(225,206,192)
#E6D6CB
(230,214,203)
#EBDED6
(235,222,214)
#F0E6E1
(240,230,225)
#F5EEEC
(245,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39E7E; }

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

This text font color is #C39E7E.

Background Color

.myBgColor { background-color: #C39E7E; }

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

This div background color is #C39E7E.

Border color

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

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

This div border color is #C39E7E.

Opacity

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

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

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

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

This text has shadow with #C39E7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39E7E.

Preview

Color preview on black background

This text has color #C39E7E on black background.


Color preview on white background

This text has color #C39E7E on white background.


Black color preview on #C39E7E background

This text has black color on #C39E7E background.


White color preview on #C39E7E background

This text has white color on #C39E7E background.


Related colors

Complementary color

Complementary color for #hex is #3C6181.


I love getcolorcode.com

Triadic colors

1 #7EC39E and #9E7EC3 with #C39E7E are triadic colors.

2 #7E9EC3 and #9EC37E with #C39E7E are triadic colors.