COLOR #C49594

HEX: #C49594
RGB: (196,149,148)

Color info

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

RGB color model

#C49594 color RGB value is (196,149,148).

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

RGB channels and saturation

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

196
149
148

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 148 = 493 (100%)
R 196 of 493 ~ 39.76%
G 149 of 493 ~ 30.22%
B 148 of 493 ~ 30.02%

%39.76
%30.22
%30.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 24.49%
  • key color value is 23.14%
CMYK:
(0,24,24,23)
C0M24Y24K23 
(0%,24%,24%,23%)
(0.00/0.24/0.24/0.23)	

CMYK percentages

%0
%23.98
%24.49
%23.14

Codes

Color #C49594 in popluar color models

C49594
RGB196149148
HSL28.92%67.45%
HSB/HSV24.49%76.86%
CMYK0.00%23.98%24.49%
23.14%

Color #C49594 in popluar number systems.

HEXC49594
Decimal196149148
Binary110001001001010110010100
Octal304225224

Shades and tints

Shades of #C49594

#C49594
(196,149,148)
#B38887
(179,136,135)
#A27B7A
(162,123,122)
#916E6D
(145,110,109)
#806160
(128,97,96)
#6F5453
(111,84,83)
#5E4746
(94,71,70)
#4D3A39
(77,58,57)
#3C2D2C
(60,45,44)
#2B201F
(43,32,31)
#1A1312
(26,19,18)
#000000
(0,0,0)

Tints of #C49594

#C49594
(196,149,148)
#C99E9D
(201,158,157)
#CEA7A6
(206,167,166)
#D3B0AF
(211,176,175)
#D8B9B8
(216,185,184)
#DDC2C1
(221,194,193)
#E2CBCA
(226,203,202)
#E7D4D3
(231,212,211)
#ECDDDC
(236,221,220)
#F1E6E5
(241,230,229)
#F6EFEE
(246,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49594; }

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

This text font color is #C49594.


Background Color

.myBgColor { background-color: #C49594; }

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

This div background color is #C49594.


Border color

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

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

This div border color is #C49594.


Opacity

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

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

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

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

This text has shadow with #C49594 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49594 on black background.


Color preview on white background

This text has color #C49594 on white background.



Black color preview on #C49594 background

This text has black color on #C49594 background.


White color preview on #C49594 background

This text has white color on #C49594 background.