COLOR #CC529B

HEX: #CC529B
RGB: (204,82,155)

Color info

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

RGB color model

#CC529B color RGB value is (204,82,155).

  • red value is 204;
  • green value is 82;
  • blue value is 155.
RGB:
(204,82,155)
(80%,32%,61%)

RGB channels and saturation

R 204 of 255 = 80%
G 82 of 255 = 32%
B 155 of 255 = 61%

204
82
155

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

Portions of RGB colors in percentages

R + G + B =
204 + 82 + 155 = 441 (100%)
R 204 of 441 ~ 46.26%
G 82 of 441 ~ 18.59%
B 155 of 441 ~ 35.15%

%46.26
%18.59
%35.15

CMYK color model

#CC529B color CMYK value is (0,60,24,20).

  • cyan value is 0.00%
  • magenta value is 59.80%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(0,60,24,20)
C0M60Y24K20 
(0%,60%,24%,20%)
(0.00/0.60/0.24/0.20)	

CMYK percentages

%0
%59.8
%24.02
%20

Codes

Color #CC529B in popluar color models

CC529B
RGB20482155
HSL324°54.46%56.08%
HSB/HSV324°59.80%80.00%
CMYK0.00%59.80%24.02%
20.00%

Color #CC529B in popluar number systems.

HEXCC529B
Decimal20482155
Binary11001100101001010011011
Octal314122233

Shades and tints

Shades of #CC529B

#CC529B
(204,82,155)
#BA4B8D
(186,75,141)
#A8447F
(168,68,127)
#963D71
(150,61,113)
#843663
(132,54,99)
#722F55
(114,47,85)
#602847
(96,40,71)
#4E2139
(78,33,57)
#3C1A2B
(60,26,43)
#2A131D
(42,19,29)
#180C0F
(24,12,15)
#000000
(0,0,0)

Tints of #CC529B

#CC529B
(204,82,155)
#D061A4
(208,97,164)
#D470AD
(212,112,173)
#D87FB6
(216,127,182)
#DC8EBF
(220,142,191)
#E09DC8
(224,157,200)
#E4ACD1
(228,172,209)
#E8BBDA
(232,187,218)
#ECCAE3
(236,202,227)
#F0D9EC
(240,217,236)
#F4E8F5
(244,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC529B color. Also use rgb(204,82,155) instead hex code.

Text Font Color

.myTextColor { color: #CC529B; }

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

This text font color is #CC529B.


Background Color

.myBgColor { background-color: #CC529B; }

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

This div background color is #CC529B.


Border color

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

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

This div border color is #CC529B.


Opacity

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

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

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

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

This text has shadow with #CC529B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC529B on black background.


Color preview on white background

This text has color #CC529B on white background.



Black color preview on #CC529B background

This text has black color on #CC529B background.


White color preview on #CC529B background

This text has white color on #CC529B background.