COLOR #CCC0CA

HEX: #CCC0CA RGB: (204,192,202)

Color info

#CCC0CA contains red, green and blue colors in about the same proportion. Web safe color of #CCC0CA is #CCCCCC (or #CCC).

RGB color model

#CCC0CA color RGB value is (204,192,202).

RGB: (204,192,202) (80%, 75%, 79%)

RGB channels and saturation

R 204 of 255 = 80%
G 192 of 255 = 75%
B 202 of 255 = 79%

204
192
202

R + G + B ~ 78%. #CCC0CA is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 192 + 202 = 598 (100%)
R 204 of 598 ~ 34.11%
G 192 of 598 ~ 32.11%
B 202 of 598 ~ 33.78'%

%34.11
%32.11
%33.78

CMYK color model

#CCC0CA color CMYK value is (0,6,1,20).

  • cyan value is 0.00%
  • magenta value is 5.88%
  • yellow value is 0.98%
  • key color value is 20.00%

CMYK: (0,6,1,20)
C0M6Y1K20 (0%, 6%, 1%, 20%)
(0.00 / 0.06 / 0.01 / 0.20)

CMYK percentages

%0
%5.88
%0.98
%20

Codes

Color #CCC0CA in popluar color models

CC C0 CA
RGB 204 192 202
HSL 310° 10.53% 77.65%
HSB/HSV 310° 5.88% 80.00%
CMYK 0.00% 5.88% 0.98%
20.00%

Color #CCC0CA in popluar number systems.

HEX CC C0 CA
Decimal 204 192 202
Binary 11001100 11000000 11001010
Octal 314 300 312

Shades and tints

Shades of #CCC0CA

#CCC0CA
(204,192,202)
#BAAFB8
(186,175,184)
#A89EA6
(168,158,166)
#968D94
(150,141,148)
#847C82
(132,124,130)
#726B70
(114,107,112)
#605A5E
(96,90,94)
#4E494C
(78,73,76)
#3C383A
(60,56,58)
#2A2728
(42,39,40)
#181616
(24,22,22)
#000000
(0,0,0)

Tints of #CCC0CA

#CCC0CA
(204,192,202)
#D0C5CE
(208,197,206)
#D4CAD2
(212,202,210)
#D8CFD6
(216,207,214)
#DCD4DA
(220,212,218)
#E0D9DE
(224,217,222)
#E4DEE2
(228,222,226)
#E8E3E6
(232,227,230)
#ECE8EA
(236,232,234)
#F0EDEE
(240,237,238)
#F4F2F2
(244,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC0CA; }

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

This text font color is #CCC0CA.

Background Color

.myBgColor { background-color: #CCC0CA; }

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

This div background color is #CCC0CA.

Border color

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

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

This div border color is #CCC0CA.

Opacity

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

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

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

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

This text has shadow with #CCC0CA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC0CA.

Preview

Color preview on black background

This text has color #CCC0CA on black background.


Color preview on white background

This text has color #CCC0CA on white background.


Black color preview on #CCC0CA background

This text has black color on #CCC0CA background.


White color preview on #CCC0CA background

This text has white color on #CCC0CA background.


Related colors

Complementary color

Complementary color for #hex is #333F35.


I love getcolorcode.com

Triadic colors

1 #CACCC0 and #C0CACC with #CCC0CA are triadic colors.

2 #CAC0CC and #C0CCCA with #CCC0CA are triadic colors.