COLOR #CC8CC0

HEX: #CC8CC0
RGB: (204,140,192)

Color info

#CC8CC0 contains mainly red and blue colors. Web safe color of #CC8CC0 is #CC99CC (or #C9C).

RGB color model

#CC8CC0 color RGB value is (204,140,192).

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

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 192 of 255 = 75%

204
140
192

R + G + B ~ 70%. #CC8CC0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 140 + 192 = 536 (100%)
R 204 of 536 ~ 38.06%
G 140 of 536 ~ 26.12%
B 192 of 536 ~ 35.82%

%38.06
%26.12
%35.82

CMYK color model

#CC8CC0 color CMYK value is (0,31,6,20).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 5.88%
  • key color value is 20.00%
CMYK:
(0,31,6,20)
C0M31Y6K20 
(0%,31%,6%,20%)
(0.00/0.31/0.06/0.20)	

CMYK percentages

%0
%31.37
%5.88
%20

Codes

Color #CC8CC0 in popluar color models

CC8CC0
RGB204140192
HSL311°38.55%67.45%
HSB/HSV311°31.37%80.00%
CMYK0.00%31.37%5.88%
20.00%

Color #CC8CC0 in popluar number systems.

HEXCC8CC0
Decimal204140192
Binary110011001000110011000000
Octal314214300

Shades and tints

Shades of #CC8CC0

#CC8CC0
(204,140,192)
#BA80AF
(186,128,175)
#A8749E
(168,116,158)
#96688D
(150,104,141)
#845C7C
(132,92,124)
#72506B
(114,80,107)
#60445A
(96,68,90)
#4E3849
(78,56,73)
#3C2C38
(60,44,56)
#2A2027
(42,32,39)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #CC8CC0

#CC8CC0
(204,140,192)
#D096C5
(208,150,197)
#D4A0CA
(212,160,202)
#D8AACF
(216,170,207)
#DCB4D4
(220,180,212)
#E0BED9
(224,190,217)
#E4C8DE
(228,200,222)
#E8D2E3
(232,210,227)
#ECDCE8
(236,220,232)
#F0E6ED
(240,230,237)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8CC0; }

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

This text font color is #CC8CC0.


Background Color

.myBgColor { background-color: #CC8CC0; }

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

This div background color is #CC8CC0.


Border color

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

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

This div border color is #CC8CC0.


Opacity

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

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

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

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

This text has shadow with #CC8CC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8CC0 on black background.


Color preview on white background

This text has color #CC8CC0 on white background.



Black color preview on #CC8CC0 background

This text has black color on #CC8CC0 background.


White color preview on #CC8CC0 background

This text has white color on #CC8CC0 background.