COLOR #C49395

HEX: #C49395
RGB: (196,147,149)

Color info

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

RGB color model

#C49395 color RGB value is (196,147,149).

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

RGB channels and saturation

R 196 of 255 = 77%
G 147 of 255 = 58%
B 149 of 255 = 58%

196
147
149

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

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 149 = 492 (100%)
R 196 of 492 ~ 39.84%
G 147 of 492 ~ 29.88%
B 149 of 492 ~ 30.28%

%39.84
%29.88
%30.28

CMYK color model

#C49395 color CMYK value is (0,25,24,23).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(0,25,24,23)
C0M25Y24K23 
(0%,25%,24%,23%)
(0.00/0.25/0.24/0.23)	

CMYK percentages

%0
%25
%23.98
%23.14

Codes

Color #C49395 in popluar color models

C49395
RGB196147149
HSL358°29.34%67.25%
HSB/HSV358°25.00%76.86%
CMYK0.00%25.00%23.98%
23.14%

Color #C49395 in popluar number systems.

HEXC49395
Decimal196147149
Binary110001001001001110010101
Octal304223225

Shades and tints

Shades of #C49395

#C49395
(196,147,149)
#B38688
(179,134,136)
#A2797B
(162,121,123)
#916C6E
(145,108,110)
#805F61
(128,95,97)
#6F5254
(111,82,84)
#5E4547
(94,69,71)
#4D383A
(77,56,58)
#3C2B2D
(60,43,45)
#2B1E20
(43,30,32)
#1A1113
(26,17,19)
#000000
(0,0,0)

Tints of #C49395

#C49395
(196,147,149)
#C99C9E
(201,156,158)
#CEA5A7
(206,165,167)
#D3AEB0
(211,174,176)
#D8B7B9
(216,183,185)
#DDC0C2
(221,192,194)
#E2C9CB
(226,201,203)
#E7D2D4
(231,210,212)
#ECDBDD
(236,219,221)
#F1E4E6
(241,228,230)
#F6EDEF
(246,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49395; }

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

This text font color is #C49395.


Background Color

.myBgColor { background-color: #C49395; }

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

This div background color is #C49395.


Border color

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

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

This div border color is #C49395.


Opacity

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

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

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

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

This text has shadow with #C49395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49395 on black background.


Color preview on white background

This text has color #C49395 on white background.



Black color preview on #C49395 background

This text has black color on #C49395 background.


White color preview on #C49395 background

This text has white color on #C49395 background.