COLOR #C49096

HEX: #C49096
RGB: (196,144,150)

Color info

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

RGB color model

#C49096 color RGB value is (196,144,150).

  • red value is 196;
  • green value is 144;
  • blue value is 150.
RGB:
(196,144,150)
(77%,56%,59%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 150 of 255 = 59%

196
144
150

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

Portions of RGB colors in percentages

R + G + B =
196 + 144 + 150 = 490 (100%)
R 196 of 490 ~ 40%
G 144 of 490 ~ 29.39%
B 150 of 490 ~ 30.61%

%40
%29.39
%30.61

CMYK color model

#C49096 color CMYK value is (0,27,23,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 23.47%
  • key color value is 23.14%
CMYK:
(0,27,23,23)
C0M27Y23K23 
(0%,27%,23%,23%)
(0.00/0.27/0.23/0.23)	

CMYK percentages

%0
%26.53
%23.47
%23.14

Codes

Color #C49096 in popluar color models

C49096
RGB196144150
HSL353°30.59%66.67%
HSB/HSV353°26.53%76.86%
CMYK0.00%26.53%23.47%
23.14%

Color #C49096 in popluar number systems.

HEXC49096
Decimal196144150
Binary110001001001000010010110
Octal304220226

Shades and tints

Shades of #C49096

#C49096
(196,144,150)
#B38389
(179,131,137)
#A2767C
(162,118,124)
#91696F
(145,105,111)
#805C62
(128,92,98)
#6F4F55
(111,79,85)
#5E4248
(94,66,72)
#4D353B
(77,53,59)
#3C282E
(60,40,46)
#2B1B21
(43,27,33)
#1A0E14
(26,14,20)
#000000
(0,0,0)

Tints of #C49096

#C49096
(196,144,150)
#C99A9F
(201,154,159)
#CEA4A8
(206,164,168)
#D3AEB1
(211,174,177)
#D8B8BA
(216,184,186)
#DDC2C3
(221,194,195)
#E2CCCC
(226,204,204)
#E7D6D5
(231,214,213)
#ECE0DE
(236,224,222)
#F1EAE7
(241,234,231)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49096; }

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

This text font color is #C49096.


Background Color

.myBgColor { background-color: #C49096; }

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

This div background color is #C49096.


Border color

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

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

This div border color is #C49096.


Opacity

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

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

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

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

This text has shadow with #C49096 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49096 on black background.


Color preview on white background

This text has color #C49096 on white background.



Black color preview on #C49096 background

This text has black color on #C49096 background.


White color preview on #C49096 background

This text has white color on #C49096 background.