COLOR #C955A7

HEX: #C955A7
RGB: (201,85,167)

Color info

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

RGB color model

#C955A7 color RGB value is (201,85,167).

  • red value is 201;
  • green value is 85;
  • blue value is 167.
RGB:
(201,85,167)
(79%,33%,65%)

RGB channels and saturation

R 201 of 255 = 79%
G 85 of 255 = 33%
B 167 of 255 = 65%

201
85
167

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

Portions of RGB colors in percentages

R + G + B =
201 + 85 + 167 = 453 (100%)
R 201 of 453 ~ 44.37%
G 85 of 453 ~ 18.76%
B 167 of 453 ~ 36.87%

%44.37
%18.76
%36.87

CMYK color model

#C955A7 color CMYK value is (0,58,17,21).

  • cyan value is 0.00%
  • magenta value is 57.71%
  • yellow value is 16.92%
  • key color value is 21.18%
CMYK:
(0,58,17,21)
C0M58Y17K21 
(0%,58%,17%,21%)
(0.00/0.58/0.17/0.21)	

CMYK percentages

%0
%57.71
%16.92
%21.18

Codes

Color #C955A7 in popluar color models

C955A7
RGB20185167
HSL318°51.79%56.08%
HSB/HSV318°57.71%78.82%
CMYK0.00%57.71%16.92%
21.18%

Color #C955A7 in popluar number systems.

HEXC955A7
Decimal20185167
Binary11001001101010110100111
Octal311125247

Shades and tints

Shades of #C955A7

#C955A7
(201,85,167)
#B74E98
(183,78,152)
#A54789
(165,71,137)
#93407A
(147,64,122)
#81396B
(129,57,107)
#6F325C
(111,50,92)
#5D2B4D
(93,43,77)
#4B243E
(75,36,62)
#391D2F
(57,29,47)
#271620
(39,22,32)
#150F11
(21,15,17)
#000000
(0,0,0)

Tints of #C955A7

#C955A7
(201,85,167)
#CD64AF
(205,100,175)
#D173B7
(209,115,183)
#D582BF
(213,130,191)
#D991C7
(217,145,199)
#DDA0CF
(221,160,207)
#E1AFD7
(225,175,215)
#E5BEDF
(229,190,223)
#E9CDE7
(233,205,231)
#EDDCEF
(237,220,239)
#F1EBF7
(241,235,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C955A7 color. Also use rgb(201,85,167) instead hex code.

Text Font Color

.myTextColor { color: #C955A7; }

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

This text font color is #C955A7.


Background Color

.myBgColor { background-color: #C955A7; }

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

This div background color is #C955A7.


Border color

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

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

This div border color is #C955A7.


Opacity

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

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

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

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

This text has shadow with #C955A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C955A7 on black background.


Color preview on white background

This text has color #C955A7 on white background.



Black color preview on #C955A7 background

This text has black color on #C955A7 background.


White color preview on #C955A7 background

This text has white color on #C955A7 background.