COLOR #C496B5

HEX: #C496B5
RGB: (196,150,181)

Color info

#C496B5 contains red, green and blue colors in about the same proportion. Web safe color of #C496B5 is #CC99CC (or #C9C).

RGB color model

#C496B5 color RGB value is (196,150,181).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 181 of 255 = 71%

196
150
181

R + G + B ~ 69%. #C496B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 181 = 527 (100%)
R 196 of 527 ~ 37.19%
G 150 of 527 ~ 28.46%
B 181 of 527 ~ 34.35%

%37.19
%28.46
%34.35

CMYK color model

#C496B5 color CMYK value is (0,23,8,23).

  • cyan value is 0.00%
  • magenta value is 23.47%
  • yellow value is 7.65%
  • key color value is 23.14%
CMYK:
(0,23,8,23)
C0M23Y8K23 
(0%,23%,8%,23%)
(0.00/0.23/0.08/0.23)	

CMYK percentages

%0
%23.47
%7.65
%23.14

Codes

Color #C496B5 in popluar color models

C496B5
RGB196150181
HSL320°28.05%67.84%
HSB/HSV320°23.47%76.86%
CMYK0.00%23.47%7.65%
23.14%

Color #C496B5 in popluar number systems.

HEXC496B5
Decimal196150181
Binary110001001001011010110101
Octal304226265

Shades and tints

Shades of #C496B5

#C496B5
(196,150,181)
#B389A5
(179,137,165)
#A27C95
(162,124,149)
#916F85
(145,111,133)
#806275
(128,98,117)
#6F5565
(111,85,101)
#5E4855
(94,72,85)
#4D3B45
(77,59,69)
#3C2E35
(60,46,53)
#2B2125
(43,33,37)
#1A1415
(26,20,21)
#000000
(0,0,0)

Tints of #C496B5

#C496B5
(196,150,181)
#C99FBB
(201,159,187)
#CEA8C1
(206,168,193)
#D3B1C7
(211,177,199)
#D8BACD
(216,186,205)
#DDC3D3
(221,195,211)
#E2CCD9
(226,204,217)
#E7D5DF
(231,213,223)
#ECDEE5
(236,222,229)
#F1E7EB
(241,231,235)
#F6F0F1
(246,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496B5; }

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

This text font color is #C496B5.


Background Color

.myBgColor { background-color: #C496B5; }

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

This div background color is #C496B5.


Border color

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

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

This div border color is #C496B5.


Opacity

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

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

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

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

This text has shadow with #C496B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496B5 on black background.


Color preview on white background

This text has color #C496B5 on white background.



Black color preview on #C496B5 background

This text has black color on #C496B5 background.


White color preview on #C496B5 background

This text has white color on #C496B5 background.