COLOR #C96FA8

HEX: #C96FA8
RGB: (201,111,168)

Color info

#C96FA8 contains mainly red and blue colors. Web safe color of #C96FA8 is #CC6699 (or #C69).

RGB color model

#C96FA8 color RGB value is (201,111,168).

  • red value is 201;
  • green value is 111;
  • blue value is 168.
RGB:
(201,111,168)
(79%,44%,66%)

RGB channels and saturation

R 201 of 255 = 79%
G 111 of 255 = 44%
B 168 of 255 = 66%

201
111
168

R + G + B ~ 63%. #C96FA8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 111 + 168 = 480 (100%)
R 201 of 480 ~ 41.88%
G 111 of 480 ~ 23.13%
B 168 of 480 ~ 35%

%41.88
%23.13
%35

CMYK color model

#C96FA8 color CMYK value is (0,45,16,21).

  • cyan value is 0.00%
  • magenta value is 44.78%
  • yellow value is 16.42%
  • key color value is 21.18%
CMYK:
(0,45,16,21)
C0M45Y16K21 
(0%,45%,16%,21%)
(0.00/0.45/0.16/0.21)	

CMYK percentages

%0
%44.78
%16.42
%21.18

Codes

Color #C96FA8 in popluar color models

C96FA8
RGB201111168
HSL322°45.45%61.18%
HSB/HSV322°44.78%78.82%
CMYK0.00%44.78%16.42%
21.18%

Color #C96FA8 in popluar number systems.

HEXC96FA8
Decimal201111168
Binary11001001110111110101000
Octal311157250

Shades and tints

Shades of #C96FA8

#C96FA8
(201,111,168)
#B76599
(183,101,153)
#A55B8A
(165,91,138)
#93517B
(147,81,123)
#81476C
(129,71,108)
#6F3D5D
(111,61,93)
#5D334E
(93,51,78)
#4B293F
(75,41,63)
#391F30
(57,31,48)
#271521
(39,21,33)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #C96FA8

#C96FA8
(201,111,168)
#CD7CAF
(205,124,175)
#D189B6
(209,137,182)
#D596BD
(213,150,189)
#D9A3C4
(217,163,196)
#DDB0CB
(221,176,203)
#E1BDD2
(225,189,210)
#E5CAD9
(229,202,217)
#E9D7E0
(233,215,224)
#EDE4E7
(237,228,231)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C96FA8 color. Also use rgb(201,111,168) instead hex code.

Text Font Color

.myTextColor { color: #C96FA8; }

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

This text font color is #C96FA8.


Background Color

.myBgColor { background-color: #C96FA8; }

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

This div background color is #C96FA8.


Border color

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

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

This div border color is #C96FA8.


Opacity

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

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

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

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

This text has shadow with #C96FA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C96FA8 on black background.


Color preview on white background

This text has color #C96FA8 on white background.



Black color preview on #C96FA8 background

This text has black color on #C96FA8 background.


White color preview on #C96FA8 background

This text has white color on #C96FA8 background.