COLOR #C49F83

HEX: #C49F83
RGB: (196,159,131)

Color info

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

RGB color model

#C49F83 color RGB value is (196,159,131).

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

RGB channels and saturation

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

196
159
131

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

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 131 = 486 (100%)
R 196 of 486 ~ 40.33%
G 159 of 486 ~ 32.72%
B 131 of 486 ~ 26.95%

%40.33
%32.72
%26.95

CMYK color model

#C49F83 color CMYK value is (0,19,33,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 33.16%
  • key color value is 23.14%
CMYK:
(0,19,33,23)
C0M19Y33K23 
(0%,19%,33%,23%)
(0.00/0.19/0.33/0.23)	

CMYK percentages

%0
%18.88
%33.16
%23.14

Codes

Color #C49F83 in popluar color models

C49F83
RGB196159131
HSL26°35.52%64.12%
HSB/HSV26°33.16%76.86%
CMYK0.00%18.88%33.16%
23.14%

Color #C49F83 in popluar number systems.

HEXC49F83
Decimal196159131
Binary110001001001111110000011
Octal304237203

Shades and tints

Shades of #C49F83

#C49F83
(196,159,131)
#B39178
(179,145,120)
#A2836D
(162,131,109)
#917562
(145,117,98)
#806757
(128,103,87)
#6F594C
(111,89,76)
#5E4B41
(94,75,65)
#4D3D36
(77,61,54)
#3C2F2B
(60,47,43)
#2B2120
(43,33,32)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C49F83

#C49F83
(196,159,131)
#C9A78E
(201,167,142)
#CEAF99
(206,175,153)
#D3B7A4
(211,183,164)
#D8BFAF
(216,191,175)
#DDC7BA
(221,199,186)
#E2CFC5
(226,207,197)
#E7D7D0
(231,215,208)
#ECDFDB
(236,223,219)
#F1E7E6
(241,231,230)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49F83; }

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

This text font color is #C49F83.


Background Color

.myBgColor { background-color: #C49F83; }

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

This div background color is #C49F83.


Border color

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

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

This div border color is #C49F83.


Opacity

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

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

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

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

This text has shadow with #C49F83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49F83 on black background.


Color preview on white background

This text has color #C49F83 on white background.



Black color preview on #C49F83 background

This text has black color on #C49F83 background.


White color preview on #C49F83 background

This text has white color on #C49F83 background.