COLOR #C49576

HEX: #C49576
RGB: (196,149,118)

Color info

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

RGB color model

#C49576 color RGB value is (196,149,118).

  • red value is 196;
  • green value is 149;
  • blue value is 118.
RGB:
(196,149,118)
(77%,58%,46%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 118 of 255 = 46%

196
149
118

R + G + B ~ 60%. #C49576 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 118 = 463 (100%)
R 196 of 463 ~ 42.33%
G 149 of 463 ~ 32.18%
B 118 of 463 ~ 25.49%

%42.33
%32.18
%25.49

CMYK color model

#C49576 color CMYK value is (0,24,40,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 39.80%
  • key color value is 23.14%
CMYK:
(0,24,40,23)
C0M24Y40K23 
(0%,24%,40%,23%)
(0.00/0.24/0.40/0.23)	

CMYK percentages

%0
%23.98
%39.8
%23.14

Codes

Color #C49576 in popluar color models

C49576
RGB196149118
HSL24°39.80%61.57%
HSB/HSV24°39.80%76.86%
CMYK0.00%23.98%39.80%
23.14%

Color #C49576 in popluar number systems.

HEXC49576
Decimal196149118
Binary11000100100101011110110
Octal304225166

Shades and tints

Shades of #C49576

#C49576
(196,149,118)
#B3886C
(179,136,108)
#A27B62
(162,123,98)
#916E58
(145,110,88)
#80614E
(128,97,78)
#6F5444
(111,84,68)
#5E473A
(94,71,58)
#4D3A30
(77,58,48)
#3C2D26
(60,45,38)
#2B201C
(43,32,28)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C49576

#C49576
(196,149,118)
#C99E82
(201,158,130)
#CEA78E
(206,167,142)
#D3B09A
(211,176,154)
#D8B9A6
(216,185,166)
#DDC2B2
(221,194,178)
#E2CBBE
(226,203,190)
#E7D4CA
(231,212,202)
#ECDDD6
(236,221,214)
#F1E6E2
(241,230,226)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49576 color. Also use rgb(196,149,118) instead hex code.

Text Font Color

.myTextColor { color: #C49576; }

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

This text font color is #C49576.


Background Color

.myBgColor { background-color: #C49576; }

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

This div background color is #C49576.


Border color

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

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

This div border color is #C49576.


Opacity

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

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

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

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

This text has shadow with #C49576 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49576 on black background.


Color preview on white background

This text has color #C49576 on white background.



Black color preview on #C49576 background

This text has black color on #C49576 background.


White color preview on #C49576 background

This text has white color on #C49576 background.