COLOR #CC5AA9

HEX: #CC5AA9
RGB: (204,90,169)

Color info

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

RGB color model

#CC5AA9 color RGB value is (204,90,169).

  • red value is 204;
  • green value is 90;
  • blue value is 169.
RGB:
(204,90,169)
(80%,35%,66%)

RGB channels and saturation

R 204 of 255 = 80%
G 90 of 255 = 35%
B 169 of 255 = 66%

204
90
169

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

Portions of RGB colors in percentages

R + G + B =
204 + 90 + 169 = 463 (100%)
R 204 of 463 ~ 44.06%
G 90 of 463 ~ 19.44%
B 169 of 463 ~ 36.5%

%44.06
%19.44
%36.5

CMYK color model

#CC5AA9 color CMYK value is (0,56,17,20).

  • cyan value is 0.00%
  • magenta value is 55.88%
  • yellow value is 17.16%
  • key color value is 20.00%
CMYK:
(0,56,17,20)
C0M56Y17K20 
(0%,56%,17%,20%)
(0.00/0.56/0.17/0.20)	

CMYK percentages

%0
%55.88
%17.16
%20

Codes

Color #CC5AA9 in popluar color models

CC5AA9
RGB20490169
HSL318°52.78%57.65%
HSB/HSV318°55.88%80.00%
CMYK0.00%55.88%17.16%
20.00%

Color #CC5AA9 in popluar number systems.

HEXCC5AA9
Decimal20490169
Binary11001100101101010101001
Octal314132251

Shades and tints

Shades of #CC5AA9

#CC5AA9
(204,90,169)
#BA529A
(186,82,154)
#A84A8B
(168,74,139)
#96427C
(150,66,124)
#843A6D
(132,58,109)
#72325E
(114,50,94)
#602A4F
(96,42,79)
#4E2240
(78,34,64)
#3C1A31
(60,26,49)
#2A1222
(42,18,34)
#180A13
(24,10,19)
#000000
(0,0,0)

Tints of #CC5AA9

#CC5AA9
(204,90,169)
#D069B0
(208,105,176)
#D478B7
(212,120,183)
#D887BE
(216,135,190)
#DC96C5
(220,150,197)
#E0A5CC
(224,165,204)
#E4B4D3
(228,180,211)
#E8C3DA
(232,195,218)
#ECD2E1
(236,210,225)
#F0E1E8
(240,225,232)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5AA9 color. Also use rgb(204,90,169) instead hex code.

Text Font Color

.myTextColor { color: #CC5AA9; }

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

This text font color is #CC5AA9.


Background Color

.myBgColor { background-color: #CC5AA9; }

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

This div background color is #CC5AA9.


Border color

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

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

This div border color is #CC5AA9.


Opacity

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

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

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

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

This text has shadow with #CC5AA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5AA9 on black background.


Color preview on white background

This text has color #CC5AA9 on white background.



Black color preview on #CC5AA9 background

This text has black color on #CC5AA9 background.


White color preview on #CC5AA9 background

This text has white color on #CC5AA9 background.