COLOR #CC8CA2

HEX: #CC8CA2
RGB: (204,140,162)

Color info

#CC8CA2 contains mainly red and blue colors. Web safe color of #CC8CA2 is #CC9999 (or #C99).

RGB color model

#CC8CA2 color RGB value is (204,140,162).

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

RGB channels and saturation

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

204
140
162

R + G + B ~ 66%. #CC8CA2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 140 + 162 = 506 (100%)
R 204 of 506 ~ 40.32%
G 140 of 506 ~ 27.67%
B 162 of 506 ~ 32.02%

%40.32
%27.67
%32.02

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 20.59%
  • key color value is 20.00%
CMYK:
(0,31,21,20)
C0M31Y21K20 
(0%,31%,21%,20%)
(0.00/0.31/0.21/0.20)	

CMYK percentages

%0
%31.37
%20.59
%20

Codes

Color #CC8CA2 in popluar color models

CC8CA2
RGB204140162
HSL339°38.55%67.45%
HSB/HSV339°31.37%80.00%
CMYK0.00%31.37%20.59%
20.00%

Color #CC8CA2 in popluar number systems.

HEXCC8CA2
Decimal204140162
Binary110011001000110010100010
Octal314214242

Shades and tints

Shades of #CC8CA2

#CC8CA2
(204,140,162)
#BA8094
(186,128,148)
#A87486
(168,116,134)
#966878
(150,104,120)
#845C6A
(132,92,106)
#72505C
(114,80,92)
#60444E
(96,68,78)
#4E3840
(78,56,64)
#3C2C32
(60,44,50)
#2A2024
(42,32,36)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CC8CA2

#CC8CA2
(204,140,162)
#D096AA
(208,150,170)
#D4A0B2
(212,160,178)
#D8AABA
(216,170,186)
#DCB4C2
(220,180,194)
#E0BECA
(224,190,202)
#E4C8D2
(228,200,210)
#E8D2DA
(232,210,218)
#ECDCE2
(236,220,226)
#F0E6EA
(240,230,234)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8CA2; }

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

This text font color is #CC8CA2.


Background Color

.myBgColor { background-color: #CC8CA2; }

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

This div background color is #CC8CA2.


Border color

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

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

This div border color is #CC8CA2.


Opacity

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

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

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

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

This text has shadow with #CC8CA2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8CA2 on black background.


Color preview on white background

This text has color #CC8CA2 on white background.



Black color preview on #CC8CA2 background

This text has black color on #CC8CA2 background.


White color preview on #CC8CA2 background

This text has white color on #CC8CA2 background.