COLOR #CC65AA

HEX: #CC65AA
RGB: (204,101,170)

Color info

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

RGB color model

#CC65AA color RGB value is (204,101,170).

  • red value is 204;
  • green value is 101;
  • blue value is 170.
RGB:
(204,101,170)
(80%,40%,67%)

RGB channels and saturation

R 204 of 255 = 80%
G 101 of 255 = 40%
B 170 of 255 = 67%

204
101
170

R + G + B ~ 62%. #CC65AA is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 101 + 170 = 475 (100%)
R 204 of 475 ~ 42.95%
G 101 of 475 ~ 21.26%
B 170 of 475 ~ 35.79%

%42.95
%21.26
%35.79

CMYK color model

#CC65AA color CMYK value is (0,50,17,20).

  • cyan value is 0.00%
  • magenta value is 50.49%
  • yellow value is 16.67%
  • key color value is 20.00%
CMYK:
(0,50,17,20)
C0M50Y17K20 
(0%,50%,17%,20%)
(0.00/0.50/0.17/0.20)	

CMYK percentages

%0
%50.49
%16.67
%20

Codes

Color #CC65AA in popluar color models

CC65AA
RGB204101170
HSL320°50.24%59.80%
HSB/HSV320°50.49%80.00%
CMYK0.00%50.49%16.67%
20.00%

Color #CC65AA in popluar number systems.

HEXCC65AA
Decimal204101170
Binary11001100110010110101010
Octal314145252

Shades and tints

Shades of #CC65AA

#CC65AA
(204,101,170)
#BA5C9B
(186,92,155)
#A8538C
(168,83,140)
#964A7D
(150,74,125)
#84416E
(132,65,110)
#72385F
(114,56,95)
#602F50
(96,47,80)
#4E2641
(78,38,65)
#3C1D32
(60,29,50)
#2A1423
(42,20,35)
#180B14
(24,11,20)
#000000
(0,0,0)

Tints of #CC65AA

#CC65AA
(204,101,170)
#D073B1
(208,115,177)
#D481B8
(212,129,184)
#D88FBF
(216,143,191)
#DC9DC6
(220,157,198)
#E0ABCD
(224,171,205)
#E4B9D4
(228,185,212)
#E8C7DB
(232,199,219)
#ECD5E2
(236,213,226)
#F0E3E9
(240,227,233)
#F4F1F0
(244,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC65AA color. Also use rgb(204,101,170) instead hex code.

Text Font Color

.myTextColor { color: #CC65AA; }

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

This text font color is #CC65AA.


Background Color

.myBgColor { background-color: #CC65AA; }

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

This div background color is #CC65AA.


Border color

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

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

This div border color is #CC65AA.


Opacity

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

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

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

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

This text has shadow with #CC65AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC65AA on black background.


Color preview on white background

This text has color #CC65AA on white background.



Black color preview on #CC65AA background

This text has black color on #CC65AA background.


White color preview on #CC65AA background

This text has white color on #CC65AA background.