COLOR #C49FB9

HEX: #C49FB9 RGB: (196,159,185)

Color info

#C49FB9 contains red, green and blue colors in about the same proportion. Web safe color of #C49FB9 is #CC99CC (or #C9C).

RGB color model

#C49FB9 color RGB value is (196,159,185).

RGB: (196,159,185) (77%, 62%, 73%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 185 of 255 = 73%

196
159
185

R + G + B ~ 71%. #C49FB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 185 = 540 (100%)
R 196 of 540 ~ 36.3%
G 159 of 540 ~ 29.44%
B 185 of 540 ~ 34.26'%

%36.3
%29.44
%34.26

CMYK color model

#C49FB9 color CMYK value is (0,19,6,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 5.61%
  • key color value is 23.14%

CMYK: (0,19,6,23)
C0M19Y6K23 (0%, 19%, 6%, 23%)
(0.00 / 0.19 / 0.06 / 0.23)

CMYK percentages

%0
%18.88
%5.61
%23.14

Codes

Color #C49FB9 in popluar color models

C4 9F B9
RGB 196 159 185
HSL 318° 23.87% 69.61%
HSB/HSV 318° 18.88% 76.86%
CMYK 0.00% 18.88% 5.61%
23.14%

Color #C49FB9 in popluar number systems.

HEX C4 9F B9
Decimal 196 159 185
Binary 11000100 10011111 10111001
Octal 304 237 271

Shades and tints

Shades of #C49FB9

#C49FB9
(196,159,185)
#B391A9
(179,145,169)
#A28399
(162,131,153)
#917589
(145,117,137)
#806779
(128,103,121)
#6F5969
(111,89,105)
#5E4B59
(94,75,89)
#4D3D49
(77,61,73)
#3C2F39
(60,47,57)
#2B2129
(43,33,41)
#1A1319
(26,19,25)
#000000
(0,0,0)

Tints of #C49FB9

#C49FB9
(196,159,185)
#C9A7BF
(201,167,191)
#CEAFC5
(206,175,197)
#D3B7CB
(211,183,203)
#D8BFD1
(216,191,209)
#DDC7D7
(221,199,215)
#E2CFDD
(226,207,221)
#E7D7E3
(231,215,227)
#ECDFE9
(236,223,233)
#F1E7EF
(241,231,239)
#F6EFF5
(246,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FB9; }

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

This text font color is #C49FB9.

Background Color

.myBgColor { background-color: #C49FB9; }

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

This div background color is #C49FB9.

Border color

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

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

This div border color is #C49FB9.

Opacity

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

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

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

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

This text has shadow with #C49FB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49FB9.

Preview

Color preview on black background

This text has color #C49FB9 on black background.


Color preview on white background

This text has color #C49FB9 on white background.


Black color preview on #C49FB9 background

This text has black color on #C49FB9 background.


White color preview on #C49FB9 background

This text has white color on #C49FB9 background.


Related colors

Complementary color

Complementary color for #hex is #3B6046.


I love getcolorcode.com

Triadic colors

1 #B9C49F and #9FB9C4 with #C49FB9 are triadic colors.

2 #B99FC4 and #9FC4B9 with #C49FB9 are triadic colors.