COLOR #CC59AC

HEX: #CC59AC
RGB: (204,89,172)

Color info

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

RGB color model

#CC59AC color RGB value is (204,89,172).

  • red value is 204;
  • green value is 89;
  • blue value is 172.
RGB:
(204,89,172)
(80%,35%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 89 of 255 = 35%
B 172 of 255 = 67%

204
89
172

R + G + B ~ 61%. #CC59AC is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 89 + 172 = 465 (100%)
R 204 of 465 ~ 43.87%
G 89 of 465 ~ 19.14%
B 172 of 465 ~ 36.99%

%43.87
%19.14
%36.99

CMYK color model

#CC59AC color CMYK value is (0,56,16,20).

  • cyan value is 0.00%
  • magenta value is 56.37%
  • yellow value is 15.69%
  • key color value is 20.00%
CMYK:
(0,56,16,20)
C0M56Y16K20 
(0%,56%,16%,20%)
(0.00/0.56/0.16/0.20)	

CMYK percentages

%0
%56.37
%15.69
%20

Codes

Color #CC59AC in popluar color models

CC59AC
RGB20489172
HSL317°53.00%57.45%
HSB/HSV317°56.37%80.00%
CMYK0.00%56.37%15.69%
20.00%

Color #CC59AC in popluar number systems.

HEXCC59AC
Decimal20489172
Binary11001100101100110101100
Octal314131254

Shades and tints

Shades of #CC59AC

#CC59AC
(204,89,172)
#BA519D
(186,81,157)
#A8498E
(168,73,142)
#96417F
(150,65,127)
#843970
(132,57,112)
#723161
(114,49,97)
#602952
(96,41,82)
#4E2143
(78,33,67)
#3C1934
(60,25,52)
#2A1125
(42,17,37)
#180916
(24,9,22)
#000000
(0,0,0)

Tints of #CC59AC

#CC59AC
(204,89,172)
#D068B3
(208,104,179)
#D477BA
(212,119,186)
#D886C1
(216,134,193)
#DC95C8
(220,149,200)
#E0A4CF
(224,164,207)
#E4B3D6
(228,179,214)
#E8C2DD
(232,194,221)
#ECD1E4
(236,209,228)
#F0E0EB
(240,224,235)
#F4EFF2
(244,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC59AC color. Also use rgb(204,89,172) instead hex code.

Text Font Color

.myTextColor { color: #CC59AC; }

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

This text font color is #CC59AC.


Background Color

.myBgColor { background-color: #CC59AC; }

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

This div background color is #CC59AC.


Border color

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

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

This div border color is #CC59AC.


Opacity

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

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

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

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

This text has shadow with #CC59AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC59AC on black background.


Color preview on white background

This text has color #CC59AC on white background.



Black color preview on #CC59AC background

This text has black color on #CC59AC background.


White color preview on #CC59AC background

This text has white color on #CC59AC background.