COLOR #CC94BE

HEX: #CC94BE RGB: (204,148,190)

Color info

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

RGB color model

#CC94BE color RGB value is (204,148,190).

RGB: (204,148,190) (80%, 58%, 75%)

RGB channels and saturation

R 204 of 255 = 80%
G 148 of 255 = 58%
B 190 of 255 = 75%

204
148
190

R + G + B ~ 71%. #CC94BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 148 + 190 = 542 (100%)
R 204 of 542 ~ 37.64%
G 148 of 542 ~ 27.31%
B 190 of 542 ~ 35.06'%

%37.64
%27.31
%35.06

CMYK color model

#CC94BE color CMYK value is (0,27,7,20).

  • cyan value is 0.00%
  • magenta value is 27.45%
  • yellow value is 6.86%
  • key color value is 20.00%
CMYK: (0,27,7,20) C0M27Y7K20 (0%,27%,7%,20%) (0.00/0.27/0.07/0.20) 

CMYK percentages

%0
%27.45
%6.86
%20

Codes

Color #CC94BE in popluar color models

CC 94 BE
RGB 204 148 190
HSL 315° 35.44% 69.02%
HSB/HSV 315° 27.45% 80.00%
CMYK 0.00% 27.45% 6.86%
20.00%

Color #CC94BE in popluar number systems.

HEX CC 94 BE
Decimal 204 148 190
Binary 11001100 10010100 10111110
Octal 314 224 276

Shades and tints

Shades of #CC94BE

#CC94BE
(204,148,190)
#BA87AD
(186,135,173)
#A87A9C
(168,122,156)
#966D8B
(150,109,139)
#84607A
(132,96,122)
#725369
(114,83,105)
#604658
(96,70,88)
#4E3947
(78,57,71)
#3C2C36
(60,44,54)
#2A1F25
(42,31,37)
#181214
(24,18,20)
#000000
(0,0,0)

Tints of #CC94BE

#CC94BE
(204,148,190)
#D09DC3
(208,157,195)
#D4A6C8
(212,166,200)
#D8AFCD
(216,175,205)
#DCB8D2
(220,184,210)
#E0C1D7
(224,193,215)
#E4CADC
(228,202,220)
#E8D3E1
(232,211,225)
#ECDCE6
(236,220,230)
#F0E5EB
(240,229,235)
#F4EEF0
(244,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC94BE; }

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

This text font color is #CC94BE.

Background Color

.myBgColor { background-color: #CC94BE; }

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

This div background color is #CC94BE.

Border color

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

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

This div border color is #CC94BE.

Opacity

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

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

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

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

This text has shadow with #CC94BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC94BE.

Preview

Color preview on black background

This text has color #CC94BE on black background.


Color preview on white background

This text has color #CC94BE on white background.


Black color preview on #CC94BE background

This text has black color on #CC94BE background.


White color preview on #CC94BE background

This text has white color on #CC94BE background.


Related colors

Complementary color

Complementary color for #hex is #336B41.


I love getcolorcode.com

Triadic colors

1 #BECC94 and #94BECC with #CC94BE are triadic colors.

2 #BE94CC and #94CCBE with #CC94BE are triadic colors.