COLOR #C49FAD

HEX: #C49FAD RGB: (196,159,173)

Color info

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

RGB color model

#C49FAD color RGB value is (196,159,173).

RGB: (196,159,173) (77%, 62%, 68%)

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 173 of 255 = 68%

196
159
173

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

Portions of RGB colors in percentages

R + G + B = 196 + 159 + 173 = 528 (100%)
R 196 of 528 ~ 37.12%
G 159 of 528 ~ 30.11%
B 173 of 528 ~ 32.77'%

%37.12
%30.11
%32.77

CMYK color model

#C49FAD color CMYK value is (0,19,12,23).

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

CMYK: (0,19,12,23)
C0M19Y12K23 (0%, 19%, 12%, 23%)
(0.00 / 0.19 / 0.12 / 0.23)

CMYK percentages

%0
%18.88
%11.73
%23.14

Codes

Color #C49FAD in popluar color models

C4 9F AD
RGB 196 159 173
HSL 337° 23.87% 69.61%
HSB/HSV 337° 18.88% 76.86%
CMYK 0.00% 18.88% 11.73%
23.14%

Color #C49FAD in popluar number systems.

HEX C4 9F AD
Decimal 196 159 173
Binary 11000100 10011111 10101101
Octal 304 237 255

Shades and tints

Shades of #C49FAD

#C49FAD
(196,159,173)
#B3919E
(179,145,158)
#A2838F
(162,131,143)
#917580
(145,117,128)
#806771
(128,103,113)
#6F5962
(111,89,98)
#5E4B53
(94,75,83)
#4D3D44
(77,61,68)
#3C2F35
(60,47,53)
#2B2126
(43,33,38)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C49FAD

#C49FAD
(196,159,173)
#C9A7B4
(201,167,180)
#CEAFBB
(206,175,187)
#D3B7C2
(211,183,194)
#D8BFC9
(216,191,201)
#DDC7D0
(221,199,208)
#E2CFD7
(226,207,215)
#E7D7DE
(231,215,222)
#ECDFE5
(236,223,229)
#F1E7EC
(241,231,236)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FAD; }

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

This text font color is #C49FAD.

Background Color

.myBgColor { background-color: #C49FAD; }

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

This div background color is #C49FAD.

Border color

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

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

This div border color is #C49FAD.

Opacity

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

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

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

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

This text has shadow with #C49FAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C49FAD.

Preview

Color preview on black background

This text has color #C49FAD on black background.


Color preview on white background

This text has color #C49FAD on white background.


Black color preview on #C49FAD background

This text has black color on #C49FAD background.


White color preview on #C49FAD background

This text has white color on #C49FAD background.


Related colors

Complementary color

Complementary color for #hex is #3B6052.


I love getcolorcode.com

Triadic colors

1 #ADC49F and #9FADC4 with #C49FAD are triadic colors.

2 #AD9FC4 and #9FC4AD with #C49FAD are triadic colors.