COLOR #C49394

HEX: #C49394
RGB: (196,147,148)

Color info

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

RGB color model

#C49394 color RGB value is (196,147,148).

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

RGB channels and saturation

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

196
147
148

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

Portions of RGB colors in percentages

R + G + B =
196 + 147 + 148 = 491 (100%)
R 196 of 491 ~ 39.92%
G 147 of 491 ~ 29.94%
B 148 of 491 ~ 30.14%

%39.92
%29.94
%30.14

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 24.49%
  • 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
%24.49
%23.14

Codes

Color #C49394 in popluar color models

C49394
RGB196147148
HSL359°29.34%67.25%
HSB/HSV359°25.00%76.86%
CMYK0.00%25.00%24.49%
23.14%

Color #C49394 in popluar number systems.

HEXC49394
Decimal196147148
Binary110001001001001110010100
Octal304223224

Shades and tints

Shades of #C49394

#C49394
(196,147,148)
#B38687
(179,134,135)
#A2797A
(162,121,122)
#916C6D
(145,108,109)
#805F60
(128,95,96)
#6F5253
(111,82,83)
#5E4546
(94,69,70)
#4D3839
(77,56,57)
#3C2B2C
(60,43,44)
#2B1E1F
(43,30,31)
#1A1112
(26,17,18)
#000000
(0,0,0)

Tints of #C49394

#C49394
(196,147,148)
#C99C9D
(201,156,157)
#CEA5A6
(206,165,166)
#D3AEAF
(211,174,175)
#D8B7B8
(216,183,184)
#DDC0C1
(221,192,193)
#E2C9CA
(226,201,202)
#E7D2D3
(231,210,211)
#ECDBDC
(236,219,220)
#F1E4E5
(241,228,229)
#F6EDEE
(246,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49394; }

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

This text font color is #C49394.


Background Color

.myBgColor { background-color: #C49394; }

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

This div background color is #C49394.


Border color

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

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

This div border color is #C49394.


Opacity

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

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

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

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

This text has shadow with #C49394 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49394 on black background.


Color preview on white background

This text has color #C49394 on white background.



Black color preview on #C49394 background

This text has black color on #C49394 background.


White color preview on #C49394 background

This text has white color on #C49394 background.