COLOR #CCA0C9

HEX: #CCA0C9 RGB: (204,160,201)

Color info

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

RGB color model

#CCA0C9 color RGB value is (204,160,201).

RGB: (204,160,201) (80%, 63%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 201 of 255 = 79%

204
160
201

R + G + B ~ 74%. #CCA0C9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 160 + 201 = 565 (100%)
R 204 of 565 ~ 36.11%
G 160 of 565 ~ 28.32%
B 201 of 565 ~ 35.58'%

%36.11
%28.32
%35.58

CMYK color model

#CCA0C9 color CMYK value is (0,22,1,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 1.47%
  • key color value is 20.00%

CMYK: (0,22,1,20)
C0M22Y1K20 (0%, 22%, 1%, 20%)
(0.00 / 0.22 / 0.01 / 0.20)

CMYK percentages

%0
%21.57
%1.47
%20

Codes

Color #CCA0C9 in popluar color models

CC A0 C9
RGB 204 160 201
HSL 304° 30.14% 71.37%
HSB/HSV 304° 21.57% 80.00%
CMYK 0.00% 21.57% 1.47%
20.00%

Color #CCA0C9 in popluar number systems.

HEX CC A0 C9
Decimal 204 160 201
Binary 11001100 10100000 11001001
Octal 314 240 311

Shades and tints

Shades of #CCA0C9

#CCA0C9
(204,160,201)
#BA92B7
(186,146,183)
#A884A5
(168,132,165)
#967693
(150,118,147)
#846881
(132,104,129)
#725A6F
(114,90,111)
#604C5D
(96,76,93)
#4E3E4B
(78,62,75)
#3C3039
(60,48,57)
#2A2227
(42,34,39)
#181415
(24,20,21)
#000000
(0,0,0)

Tints of #CCA0C9

#CCA0C9
(204,160,201)
#D0A8CD
(208,168,205)
#D4B0D1
(212,176,209)
#D8B8D5
(216,184,213)
#DCC0D9
(220,192,217)
#E0C8DD
(224,200,221)
#E4D0E1
(228,208,225)
#E8D8E5
(232,216,229)
#ECE0E9
(236,224,233)
#F0E8ED
(240,232,237)
#F4F0F1
(244,240,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA0C9; }

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

This text font color is #CCA0C9.

Background Color

.myBgColor { background-color: #CCA0C9; }

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

This div background color is #CCA0C9.

Border color

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

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

This div border color is #CCA0C9.

Opacity

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

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

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

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

This text has shadow with #CCA0C9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA0C9.

Preview

Color preview on black background

This text has color #CCA0C9 on black background.


Color preview on white background

This text has color #CCA0C9 on white background.


Black color preview on #CCA0C9 background

This text has black color on #CCA0C9 background.


White color preview on #CCA0C9 background

This text has white color on #CCA0C9 background.


Related colors

Complementary color

Complementary color for #hex is #335F36.


I love getcolorcode.com

Triadic colors

1 #C9CCA0 and #A0C9CC with #CCA0C9 are triadic colors.

2 #C9A0CC and #A0CCC9 with #CCA0C9 are triadic colors.