COLOR #C49A89

HEX: #C49A89
RGB: (196,154,137)

Color info

#C49A89 contains red, green and blue colors in about the same proportion. Web safe color of #C49A89 is #CC9999 (or #C99).

RGB color model

#C49A89 color RGB value is (196,154,137).

  • red value is 196;
  • green value is 154;
  • blue value is 137.
RGB:
(196,154,137)
(77%,60%,54%)

RGB channels and saturation

R 196 of 255 = 77%
G 154 of 255 = 60%
B 137 of 255 = 54%

196
154
137

R + G + B ~ 64%. #C49A89 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 154 + 137 = 487 (100%)
R 196 of 487 ~ 40.25%
G 154 of 487 ~ 31.62%
B 137 of 487 ~ 28.13%

%40.25
%31.62
%28.13

CMYK color model

#C49A89 color CMYK value is (0,21,30,23).

  • cyan value is 0.00%
  • magenta value is 21.43%
  • yellow value is 30.10%
  • key color value is 23.14%
CMYK:
(0,21,30,23)
C0M21Y30K23 
(0%,21%,30%,23%)
(0.00/0.21/0.30/0.23)	

CMYK percentages

%0
%21.43
%30.1
%23.14

Codes

Color #C49A89 in popluar color models

C49A89
RGB196154137
HSL17°33.33%65.29%
HSB/HSV17°30.10%76.86%
CMYK0.00%21.43%30.10%
23.14%

Color #C49A89 in popluar number systems.

HEXC49A89
Decimal196154137
Binary110001001001101010001001
Octal304232211

Shades and tints

Shades of #C49A89

#C49A89
(196,154,137)
#B38C7D
(179,140,125)
#A27E71
(162,126,113)
#917065
(145,112,101)
#806259
(128,98,89)
#6F544D
(111,84,77)
#5E4641
(94,70,65)
#4D3835
(77,56,53)
#3C2A29
(60,42,41)
#2B1C1D
(43,28,29)
#1A0E11
(26,14,17)
#000000
(0,0,0)

Tints of #C49A89

#C49A89
(196,154,137)
#C9A393
(201,163,147)
#CEAC9D
(206,172,157)
#D3B5A7
(211,181,167)
#D8BEB1
(216,190,177)
#DDC7BB
(221,199,187)
#E2D0C5
(226,208,197)
#E7D9CF
(231,217,207)
#ECE2D9
(236,226,217)
#F1EBE3
(241,235,227)
#F6F4ED
(246,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49A89 color. Also use rgb(196,154,137) instead hex code.

Text Font Color

.myTextColor { color: #C49A89; }

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

This text font color is #C49A89.


Background Color

.myBgColor { background-color: #C49A89; }

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

This div background color is #C49A89.


Border color

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

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

This div border color is #C49A89.


Opacity

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

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

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

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

This text has shadow with #C49A89 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49A89 on black background.


Color preview on white background

This text has color #C49A89 on white background.



Black color preview on #C49A89 background

This text has black color on #C49A89 background.


White color preview on #C49A89 background

This text has white color on #C49A89 background.