COLOR #C49CA5

HEX: #C49CA5
RGB: (196,156,165)

Color info

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

RGB color model

#C49CA5 color RGB value is (196,156,165).

  • red value is 196;
  • green value is 156;
  • blue value is 165.
RGB:
(196,156,165)
(77%,61%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 165 of 255 = 65%

196
156
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 156 + 165 = 517 (100%)
R 196 of 517 ~ 37.91%
G 156 of 517 ~ 30.17%
B 165 of 517 ~ 31.91%

%37.91
%30.17
%31.91

CMYK color model

#C49CA5 color CMYK value is (0,20,16,23).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,20,16,23)
C0M20Y16K23 
(0%,20%,16%,23%)
(0.00/0.20/0.16/0.23)	

CMYK percentages

%0
%20.41
%15.82
%23.14

Codes

Color #C49CA5 in popluar color models

C49CA5
RGB196156165
HSL347°25.32%69.02%
HSB/HSV347°20.41%76.86%
CMYK0.00%20.41%15.82%
23.14%

Color #C49CA5 in popluar number systems.

HEXC49CA5
Decimal196156165
Binary110001001001110010100101
Octal304234245

Shades and tints

Shades of #C49CA5

#C49CA5
(196,156,165)
#B38E96
(179,142,150)
#A28087
(162,128,135)
#917278
(145,114,120)
#806469
(128,100,105)
#6F565A
(111,86,90)
#5E484B
(94,72,75)
#4D3A3C
(77,58,60)
#3C2C2D
(60,44,45)
#2B1E1E
(43,30,30)
#1A100F
(26,16,15)
#000000
(0,0,0)

Tints of #C49CA5

#C49CA5
(196,156,165)
#C9A5AD
(201,165,173)
#CEAEB5
(206,174,181)
#D3B7BD
(211,183,189)
#D8C0C5
(216,192,197)
#DDC9CD
(221,201,205)
#E2D2D5
(226,210,213)
#E7DBDD
(231,219,221)
#ECE4E5
(236,228,229)
#F1EDED
(241,237,237)
#F6F6F5
(246,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C49CA5 color. Also use rgb(196,156,165) instead hex code.

Text Font Color

.myTextColor { color: #C49CA5; }

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

This text font color is #C49CA5.


Background Color

.myBgColor { background-color: #C49CA5; }

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

This div background color is #C49CA5.


Border color

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

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

This div border color is #C49CA5.


Opacity

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

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

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

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

This text has shadow with #C49CA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49CA5 on black background.


Color preview on white background

This text has color #C49CA5 on white background.



Black color preview on #C49CA5 background

This text has black color on #C49CA5 background.


White color preview on #C49CA5 background

This text has white color on #C49CA5 background.