COLOR #C49994

HEX: #C49994
RGB: (196,153,148)

Color info

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

RGB color model

#C49994 color RGB value is (196,153,148).

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

RGB channels and saturation

R 196 of 255 = 77%
G 153 of 255 = 60%
B 148 of 255 = 58%

196
153
148

R + G + B ~ 65%. #C49994 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 153 + 148 = 497 (100%)
R 196 of 497 ~ 39.44%
G 153 of 497 ~ 30.78%
B 148 of 497 ~ 29.78%

%39.44
%30.78
%29.78

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 21.94%
  • yellow value is 24.49%
  • key color value is 23.14%
CMYK:
(0,22,24,23)
C0M22Y24K23 
(0%,22%,24%,23%)
(0.00/0.22/0.24/0.23)	

CMYK percentages

%0
%21.94
%24.49
%23.14

Codes

Color #C49994 in popluar color models

C49994
RGB196153148
HSL28.92%67.45%
HSB/HSV24.49%76.86%
CMYK0.00%21.94%24.49%
23.14%

Color #C49994 in popluar number systems.

HEXC49994
Decimal196153148
Binary110001001001100110010100
Octal304231224

Shades and tints

Shades of #C49994

#C49994
(196,153,148)
#B38C87
(179,140,135)
#A27F7A
(162,127,122)
#91726D
(145,114,109)
#806560
(128,101,96)
#6F5853
(111,88,83)
#5E4B46
(94,75,70)
#4D3E39
(77,62,57)
#3C312C
(60,49,44)
#2B241F
(43,36,31)
#1A1712
(26,23,18)
#000000
(0,0,0)

Tints of #C49994

#C49994
(196,153,148)
#C9A29D
(201,162,157)
#CEABA6
(206,171,166)
#D3B4AF
(211,180,175)
#D8BDB8
(216,189,184)
#DDC6C1
(221,198,193)
#E2CFCA
(226,207,202)
#E7D8D3
(231,216,211)
#ECE1DC
(236,225,220)
#F1EAE5
(241,234,229)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49994; }

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

This text font color is #C49994.


Background Color

.myBgColor { background-color: #C49994; }

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

This div background color is #C49994.


Border color

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

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

This div border color is #C49994.


Opacity

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

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

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

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

This text has shadow with #C49994 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49994 on black background.


Color preview on white background

This text has color #C49994 on white background.



Black color preview on #C49994 background

This text has black color on #C49994 background.


White color preview on #C49994 background

This text has white color on #C49994 background.