COLOR #C49FAB

HEX: #C49FAB
RGB: (196,159,171)

Color info

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

RGB color model

#C49FAB color RGB value is (196,159,171).

  • red value is 196;
  • green value is 159;
  • blue value is 171.
RGB:
(196,159,171)
(77%,62%,67%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 171 of 255 = 67%

196
159
171

R + G + B ~ 69%. #C49FAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 171 = 526 (100%)
R 196 of 526 ~ 37.26%
G 159 of 526 ~ 30.23%
B 171 of 526 ~ 32.51%

%37.26
%30.23
%32.51

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 12.76%
  • key color value is 23.14%
CMYK:
(0,19,13,23)
C0M19Y13K23 
(0%,19%,13%,23%)
(0.00/0.19/0.13/0.23)	

CMYK percentages

%0
%18.88
%12.76
%23.14

Codes

Color #C49FAB in popluar color models

C49FAB
RGB196159171
HSL341°23.87%69.61%
HSB/HSV341°18.88%76.86%
CMYK0.00%18.88%12.76%
23.14%

Color #C49FAB in popluar number systems.

HEXC49FAB
Decimal196159171
Binary110001001001111110101011
Octal304237253

Shades and tints

Shades of #C49FAB

#C49FAB
(196,159,171)
#B3919C
(179,145,156)
#A2838D
(162,131,141)
#91757E
(145,117,126)
#80676F
(128,103,111)
#6F5960
(111,89,96)
#5E4B51
(94,75,81)
#4D3D42
(77,61,66)
#3C2F33
(60,47,51)
#2B2124
(43,33,36)
#1A1315
(26,19,21)
#000000
(0,0,0)

Tints of #C49FAB

#C49FAB
(196,159,171)
#C9A7B2
(201,167,178)
#CEAFB9
(206,175,185)
#D3B7C0
(211,183,192)
#D8BFC7
(216,191,199)
#DDC7CE
(221,199,206)
#E2CFD5
(226,207,213)
#E7D7DC
(231,215,220)
#ECDFE3
(236,223,227)
#F1E7EA
(241,231,234)
#F6EFF1
(246,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FAB; }

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

This text font color is #C49FAB.


Background Color

.myBgColor { background-color: #C49FAB; }

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

This div background color is #C49FAB.


Border color

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

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

This div border color is #C49FAB.


Opacity

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

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

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

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

This text has shadow with #C49FAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49FAB on black background.


Color preview on white background

This text has color #C49FAB on white background.



Black color preview on #C49FAB background

This text has black color on #C49FAB background.


White color preview on #C49FAB background

This text has white color on #C49FAB background.