COLOR #C49D83

HEX: #C49D83
RGB: (196,157,131)

Color info

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

RGB color model

#C49D83 color RGB value is (196,157,131).

  • red value is 196;
  • green value is 157;
  • blue value is 131.
RGB:
(196,157,131)
(77%,62%,51%)

RGB channels and saturation

R 196 of 255 = 77%
G 157 of 255 = 62%
B 131 of 255 = 51%

196
157
131

R + G + B ~ 63%. #C49D83 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 157 + 131 = 484 (100%)
R 196 of 484 ~ 40.5%
G 157 of 484 ~ 32.44%
B 131 of 484 ~ 27.07%

%40.5
%32.44
%27.07

CMYK color model

#C49D83 color CMYK value is (0,20,33,23).

  • cyan value is 0.00%
  • magenta value is 19.90%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,20,33,23)
C0M20Y33K23 
(0%,20%,33%,23%)
(0.00/0.20/0.33/0.23)	

CMYK percentages

%0
%19.9
%33.16
%23.14

Codes

Color #C49D83 in popluar color models

C49D83
RGB196157131
HSL24°35.52%64.12%
HSB/HSV24°33.16%76.86%
CMYK0.00%19.90%33.16%
23.14%

Color #C49D83 in popluar number systems.

HEXC49D83
Decimal196157131
Binary110001001001110110000011
Octal304235203

Shades and tints

Shades of #C49D83

#C49D83
(196,157,131)
#B38F78
(179,143,120)
#A2816D
(162,129,109)
#917362
(145,115,98)
#806557
(128,101,87)
#6F574C
(111,87,76)
#5E4941
(94,73,65)
#4D3B36
(77,59,54)
#3C2D2B
(60,45,43)
#2B1F20
(43,31,32)
#1A1115
(26,17,21)
#000000
(0,0,0)

Tints of #C49D83

#C49D83
(196,157,131)
#C9A58E
(201,165,142)
#CEAD99
(206,173,153)
#D3B5A4
(211,181,164)
#D8BDAF
(216,189,175)
#DDC5BA
(221,197,186)
#E2CDC5
(226,205,197)
#E7D5D0
(231,213,208)
#ECDDDB
(236,221,219)
#F1E5E6
(241,229,230)
#F6EDF1
(246,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49D83 color. Also use rgb(196,157,131) instead hex code.

Text Font Color

.myTextColor { color: #C49D83; }

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

This text font color is #C49D83.


Background Color

.myBgColor { background-color: #C49D83; }

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

This div background color is #C49D83.


Border color

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

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

This div border color is #C49D83.


Opacity

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

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

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

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

This text has shadow with #C49D83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49D83 on black background.


Color preview on white background

This text has color #C49D83 on white background.



Black color preview on #C49D83 background

This text has black color on #C49D83 background.


White color preview on #C49D83 background

This text has white color on #C49D83 background.