COLOR #CC7884

HEX: #CC7884 RGB: (204,120,132)

Color info

#CC7884 contains mainly red color. Web safe color of #CC7884 is #CC6699 (or #C69).

RGB color model

#CC7884 color RGB value is (204,120,132).

RGB: (204,120,132) (80%, 47%, 52%)

RGB channels and saturation

R 204 of 255 = 80%
G 120 of 255 = 47%
B 132 of 255 = 52%

204
120
132

R + G + B ~ 60%. #CC7884 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 120 + 132 = 456 (100%)
R 204 of 456 ~ 44.74%
G 120 of 456 ~ 26.32%
B 132 of 456 ~ 28.95'%

%44.74
%26.32
%28.95

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 41.18%
  • yellow value is 35.29%
  • key color value is 20.00%
CMYK: (0,41,35,20) C0M41Y35K20 (0%,41%,35%,20%) (0.00/0.41/0.35/0.20) 

CMYK percentages

%0
%41.18
%35.29
%20

Codes

Color #CC7884 in popluar color models

CC 78 84
RGB 204 120 132
HSL 351° 45.16% 63.53%
HSB/HSV 351° 41.18% 80.00%
CMYK 0.00% 41.18% 35.29%
20.00%

Color #CC7884 in popluar number systems.

HEX CC 78 84
Decimal 204 120 132
Binary 11001100 1111000 10000100
Octal 314 170 204

Shades and tints

Shades of #CC7884

#CC7884
(204,120,132)
#BA6E78
(186,110,120)
#A8646C
(168,100,108)
#965A60
(150,90,96)
#845054
(132,80,84)
#724648
(114,70,72)
#603C3C
(96,60,60)
#4E3230
(78,50,48)
#3C2824
(60,40,36)
#2A1E18
(42,30,24)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #CC7884

#CC7884
(204,120,132)
#D0848F
(208,132,143)
#D4909A
(212,144,154)
#D89CA5
(216,156,165)
#DCA8B0
(220,168,176)
#E0B4BB
(224,180,187)
#E4C0C6
(228,192,198)
#E8CCD1
(232,204,209)
#ECD8DC
(236,216,220)
#F0E4E7
(240,228,231)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7884; }

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

This text font color is #CC7884.

Background Color

.myBgColor { background-color: #CC7884; }

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

This div background color is #CC7884.

Border color

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

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

This div border color is #CC7884.

Opacity

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

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

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

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

This text has shadow with #CC7884 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7884.

Preview

Color preview on black background

This text has color #CC7884 on black background.


Color preview on white background

This text has color #CC7884 on white background.


Black color preview on #CC7884 background

This text has black color on #CC7884 background.


White color preview on #CC7884 background

This text has white color on #CC7884 background.


Related colors

Complementary color

Complementary color for #hex is #33877B.


I love getcolorcode.com

Triadic colors

1 #84CC78 and #7884CC with #CC7884 are triadic colors.

2 #8478CC and #78CC84 with #CC7884 are triadic colors.