COLOR #CC7794

HEX: #CC7794 RGB: (204,119,148)

Color info

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

RGB color model

#CC7794 color RGB value is (204,119,148).

RGB: (204,119,148) (80%, 47%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 148 of 255 = 58%

204
119
148

R + G + B ~ 62%. #CC7794 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 119 + 148 = 471 (100%)
R 204 of 471 ~ 43.31%
G 119 of 471 ~ 25.27%
B 148 of 471 ~ 31.42'%

%43.31
%25.27
%31.42

CMYK color model

#CC7794 color CMYK value is (0,42,27,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 27.45%
  • key color value is 20.00%

CMYK: (0,42,27,20)
C0M42Y27K20 (0%, 42%, 27%, 20%)
(0.00 / 0.42 / 0.27 / 0.20)

CMYK percentages

%0
%41.67
%27.45
%20

Codes

Color #CC7794 in popluar color models

CC 77 94
RGB 204 119 148
HSL 340° 45.45% 63.33%
HSB/HSV 340° 41.67% 80.00%
CMYK 0.00% 41.67% 27.45%
20.00%

Color #CC7794 in popluar number systems.

HEX CC 77 94
Decimal 204 119 148
Binary 11001100 1110111 10010100
Octal 314 167 224

Shades and tints

Shades of #CC7794

#CC7794
(204,119,148)
#BA6D87
(186,109,135)
#A8637A
(168,99,122)
#96596D
(150,89,109)
#844F60
(132,79,96)
#724553
(114,69,83)
#603B46
(96,59,70)
#4E3139
(78,49,57)
#3C272C
(60,39,44)
#2A1D1F
(42,29,31)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #CC7794

#CC7794
(204,119,148)
#D0839D
(208,131,157)
#D48FA6
(212,143,166)
#D89BAF
(216,155,175)
#DCA7B8
(220,167,184)
#E0B3C1
(224,179,193)
#E4BFCA
(228,191,202)
#E8CBD3
(232,203,211)
#ECD7DC
(236,215,220)
#F0E3E5
(240,227,229)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC7794; }

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

This text font color is #CC7794.

Background Color

.myBgColor { background-color: #CC7794; }

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

This div background color is #CC7794.

Border color

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

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

This div border color is #CC7794.

Opacity

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

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

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

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

This text has shadow with #CC7794 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7794.

Preview

Color preview on black background

This text has color #CC7794 on black background.


Color preview on white background

This text has color #CC7794 on white background.


Black color preview on #CC7794 background

This text has black color on #CC7794 background.


White color preview on #CC7794 background

This text has white color on #CC7794 background.


Related colors

Complementary color

Complementary color for #hex is #33886B.


I love getcolorcode.com

Triadic colors

1 #94CC77 and #7794CC with #CC7794 are triadic colors.

2 #9477CC and #77CC94 with #CC7794 are triadic colors.