COLOR #C49BB1

HEX: #C49BB1
RGB: (196,155,177)

Color info

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

RGB color model

#C49BB1 color RGB value is (196,155,177).

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

RGB channels and saturation

R 196 of 255 = 77%
G 155 of 255 = 61%
B 177 of 255 = 69%

196
155
177

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

Portions of RGB colors in percentages

R + G + B =
196 + 155 + 177 = 528 (100%)
R 196 of 528 ~ 37.12%
G 155 of 528 ~ 29.36%
B 177 of 528 ~ 33.52%

%37.12
%29.36
%33.52

CMYK color model

#C49BB1 color CMYK value is (0,21,10,23).

  • cyan value is 0.00%
  • magenta value is 20.92%
  • yellow value is 9.69%
  • key color value is 23.14%
CMYK:
(0,21,10,23)
C0M21Y10K23 
(0%,21%,10%,23%)
(0.00/0.21/0.10/0.23)	

CMYK percentages

%0
%20.92
%9.69
%23.14

Codes

Color #C49BB1 in popluar color models

C49BB1
RGB196155177
HSL328°25.79%68.82%
HSB/HSV328°20.92%76.86%
CMYK0.00%20.92%9.69%
23.14%

Color #C49BB1 in popluar number systems.

HEXC49BB1
Decimal196155177
Binary110001001001101110110001
Octal304233261

Shades and tints

Shades of #C49BB1

#C49BB1
(196,155,177)
#B38DA1
(179,141,161)
#A27F91
(162,127,145)
#917181
(145,113,129)
#806371
(128,99,113)
#6F5561
(111,85,97)
#5E4751
(94,71,81)
#4D3941
(77,57,65)
#3C2B31
(60,43,49)
#2B1D21
(43,29,33)
#1A0F11
(26,15,17)
#000000
(0,0,0)

Tints of #C49BB1

#C49BB1
(196,155,177)
#C9A4B8
(201,164,184)
#CEADBF
(206,173,191)
#D3B6C6
(211,182,198)
#D8BFCD
(216,191,205)
#DDC8D4
(221,200,212)
#E2D1DB
(226,209,219)
#E7DAE2
(231,218,226)
#ECE3E9
(236,227,233)
#F1ECF0
(241,236,240)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49BB1; }

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

This text font color is #C49BB1.


Background Color

.myBgColor { background-color: #C49BB1; }

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

This div background color is #C49BB1.


Border color

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

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

This div border color is #C49BB1.


Opacity

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

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

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

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

This text has shadow with #C49BB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49BB1 on black background.


Color preview on white background

This text has color #C49BB1 on white background.



Black color preview on #C49BB1 background

This text has black color on #C49BB1 background.


White color preview on #C49BB1 background

This text has white color on #C49BB1 background.