COLOR #C49CAC

HEX: #C49CAC
RGB: (196,156,172)

Color info

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

RGB color model

#C49CAC color RGB value is (196,156,172).

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

RGB channels and saturation

R 196 of 255 = 77%
G 156 of 255 = 61%
B 172 of 255 = 67%

196
156
172

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

Portions of RGB colors in percentages

R + G + B =
196 + 156 + 172 = 524 (100%)
R 196 of 524 ~ 37.4%
G 156 of 524 ~ 29.77%
B 172 of 524 ~ 32.82%

%37.4
%29.77
%32.82

CMYK color model

#C49CAC color CMYK value is (0,20,12,23).

  • cyan value is 0.00%
  • magenta value is 20.41%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(0,20,12,23)
C0M20Y12K23 
(0%,20%,12%,23%)
(0.00/0.20/0.12/0.23)	

CMYK percentages

%0
%20.41
%12.24
%23.14

Codes

Color #C49CAC in popluar color models

C49CAC
RGB196156172
HSL336°25.32%69.02%
HSB/HSV336°20.41%76.86%
CMYK0.00%20.41%12.24%
23.14%

Color #C49CAC in popluar number systems.

HEXC49CAC
Decimal196156172
Binary110001001001110010101100
Octal304234254

Shades and tints

Shades of #C49CAC

#C49CAC
(196,156,172)
#B38E9D
(179,142,157)
#A2808E
(162,128,142)
#91727F
(145,114,127)
#806470
(128,100,112)
#6F5661
(111,86,97)
#5E4852
(94,72,82)
#4D3A43
(77,58,67)
#3C2C34
(60,44,52)
#2B1E25
(43,30,37)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #C49CAC

#C49CAC
(196,156,172)
#C9A5B3
(201,165,179)
#CEAEBA
(206,174,186)
#D3B7C1
(211,183,193)
#D8C0C8
(216,192,200)
#DDC9CF
(221,201,207)
#E2D2D6
(226,210,214)
#E7DBDD
(231,219,221)
#ECE4E4
(236,228,228)
#F1EDEB
(241,237,235)
#F6F6F2
(246,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C49CAC; }

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

This text font color is #C49CAC.


Background Color

.myBgColor { background-color: #C49CAC; }

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

This div background color is #C49CAC.


Border color

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

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

This div border color is #C49CAC.


Opacity

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

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

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

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

This text has shadow with #C49CAC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C49CAC on black background.


Color preview on white background

This text has color #C49CAC on white background.



Black color preview on #C49CAC background

This text has black color on #C49CAC background.


White color preview on #C49CAC background

This text has white color on #C49CAC background.