COLOR #C39A83

HEX: #C39A83
RGB: (195,154,131)

Color info

#C39A83 contains mainly red and green colors. Web safe color of #C39A83 is #CC9999 (or #C99).

RGB color model

#C39A83 color RGB value is (195,154,131).

  • red value is 195;
  • green value is 154;
  • blue value is 131.
RGB:
(195,154,131)
(76%,60%,51%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 131 of 255 = 51%

195
154
131

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 131 = 480 (100%)
R 195 of 480 ~ 40.63%
G 154 of 480 ~ 32.08%
B 131 of 480 ~ 27.29%

%40.63
%32.08
%27.29

CMYK color model

#C39A83 color CMYK value is (0,21,33,24).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 32.82%
  • key color value is 23.53%
CMYK:
(0,21,33,24)
C0M21Y33K24 
(0%,21%,33%,24%)
(0.00/0.21/0.33/0.24)	

CMYK percentages

%0
%21.03
%32.82
%23.53

Codes

Color #C39A83 in popluar color models

C39A83
RGB195154131
HSL22°34.78%63.92%
HSB/HSV22°32.82%76.47%
CMYK0.00%21.03%32.82%
23.53%

Color #C39A83 in popluar number systems.

HEXC39A83
Decimal195154131
Binary110000111001101010000011
Octal303232203

Shades and tints

Shades of #C39A83

#C39A83
(195,154,131)
#B28C78
(178,140,120)
#A17E6D
(161,126,109)
#907062
(144,112,98)
#7F6257
(127,98,87)
#6E544C
(110,84,76)
#5D4641
(93,70,65)
#4C3836
(76,56,54)
#3B2A2B
(59,42,43)
#2A1C20
(42,28,32)
#190E15
(25,14,21)
#000000
(0,0,0)

Tints of #C39A83

#C39A83
(195,154,131)
#C8A38E
(200,163,142)
#CDAC99
(205,172,153)
#D2B5A4
(210,181,164)
#D7BEAF
(215,190,175)
#DCC7BA
(220,199,186)
#E1D0C5
(225,208,197)
#E6D9D0
(230,217,208)
#EBE2DB
(235,226,219)
#F0EBE6
(240,235,230)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39A83 color. Also use rgb(195,154,131) instead hex code.

Text Font Color

.myTextColor { color: #C39A83; }

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

This text font color is #C39A83.


Background Color

.myBgColor { background-color: #C39A83; }

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

This div background color is #C39A83.


Border color

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

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

This div border color is #C39A83.


Opacity

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

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

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

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

This text has shadow with #C39A83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39A83 on black background.


Color preview on white background

This text has color #C39A83 on white background.



Black color preview on #C39A83 background

This text has black color on #C39A83 background.


White color preview on #C39A83 background

This text has white color on #C39A83 background.