COLOR #C496AC

HEX: #C496AC
RGB: (196,150,172)

Color info

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

RGB color model

#C496AC color RGB value is (196,150,172).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 172 of 255 = 67%

196
150
172

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

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 172 = 518 (100%)
R 196 of 518 ~ 37.84%
G 150 of 518 ~ 28.96%
B 172 of 518 ~ 33.2%

%37.84
%28.96
%33.2

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 12.24%
  • key color value is 23.14%
CMYK:
(0,23,12,23)
C0M23Y12K23 
(0%,23%,12%,23%)
(0.00/0.23/0.12/0.23)	

CMYK percentages

%0
%23.47
%12.24
%23.14

Codes

Color #C496AC in popluar color models

C496AC
RGB196150172
HSL331°28.05%67.84%
HSB/HSV331°23.47%76.86%
CMYK0.00%23.47%12.24%
23.14%

Color #C496AC in popluar number systems.

HEXC496AC
Decimal196150172
Binary110001001001011010101100
Octal304226254

Shades and tints

Shades of #C496AC

#C496AC
(196,150,172)
#B3899D
(179,137,157)
#A27C8E
(162,124,142)
#916F7F
(145,111,127)
#806270
(128,98,112)
#6F5561
(111,85,97)
#5E4852
(94,72,82)
#4D3B43
(77,59,67)
#3C2E34
(60,46,52)
#2B2125
(43,33,37)
#1A1416
(26,20,22)
#000000
(0,0,0)

Tints of #C496AC

#C496AC
(196,150,172)
#C99FB3
(201,159,179)
#CEA8BA
(206,168,186)
#D3B1C1
(211,177,193)
#D8BAC8
(216,186,200)
#DDC3CF
(221,195,207)
#E2CCD6
(226,204,214)
#E7D5DD
(231,213,221)
#ECDEE4
(236,222,228)
#F1E7EB
(241,231,235)
#F6F0F2
(246,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496AC; }

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

This text font color is #C496AC.


Background Color

.myBgColor { background-color: #C496AC; }

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

This div background color is #C496AC.


Border color

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

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

This div border color is #C496AC.


Opacity

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

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

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

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

This text has shadow with #C496AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496AC on black background.


Color preview on white background

This text has color #C496AC on white background.



Black color preview on #C496AC background

This text has black color on #C496AC background.


White color preview on #C496AC background

This text has white color on #C496AC background.