COLOR #C95D9A

HEX: #C95D9A
RGB: (201,93,154)

Color info

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

RGB color model

#C95D9A color RGB value is (201,93,154).

  • red value is 201;
  • green value is 93;
  • blue value is 154.
RGB:
(201,93,154)
(79%,36%,60%)

RGB channels and saturation

R 201 of 255 = 79%
G 93 of 255 = 36%
B 154 of 255 = 60%

201
93
154

R + G + B ~ 58%. #C95D9A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
201 + 93 + 154 = 448 (100%)
R 201 of 448 ~ 44.87%
G 93 of 448 ~ 20.76%
B 154 of 448 ~ 34.38%

%44.87
%20.76
%34.38

CMYK color model

#C95D9A color CMYK value is (0,54,23,21).

  • cyan value is 0.00%
  • magenta value is 53.73%
  • yellow value is 23.38%
  • key color value is 21.18%
CMYK:
(0,54,23,21)
C0M54Y23K21 
(0%,54%,23%,21%)
(0.00/0.54/0.23/0.21)	

CMYK percentages

%0
%53.73
%23.38
%21.18

Codes

Color #C95D9A in popluar color models

C95D9A
RGB20193154
HSL326°50.00%57.65%
HSB/HSV326°53.73%78.82%
CMYK0.00%53.73%23.38%
21.18%

Color #C95D9A in popluar number systems.

HEXC95D9A
Decimal20193154
Binary11001001101110110011010
Octal311135232

Shades and tints

Shades of #C95D9A

#C95D9A
(201,93,154)
#B7558C
(183,85,140)
#A54D7E
(165,77,126)
#934570
(147,69,112)
#813D62
(129,61,98)
#6F3554
(111,53,84)
#5D2D46
(93,45,70)
#4B2538
(75,37,56)
#391D2A
(57,29,42)
#27151C
(39,21,28)
#150D0E
(21,13,14)
#000000
(0,0,0)

Tints of #C95D9A

#C95D9A
(201,93,154)
#CD6BA3
(205,107,163)
#D179AC
(209,121,172)
#D587B5
(213,135,181)
#D995BE
(217,149,190)
#DDA3C7
(221,163,199)
#E1B1D0
(225,177,208)
#E5BFD9
(229,191,217)
#E9CDE2
(233,205,226)
#EDDBEB
(237,219,235)
#F1E9F4
(241,233,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C95D9A color. Also use rgb(201,93,154) instead hex code.

Text Font Color

.myTextColor { color: #C95D9A; }

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

This text font color is #C95D9A.


Background Color

.myBgColor { background-color: #C95D9A; }

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

This div background color is #C95D9A.


Border color

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

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

This div border color is #C95D9A.


Opacity

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

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

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

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

This text has shadow with #C95D9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C95D9A on black background.


Color preview on white background

This text has color #C95D9A on white background.



Black color preview on #C95D9A background

This text has black color on #C95D9A background.


White color preview on #C95D9A background

This text has white color on #C95D9A background.