COLOR #C49FBA

HEX: #C49FBA RGB: (196,159,186)

Color info

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

RGB color model

#C49FBA color RGB value is (196,159,186).

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

RGB channels and saturation

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

196
159
186

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

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 186 = 541 (100%)
R 196 of 541 ~ 36.23%
G 159 of 541 ~ 29.39%
B 186 of 541 ~ 34.38'%

%36.23
%29.39
%34.38

CMYK color model

#C49FBA color CMYK value is (0,19,5,23).

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

CMYK: (0,19,5,23)
C0M19Y5K23 (0%, 19%, 5%, 23%)
(0.00 / 0.19 / 0.05 / 0.23)

CMYK percentages

%0
%18.88
%5.1
%23.14

Codes

Color #C49FBA in popluar color models

C4 9F BA
RGB 196 159 186
HSL 316° 23.87% 69.61%
HSB/HSV 316° 18.88% 76.86%
CMYK 0.00% 18.88% 5.10%
23.14%

Color #C49FBA in popluar number systems.

HEX C4 9F BA
Decimal 196 159 186
Binary 11000100 10011111 10111010
Octal 304 237 272

Shades and tints

Shades of #C49FBA

#C49FBA
(196,159,186)
#B391AA
(179,145,170)
#A2839A
(162,131,154)
#91758A
(145,117,138)
#80677A
(128,103,122)
#6F596A
(111,89,106)
#5E4B5A
(94,75,90)
#4D3D4A
(77,61,74)
#3C2F3A
(60,47,58)
#2B212A
(43,33,42)
#1A131A
(26,19,26)
#000000
(0,0,0)

Tints of #C49FBA

#C49FBA
(196,159,186)
#C9A7C0
(201,167,192)
#CEAFC6
(206,175,198)
#D3B7CC
(211,183,204)
#D8BFD2
(216,191,210)
#DDC7D8
(221,199,216)
#E2CFDE
(226,207,222)
#E7D7E4
(231,215,228)
#ECDFEA
(236,223,234)
#F1E7F0
(241,231,240)
#F6EFF6
(246,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FBA; }

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

This text font color is #C49FBA.

Background Color

.myBgColor { background-color: #C49FBA; }

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

This div background color is #C49FBA.

Border color

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

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

This div border color is #C49FBA.

Opacity

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

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

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

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

This text has shadow with #C49FBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49FBA.

Preview

Color preview on black background

This text has color #C49FBA on black background.


Color preview on white background

This text has color #C49FBA on white background.


Black color preview on #C49FBA background

This text has black color on #C49FBA background.


White color preview on #C49FBA background

This text has white color on #C49FBA background.


Related colors

Complementary color

Complementary color for #hex is #3B6045.


I love getcolorcode.com

Triadic colors

1 #BAC49F and #9FBAC4 with #C49FBA are triadic colors.

2 #BA9FC4 and #9FC4BA with #C49FBA are triadic colors.