COLOR #CCA2CC

HEX: #CCA2CC RGB: (204,162,204)

Color info

#CCA2CC contains red, green and blue colors in about the same proportion. Web safe color of #CCA2CC is #CC99CC (or #C9C).

RGB color model

#CCA2CC color RGB value is (204,162,204).

RGB: (204,162,204) (80%, 64%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 204 of 255 = 80%

204
162
204

R + G + B ~ 75%. #CCA2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 162 + 204 = 570 (100%)
R 204 of 570 ~ 35.79%
G 162 of 570 ~ 28.42%
B 204 of 570 ~ 35.79'%

%35.79
%28.42
%35.79

CMYK color model

#CCA2CC color CMYK value is (0,21,0,20).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,21,0,20)
C0M21Y0K20 (0%, 21%, 0%, 20%)
(0.00 / 0.21 / 0.00 / 0.20)

CMYK percentages

%0
%20.59
%0
%20

Codes

Color #CCA2CC in popluar color models

CC A2 CC
RGB 204 162 204
HSL 300° 29.17% 71.76%
HSB/HSV 300° 20.59% 80.00%
CMYK 0.00% 20.59% 0.00%
20.00%

Color #CCA2CC in popluar number systems.

HEX CC A2 CC
Decimal 204 162 204
Binary 11001100 10100010 11001100
Octal 314 242 314

Shades and tints

Shades of #CCA2CC

#CCA2CC
(204,162,204)
#BA94BA
(186,148,186)
#A886A8
(168,134,168)
#967896
(150,120,150)
#846A84
(132,106,132)
#725C72
(114,92,114)
#604E60
(96,78,96)
#4E404E
(78,64,78)
#3C323C
(60,50,60)
#2A242A
(42,36,42)
#181618
(24,22,24)
#000000
(0,0,0)

Tints of #CCA2CC

#CCA2CC
(204,162,204)
#D0AAD0
(208,170,208)
#D4B2D4
(212,178,212)
#D8BAD8
(216,186,216)
#DCC2DC
(220,194,220)
#E0CAE0
(224,202,224)
#E4D2E4
(228,210,228)
#E8DAE8
(232,218,232)
#ECE2EC
(236,226,236)
#F0EAF0
(240,234,240)
#F4F2F4
(244,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2CC; }

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

This text font color is #CCA2CC.

Background Color

.myBgColor { background-color: #CCA2CC; }

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

This div background color is #CCA2CC.

Border color

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

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

This div border color is #CCA2CC.

Opacity

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

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

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

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

This text has shadow with #CCA2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA2CC.

Preview

Color preview on black background

This text has color #CCA2CC on black background.


Color preview on white background

This text has color #CCA2CC on white background.


Black color preview on #CCA2CC background

This text has black color on #CCA2CC background.


White color preview on #CCA2CC background

This text has white color on #CCA2CC background.


Related colors

Complementary color

Complementary color for #hex is #335D33.


I love getcolorcode.com

Triadic colors

1 #CCCCA2 and #A2CCCC with #CCA2CC are triadic colors.

2 #CCA2CC and #A2CCCC with #CCA2CC are triadic colors.