COLOR #CC78A4

HEX: #CC78A4 RGB: (204,120,164)

Color info

#CC78A4 contains mainly red and blue colors. Web safe color of #CC78A4 is #CC6699 (or #C69).

RGB color model

#CC78A4 color RGB value is (204,120,164).

RGB: (204,120,164) (80%, 47%, 64%)

RGB channels and saturation

R 204 of 255 = 80%
G 120 of 255 = 47%
B 164 of 255 = 64%

204
120
164

R + G + B ~ 64%. #CC78A4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 120 + 164 = 488 (100%)
R 204 of 488 ~ 41.8%
G 120 of 488 ~ 24.59%
B 164 of 488 ~ 33.61'%

%41.8
%24.59
%33.61

CMYK color model

#CC78A4 color CMYK value is (0,41,20,20).

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 19.61%
  • key color value is 20.00%

CMYK: (0,41,20,20)
C0M41Y20K20 (0%, 41%, 20%, 20%)
(0.00 / 0.41 / 0.20 / 0.20)

CMYK percentages

%0
%41.18
%19.61
%20

Codes

Color #CC78A4 in popluar color models

CC 78 A4
RGB 204 120 164
HSL 329° 45.16% 63.53%
HSB/HSV 329° 41.18% 80.00%
CMYK 0.00% 41.18% 19.61%
20.00%

Color #CC78A4 in popluar number systems.

HEX CC 78 A4
Decimal 204 120 164
Binary 11001100 1111000 10100100
Octal 314 170 244

Shades and tints

Shades of #CC78A4

#CC78A4
(204,120,164)
#BA6E96
(186,110,150)
#A86488
(168,100,136)
#965A7A
(150,90,122)
#84506C
(132,80,108)
#72465E
(114,70,94)
#603C50
(96,60,80)
#4E3242
(78,50,66)
#3C2834
(60,40,52)
#2A1E26
(42,30,38)
#181418
(24,20,24)
#000000
(0,0,0)

Tints of #CC78A4

#CC78A4
(204,120,164)
#D084AC
(208,132,172)
#D490B4
(212,144,180)
#D89CBC
(216,156,188)
#DCA8C4
(220,168,196)
#E0B4CC
(224,180,204)
#E4C0D4
(228,192,212)
#E8CCDC
(232,204,220)
#ECD8E4
(236,216,228)
#F0E4EC
(240,228,236)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC78A4; }

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

This text font color is #CC78A4.

Background Color

.myBgColor { background-color: #CC78A4; }

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

This div background color is #CC78A4.

Border color

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

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

This div border color is #CC78A4.

Opacity

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

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

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

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

This text has shadow with #CC78A4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC78A4.

Preview

Color preview on black background

This text has color #CC78A4 on black background.


Color preview on white background

This text has color #CC78A4 on white background.


Black color preview on #CC78A4 background

This text has black color on #CC78A4 background.


White color preview on #CC78A4 background

This text has white color on #CC78A4 background.


Related colors

Complementary color

Complementary color for #hex is #33875B.


I love getcolorcode.com

Triadic colors

1 #A4CC78 and #78A4CC with #CC78A4 are triadic colors.

2 #A478CC and #78CCA4 with #CC78A4 are triadic colors.