COLOR #CC90CC

HEX: #CC90CC RGB: (204,144,204)

Color info

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

RGB color model

#CC90CC color RGB value is (204,144,204).

RGB: (204,144,204) (80%, 56%, 80%)

RGB channels and saturation

R 204 of 255 = 80%
G 144 of 255 = 56%
B 204 of 255 = 80%

204
144
204

R + G + B ~ 72%. #CC90CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 144 + 204 = 552 (100%)
R 204 of 552 ~ 36.96%
G 144 of 552 ~ 26.09%
B 204 of 552 ~ 36.96'%

%36.96
%26.09
%36.96

CMYK color model

#CC90CC color CMYK value is (0,29,0,20).

  • cyan value is 0.00%
  • magenta value is 29.41%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (0,29,0,20)
C0M29Y0K20 (0%, 29%, 0%, 20%)
(0.00 / 0.29 / 0.00 / 0.20)

CMYK percentages

%0
%29.41
%0
%20

Codes

Color #CC90CC in popluar color models

CC 90 CC
RGB 204 144 204
HSL 300° 37.04% 68.24%
HSB/HSV 300° 29.41% 80.00%
CMYK 0.00% 29.41% 0.00%
20.00%

Color #CC90CC in popluar number systems.

HEX CC 90 CC
Decimal 204 144 204
Binary 11001100 10010000 11001100
Octal 314 220 314

Shades and tints

Shades of #CC90CC

#CC90CC
(204,144,204)
#BA83BA
(186,131,186)
#A876A8
(168,118,168)
#966996
(150,105,150)
#845C84
(132,92,132)
#724F72
(114,79,114)
#604260
(96,66,96)
#4E354E
(78,53,78)
#3C283C
(60,40,60)
#2A1B2A
(42,27,42)
#180E18
(24,14,24)
#000000
(0,0,0)

Tints of #CC90CC

#CC90CC
(204,144,204)
#D09AD0
(208,154,208)
#D4A4D4
(212,164,212)
#D8AED8
(216,174,216)
#DCB8DC
(220,184,220)
#E0C2E0
(224,194,224)
#E4CCE4
(228,204,228)
#E8D6E8
(232,214,232)
#ECE0EC
(236,224,236)
#F0EAF0
(240,234,240)
#F4F4F4
(244,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC90CC; }

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

This text font color is #CC90CC.

Background Color

.myBgColor { background-color: #CC90CC; }

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

This div background color is #CC90CC.

Border color

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

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

This div border color is #CC90CC.

Opacity

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

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

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

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

This text has shadow with #CC90CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC90CC.

Preview

Color preview on black background

This text has color #CC90CC on black background.


Color preview on white background

This text has color #CC90CC on white background.


Black color preview on #CC90CC background

This text has black color on #CC90CC background.


White color preview on #CC90CC background

This text has white color on #CC90CC background.


Related colors

Complementary color

Complementary color for #hex is #336F33.


I love getcolorcode.com

Triadic colors

1 #CCCC90 and #90CCCC with #CC90CC are triadic colors.

2 #CC90CC and #90CCCC with #CC90CC are triadic colors.