COLOR #C496CD

HEX: #C496CD
RGB: (196,150,205)

Color info

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

RGB color model

#C496CD color RGB value is (196,150,205).

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

RGB channels and saturation

R 196 of 255 = 77%
G 150 of 255 = 59%
B 205 of 255 = 80%

196
150
205

R + G + B ~ 72%. #C496CD is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 150 + 205 = 551 (100%)
R 196 of 551 ~ 35.57%
G 150 of 551 ~ 27.22%
B 205 of 551 ~ 37.21%

%35.57
%27.22
%37.21

CMYK color model

#C496CD color CMYK value is (4,27,0,20).

  • cyan value is 4.39%
  • magenta value is 26.83%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(4,27,0,20)
C4M27Y0K20 
(4%,27%,0%,20%)
(0.04/0.27/0.00/0.20)	

CMYK percentages

%4.39
%26.83
%0
%19.61

Codes

Color #C496CD in popluar color models

C496CD
RGB196150205
HSL290°35.48%69.61%
HSB/HSV290°26.83%80.39%
CMYK4.39%26.83%0.00%
19.61%

Color #C496CD in popluar number systems.

HEXC496CD
Decimal196150205
Binary110001001001011011001101
Octal304226315

Shades and tints

Shades of #C496CD

#C496CD
(196,150,205)
#B389BB
(179,137,187)
#A27CA9
(162,124,169)
#916F97
(145,111,151)
#806285
(128,98,133)
#6F5573
(111,85,115)
#5E4861
(94,72,97)
#4D3B4F
(77,59,79)
#3C2E3D
(60,46,61)
#2B212B
(43,33,43)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #C496CD

#C496CD
(196,150,205)
#C99FD1
(201,159,209)
#CEA8D5
(206,168,213)
#D3B1D9
(211,177,217)
#D8BADD
(216,186,221)
#DDC3E1
(221,195,225)
#E2CCE5
(226,204,229)
#E7D5E9
(231,213,233)
#ECDEED
(236,222,237)
#F1E7F1
(241,231,241)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C496CD; }

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

This text font color is #C496CD.


Background Color

.myBgColor { background-color: #C496CD; }

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

This div background color is #C496CD.


Border color

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

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

This div border color is #C496CD.


Opacity

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

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

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

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

This text has shadow with #C496CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C496CD on black background.


Color preview on white background

This text has color #C496CD on white background.



Black color preview on #C496CD background

This text has black color on #C496CD background.


White color preview on #C496CD background

This text has white color on #C496CD background.