COLOR #C49E9E

HEX: #C49E9E RGB: (196,158,158)

Color info

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

RGB color model

#C49E9E color RGB value is (196,158,158).

RGB: (196,158,158) (77%, 62%, 62%)

RGB channels and saturation

R 196 of 255 = 77%
G 158 of 255 = 62%
B 158 of 255 = 62%

196
158
158

R + G + B ~ 67%. #C49E9E is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 158 + 158 = 512 (100%)
R 196 of 512 ~ 38.28%
G 158 of 512 ~ 30.86%
B 158 of 512 ~ 30.86'%

%38.28
%30.86
%30.86

CMYK color model

#C49E9E color CMYK value is (0,19,19,23).

  • cyan value is 0.00%
  • magenta value is 19.39%
  • yellow value is 19.39%
  • key color value is 23.14%

CMYK: (0,19,19,23)
C0M19Y19K23 (0%, 19%, 19%, 23%)
(0.00 / 0.19 / 0.19 / 0.23)

CMYK percentages

%0
%19.39
%19.39
%23.14

Codes

Color #C49E9E in popluar color models

C4 9E 9E
RGB 196 158 158
HSL 24.36% 69.41%
HSB/HSV 19.39% 76.86%
CMYK 0.00% 19.39% 19.39%
23.14%

Color #C49E9E in popluar number systems.

HEX C4 9E 9E
Decimal 196 158 158
Binary 11000100 10011110 10011110
Octal 304 236 236

Shades and tints

Shades of #C49E9E

#C49E9E
(196,158,158)
#B39090
(179,144,144)
#A28282
(162,130,130)
#917474
(145,116,116)
#806666
(128,102,102)
#6F5858
(111,88,88)
#5E4A4A
(94,74,74)
#4D3C3C
(77,60,60)
#3C2E2E
(60,46,46)
#2B2020
(43,32,32)
#1A1212
(26,18,18)
#000000
(0,0,0)

Tints of #C49E9E

#C49E9E
(196,158,158)
#C9A6A6
(201,166,166)
#CEAEAE
(206,174,174)
#D3B6B6
(211,182,182)
#D8BEBE
(216,190,190)
#DDC6C6
(221,198,198)
#E2CECE
(226,206,206)
#E7D6D6
(231,214,214)
#ECDEDE
(236,222,222)
#F1E6E6
(241,230,230)
#F6EEEE
(246,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49E9E; }

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

This text font color is #C49E9E.

Background Color

.myBgColor { background-color: #C49E9E; }

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

This div background color is #C49E9E.

Border color

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

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

This div border color is #C49E9E.

Opacity

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

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

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

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

This text has shadow with #C49E9E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49E9E.

Preview

Color preview on black background

This text has color #C49E9E on black background.


Color preview on white background

This text has color #C49E9E on white background.


Black color preview on #C49E9E background

This text has black color on #C49E9E background.


White color preview on #C49E9E background

This text has white color on #C49E9E background.


Related colors

Complementary color

Complementary color for #hex is #3B6161.


I love getcolorcode.com