COLOR #C49E95

HEX: #C49E95 RGB: (196,158,149)

Color info

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

RGB color model

#C49E95 color RGB value is (196,158,149).

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

RGB channels and saturation

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

196
158
149

R + G + B ~ 66%. #C49E95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 158 + 149 = 503 (100%)
R 196 of 503 ~ 38.97%
G 158 of 503 ~ 31.41%
B 149 of 503 ~ 29.62'%

%38.97
%31.41
%29.62

CMYK color model

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

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

CMYK: (0,19,24,23)
C0M19Y24K23 (0%, 19%, 24%, 23%)
(0.00 / 0.19 / 0.24 / 0.23)

CMYK percentages

%0
%19.39
%23.98
%23.14

Codes

Color #C49E95 in popluar color models

C4 9E 95
RGB 196 158 149
HSL 11° 28.48% 67.65%
HSB/HSV 11° 23.98% 76.86%
CMYK 0.00% 19.39% 23.98%
23.14%

Color #C49E95 in popluar number systems.

HEX C4 9E 95
Decimal 196 158 149
Binary 11000100 10011110 10010101
Octal 304 236 225

Shades and tints

Shades of #C49E95

#C49E95
(196,158,149)
#B39088
(179,144,136)
#A2827B
(162,130,123)
#91746E
(145,116,110)
#806661
(128,102,97)
#6F5854
(111,88,84)
#5E4A47
(94,74,71)
#4D3C3A
(77,60,58)
#3C2E2D
(60,46,45)
#2B2020
(43,32,32)
#1A1213
(26,18,19)
#000000
(0,0,0)

Tints of #C49E95

#C49E95
(196,158,149)
#C9A69E
(201,166,158)
#CEAEA7
(206,174,167)
#D3B6B0
(211,182,176)
#D8BEB9
(216,190,185)
#DDC6C2
(221,198,194)
#E2CECB
(226,206,203)
#E7D6D4
(231,214,212)
#ECDEDD
(236,222,221)
#F1E6E6
(241,230,230)
#F6EEEF
(246,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49E95; }

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

This text font color is #C49E95.

Background Color

.myBgColor { background-color: #C49E95; }

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

This div background color is #C49E95.

Border color

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

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

This div border color is #C49E95.

Opacity

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

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

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

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

This text has shadow with #C49E95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49E95.

Preview

Color preview on black background

This text has color #C49E95 on black background.


Color preview on white background

This text has color #C49E95 on white background.


Black color preview on #C49E95 background

This text has black color on #C49E95 background.


White color preview on #C49E95 background

This text has white color on #C49E95 background.


Related colors

Complementary color

Complementary color for #hex is #3B616A.


I love getcolorcode.com

Triadic colors

1 #95C49E and #9E95C4 with #C49E95 are triadic colors.

2 #959EC4 and #9EC495 with #C49E95 are triadic colors.