COLOR #CCA2C0

HEX: #CCA2C0
RGB: (204,162,192)

Color info

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

RGB color model

#CCA2C0 color RGB value is (204,162,192).

  • red value is 204;
  • green value is 162;
  • blue value is 192.
RGB:
(204,162,192)
(80%,64%,75%)

RGB channels and saturation

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

204
162
192

R + G + B ~ 73%. #CCA2C0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 162 + 192 = 558 (100%)
R 204 of 558 ~ 36.56%
G 162 of 558 ~ 29.03%
B 192 of 558 ~ 34.41%

%36.56
%29.03
%34.41

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(0,21,6,20)
C0M21Y6K20 
(0%,21%,6%,20%)
(0.00/0.21/0.06/0.20)	

CMYK percentages

%0
%20.59
%5.88
%20

Codes

Color #CCA2C0 in popluar color models

CCA2C0
RGB204162192
HSL317°29.17%71.76%
HSB/HSV317°20.59%80.00%
CMYK0.00%20.59%5.88%
20.00%

Color #CCA2C0 in popluar number systems.

HEXCCA2C0
Decimal204162192
Binary110011001010001011000000
Octal314242300

Shades and tints

Shades of #CCA2C0

#CCA2C0
(204,162,192)
#BA94AF
(186,148,175)
#A8869E
(168,134,158)
#96788D
(150,120,141)
#846A7C
(132,106,124)
#725C6B
(114,92,107)
#604E5A
(96,78,90)
#4E4049
(78,64,73)
#3C3238
(60,50,56)
#2A2427
(42,36,39)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCA2C0

#CCA2C0
(204,162,192)
#D0AAC5
(208,170,197)
#D4B2CA
(212,178,202)
#D8BACF
(216,186,207)
#DCC2D4
(220,194,212)
#E0CAD9
(224,202,217)
#E4D2DE
(228,210,222)
#E8DAE3
(232,218,227)
#ECE2E8
(236,226,232)
#F0EAED
(240,234,237)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA2C0; }

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

This text font color is #CCA2C0.


Background Color

.myBgColor { background-color: #CCA2C0; }

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

This div background color is #CCA2C0.


Border color

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

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

This div border color is #CCA2C0.


Opacity

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

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

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

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

This text has shadow with #CCA2C0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA2C0 on black background.


Color preview on white background

This text has color #CCA2C0 on white background.



Black color preview on #CCA2C0 background

This text has black color on #CCA2C0 background.


White color preview on #CCA2C0 background

This text has white color on #CCA2C0 background.