COLOR #C49FA3

HEX: #C49FA3
RGB: (196,159,163)

Color info

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

RGB color model

#C49FA3 color RGB value is (196,159,163).

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

RGB channels and saturation

R 196 of 255 = 77%
G 159 of 255 = 62%
B 163 of 255 = 64%

196
159
163

R + G + B ~ 68%. #C49FA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 159 + 163 = 518 (100%)
R 196 of 518 ~ 37.84%
G 159 of 518 ~ 30.69%
B 163 of 518 ~ 31.47%

%37.84
%30.69
%31.47

CMYK color model

#C49FA3 color CMYK value is (0,19,17,23).

  • cyan value is 0.00%
  • magenta value is 18.88%
  • yellow value is 16.84%
  • key color value is 23.14%
CMYK:
(0,19,17,23)
C0M19Y17K23 
(0%,19%,17%,23%)
(0.00/0.19/0.17/0.23)	

CMYK percentages

%0
%18.88
%16.84
%23.14

Codes

Color #C49FA3 in popluar color models

C49FA3
RGB196159163
HSL354°23.87%69.61%
HSB/HSV354°18.88%76.86%
CMYK0.00%18.88%16.84%
23.14%

Color #C49FA3 in popluar number systems.

HEXC49FA3
Decimal196159163
Binary110001001001111110100011
Octal304237243

Shades and tints

Shades of #C49FA3

#C49FA3
(196,159,163)
#B39195
(179,145,149)
#A28387
(162,131,135)
#917579
(145,117,121)
#80676B
(128,103,107)
#6F595D
(111,89,93)
#5E4B4F
(94,75,79)
#4D3D41
(77,61,65)
#3C2F33
(60,47,51)
#2B2125
(43,33,37)
#1A1317
(26,19,23)
#000000
(0,0,0)

Tints of #C49FA3

#C49FA3
(196,159,163)
#C9A7AB
(201,167,171)
#CEAFB3
(206,175,179)
#D3B7BB
(211,183,187)
#D8BFC3
(216,191,195)
#DDC7CB
(221,199,203)
#E2CFD3
(226,207,211)
#E7D7DB
(231,215,219)
#ECDFE3
(236,223,227)
#F1E7EB
(241,231,235)
#F6EFF3
(246,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49FA3; }

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

This text font color is #C49FA3.


Background Color

.myBgColor { background-color: #C49FA3; }

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

This div background color is #C49FA3.


Border color

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

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

This div border color is #C49FA3.


Opacity

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

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

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

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

This text has shadow with #C49FA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49FA3 on black background.


Color preview on white background

This text has color #C49FA3 on white background.



Black color preview on #C49FA3 background

This text has black color on #C49FA3 background.


White color preview on #C49FA3 background

This text has white color on #C49FA3 background.