COLOR #CC6699

HEX: #CC6699
RGB: (204,102,153)

Color info

#CC6699 contains mainly red and blue colors. #CC6699 color is web safe color. It maybe written shortly as #C69.

RGB color model

#CC6699 color RGB value is (204,102,153).

  • red value is 204;
  • green value is 102;
  • blue value is 153.
RGB:
(204,102,153)
(80%,40%,60%)

RGB channels and saturation

R 204 of 255 = 80%
G 102 of 255 = 40%
B 153 of 255 = 60%

204
102
153

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

Portions of RGB colors in percentages

R + G + B =
204 + 102 + 153 = 459 (100%)
R 204 of 459 ~ 44.44%
G 102 of 459 ~ 22.22%
B 153 of 459 ~ 33.33%

%44.44
%22.22
%33.33

CMYK color model

#CC6699 color CMYK value is (0,50,25,20).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 25.00%
  • key color value is 20.00%
CMYK:
(0,50,25,20)
C0M50Y25K20 
(0%,50%,25%,20%)
(0.00/0.50/0.25/0.20)	

CMYK percentages

%0
%50
%25
%20

Codes

Color #CC6699 in popluar color models

CC6699
RGB204102153
HSL330°50.00%60.00%
HSB/HSV330°50.00%80.00%
CMYK0.00%50.00%25.00%
20.00%

Color #CC6699 in popluar number systems.

HEXCC6699
Decimal204102153
Binary11001100110011010011001
Octal314146231

Shades and tints

Shades of #CC6699

#CC6699
(204,102,153)
#BA5D8C
(186,93,140)
#A8547F
(168,84,127)
#964B72
(150,75,114)
#844265
(132,66,101)
#723958
(114,57,88)
#60304B
(96,48,75)
#4E273E
(78,39,62)
#3C1E31
(60,30,49)
#2A1524
(42,21,36)
#180C17
(24,12,23)
#000000
(0,0,0)

Tints of #CC6699

#CC6699
(204,102,153)
#D073A2
(208,115,162)
#D480AB
(212,128,171)
#D88DB4
(216,141,180)
#DC9ABD
(220,154,189)
#E0A7C6
(224,167,198)
#E4B4CF
(228,180,207)
#E8C1D8
(232,193,216)
#ECCEE1
(236,206,225)
#F0DBEA
(240,219,234)
#F4E8F3
(244,232,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6699 color. Also use rgb(204,102,153) instead hex code.

Text Font Color

.myTextColor { color: #CC6699; }

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

This text font color is #CC6699.


Background Color

.myBgColor { background-color: #CC6699; }

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

This div background color is #CC6699.


Border color

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

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

This div border color is #CC6699.


Opacity

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

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

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

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

This text has shadow with #CC6699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC6699 on black background.


Color preview on white background

This text has color #CC6699 on white background.



Black color preview on #CC6699 background

This text has black color on #CC6699 background.


White color preview on #CC6699 background

This text has white color on #CC6699 background.