COLOR #C49FB1

HEX: #C49FB1
RGB: (196,159,177)

Color info

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

RGB color model

#C49FB1 color RGB value is (196,159,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 177 of 255 = 69%

196
159
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 177 = 532 (100%)
R 196 of 532 ~ 36.84%
G 159 of 532 ~ 29.89%
B 177 of 532 ~ 33.27%

%36.84
%29.89
%33.27

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,19,10,23)
C0M19Y10K23 
(0%,19%,10%,23%)
(0.00/0.19/0.10/0.23)	

CMYK percentages

%0
%18.88
%9.69
%23.14

Codes

Color #C49FB1 in popluar color models

C49FB1
RGB196159177
HSL331°23.87%69.61%
HSB/HSV331°18.88%76.86%
CMYK0.00%18.88%9.69%
23.14%

Color #C49FB1 in popluar number systems.

HEXC49FB1
Decimal196159177
Binary110001001001111110110001
Octal304237261

Shades and tints

Shades of #C49FB1

#C49FB1
(196,159,177)
#B391A1
(179,145,161)
#A28391
(162,131,145)
#917581
(145,117,129)
#806771
(128,103,113)
#6F5961
(111,89,97)
#5E4B51
(94,75,81)
#4D3D41
(77,61,65)
#3C2F31
(60,47,49)
#2B2121
(43,33,33)
#1A1311
(26,19,17)
#000000
(0,0,0)

Tints of #C49FB1

#C49FB1
(196,159,177)
#C9A7B8
(201,167,184)
#CEAFBF
(206,175,191)
#D3B7C6
(211,183,198)
#D8BFCD
(216,191,205)
#DDC7D4
(221,199,212)
#E2CFDB
(226,207,219)
#E7D7E2
(231,215,226)
#ECDFE9
(236,223,233)
#F1E7F0
(241,231,240)
#F6EFF7
(246,239,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FB1; }

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

This text font color is #C49FB1.


Background Color

.myBgColor { background-color: #C49FB1; }

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

This div background color is #C49FB1.


Border color

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

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

This div border color is #C49FB1.


Opacity

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

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

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

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

This text has shadow with #C49FB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49FB1 on black background.


Color preview on white background

This text has color #C49FB1 on white background.



Black color preview on #C49FB1 background

This text has black color on #C49FB1 background.


White color preview on #C49FB1 background

This text has white color on #C49FB1 background.