COLOR #C496A6

HEX: #C496A6
RGB: (196,150,166)

Color info

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

RGB color model

#C496A6 color RGB value is (196,150,166).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 166 of 255 = 65%

196
150
166

R + G + B ~ 67%. #C496A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 166 = 512 (100%)
R 196 of 512 ~ 38.28%
G 150 of 512 ~ 29.3%
B 166 of 512 ~ 32.42%

%38.28
%29.3
%32.42

CMYK color model

#C496A6 color CMYK value is (0,23,15,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,23,15,23)
C0M23Y15K23 
(0%,23%,15%,23%)
(0.00/0.23/0.15/0.23)	

CMYK percentages

%0
%23.47
%15.31
%23.14

Codes

Color #C496A6 in popluar color models

C496A6
RGB196150166
HSL339°28.05%67.84%
HSB/HSV339°23.47%76.86%
CMYK0.00%23.47%15.31%
23.14%

Color #C496A6 in popluar number systems.

HEXC496A6
Decimal196150166
Binary110001001001011010100110
Octal304226246

Shades and tints

Shades of #C496A6

#C496A6
(196,150,166)
#B38997
(179,137,151)
#A27C88
(162,124,136)
#916F79
(145,111,121)
#80626A
(128,98,106)
#6F555B
(111,85,91)
#5E484C
(94,72,76)
#4D3B3D
(77,59,61)
#3C2E2E
(60,46,46)
#2B211F
(43,33,31)
#1A1410
(26,20,16)
#000000
(0,0,0)

Tints of #C496A6

#C496A6
(196,150,166)
#C99FAE
(201,159,174)
#CEA8B6
(206,168,182)
#D3B1BE
(211,177,190)
#D8BAC6
(216,186,198)
#DDC3CE
(221,195,206)
#E2CCD6
(226,204,214)
#E7D5DE
(231,213,222)
#ECDEE6
(236,222,230)
#F1E7EE
(241,231,238)
#F6F0F6
(246,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496A6; }

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

This text font color is #C496A6.


Background Color

.myBgColor { background-color: #C496A6; }

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

This div background color is #C496A6.


Border color

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

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

This div border color is #C496A6.


Opacity

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

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

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

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

This text has shadow with #C496A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496A6 on black background.


Color preview on white background

This text has color #C496A6 on white background.



Black color preview on #C496A6 background

This text has black color on #C496A6 background.


White color preview on #C496A6 background

This text has white color on #C496A6 background.