COLOR #C49586

HEX: #C49586
RGB: (196,149,134)

Color info

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

RGB color model

#C49586 color RGB value is (196,149,134).

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

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 134 of 255 = 53%

196
149
134

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 134 = 479 (100%)
R 196 of 479 ~ 40.92%
G 149 of 479 ~ 31.11%
B 134 of 479 ~ 27.97%

%40.92
%31.11
%27.97

CMYK color model

#C49586 color CMYK value is (0,24,32,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 31.63%
  • key color value is 23.14%
CMYK:
(0,24,32,23)
C0M24Y32K23 
(0%,24%,32%,23%)
(0.00/0.24/0.32/0.23)	

CMYK percentages

%0
%23.98
%31.63
%23.14

Codes

Color #C49586 in popluar color models

C49586
RGB196149134
HSL15°34.44%64.71%
HSB/HSV15°31.63%76.86%
CMYK0.00%23.98%31.63%
23.14%

Color #C49586 in popluar number systems.

HEXC49586
Decimal196149134
Binary110001001001010110000110
Octal304225206

Shades and tints

Shades of #C49586

#C49586
(196,149,134)
#B3887A
(179,136,122)
#A27B6E
(162,123,110)
#916E62
(145,110,98)
#806156
(128,97,86)
#6F544A
(111,84,74)
#5E473E
(94,71,62)
#4D3A32
(77,58,50)
#3C2D26
(60,45,38)
#2B201A
(43,32,26)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #C49586

#C49586
(196,149,134)
#C99E91
(201,158,145)
#CEA79C
(206,167,156)
#D3B0A7
(211,176,167)
#D8B9B2
(216,185,178)
#DDC2BD
(221,194,189)
#E2CBC8
(226,203,200)
#E7D4D3
(231,212,211)
#ECDDDE
(236,221,222)
#F1E6E9
(241,230,233)
#F6EFF4
(246,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49586; }

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

This text font color is #C49586.


Background Color

.myBgColor { background-color: #C49586; }

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

This div background color is #C49586.


Border color

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

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

This div border color is #C49586.


Opacity

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

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

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

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

This text has shadow with #C49586 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49586 on black background.


Color preview on white background

This text has color #C49586 on white background.



Black color preview on #C49586 background

This text has black color on #C49586 background.


White color preview on #C49586 background

This text has white color on #C49586 background.