COLOR #C955AA

HEX: #C955AA
RGB: (201,85,170)

Color info

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

RGB color model

#C955AA color RGB value is (201,85,170).

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

RGB channels and saturation

R 201 of 255 = 79%
G 85 of 255 = 33%
B 170 of 255 = 67%

201
85
170

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

Portions of RGB colors in percentages

R + G + B =
201 + 85 + 170 = 456 (100%)
R 201 of 456 ~ 44.08%
G 85 of 456 ~ 18.64%
B 170 of 456 ~ 37.28%

%44.08
%18.64
%37.28

CMYK color model

#C955AA color CMYK value is (0,58,15,21).

  • cyan value is 0.00%
  • magenta value is 57.71%
  • yellow value is 15.42%
  • key color value is 21.18%
CMYK:
(0,58,15,21)
C0M58Y15K21 
(0%,58%,15%,21%)
(0.00/0.58/0.15/0.21)	

CMYK percentages

%0
%57.71
%15.42
%21.18

Codes

Color #C955AA in popluar color models

C955AA
RGB20185170
HSL316°51.79%56.08%
HSB/HSV316°57.71%78.82%
CMYK0.00%57.71%15.42%
21.18%

Color #C955AA in popluar number systems.

HEXC955AA
Decimal20185170
Binary11001001101010110101010
Octal311125252

Shades and tints

Shades of #C955AA

#C955AA
(201,85,170)
#B74E9B
(183,78,155)
#A5478C
(165,71,140)
#93407D
(147,64,125)
#81396E
(129,57,110)
#6F325F
(111,50,95)
#5D2B50
(93,43,80)
#4B2441
(75,36,65)
#391D32
(57,29,50)
#271623
(39,22,35)
#150F14
(21,15,20)
#000000
(0,0,0)

Tints of #C955AA

#C955AA
(201,85,170)
#CD64B1
(205,100,177)
#D173B8
(209,115,184)
#D582BF
(213,130,191)
#D991C6
(217,145,198)
#DDA0CD
(221,160,205)
#E1AFD4
(225,175,212)
#E5BEDB
(229,190,219)
#E9CDE2
(233,205,226)
#EDDCE9
(237,220,233)
#F1EBF0
(241,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C955AA; }

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

This text font color is #C955AA.


Background Color

.myBgColor { background-color: #C955AA; }

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

This div background color is #C955AA.


Border color

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

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

This div border color is #C955AA.


Opacity

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

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

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

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

This text has shadow with #C955AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C955AA on black background.


Color preview on white background

This text has color #C955AA on white background.



Black color preview on #C955AA background

This text has black color on #C955AA background.


White color preview on #C955AA background

This text has white color on #C955AA background.