COLOR #CC779D

HEX: #CC779D
RGB: (204,119,157)

Color info

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

RGB color model

#CC779D color RGB value is (204,119,157).

  • red value is 204;
  • green value is 119;
  • blue value is 157.
RGB:
(204,119,157)
(80%,47%,62%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 157 of 255 = 62%

204
119
157

R + G + B ~ 63%. #CC779D is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 119 + 157 = 480 (100%)
R 204 of 480 ~ 42.5%
G 119 of 480 ~ 24.79%
B 157 of 480 ~ 32.71%

%42.5
%24.79
%32.71

CMYK color model

#CC779D color CMYK value is (0,42,23,20).

  • cyan value is 0.00%
  • magenta value is 41.67%
  • yellow value is 23.04%
  • key color value is 20.00%
CMYK:
(0,42,23,20)
C0M42Y23K20 
(0%,42%,23%,20%)
(0.00/0.42/0.23/0.20)	

CMYK percentages

%0
%41.67
%23.04
%20

Codes

Color #CC779D in popluar color models

CC779D
RGB204119157
HSL333°45.45%63.33%
HSB/HSV333°41.67%80.00%
CMYK0.00%41.67%23.04%
20.00%

Color #CC779D in popluar number systems.

HEXCC779D
Decimal204119157
Binary11001100111011110011101
Octal314167235

Shades and tints

Shades of #CC779D

#CC779D
(204,119,157)
#BA6D8F
(186,109,143)
#A86381
(168,99,129)
#965973
(150,89,115)
#844F65
(132,79,101)
#724557
(114,69,87)
#603B49
(96,59,73)
#4E313B
(78,49,59)
#3C272D
(60,39,45)
#2A1D1F
(42,29,31)
#181311
(24,19,17)
#000000
(0,0,0)

Tints of #CC779D

#CC779D
(204,119,157)
#D083A5
(208,131,165)
#D48FAD
(212,143,173)
#D89BB5
(216,155,181)
#DCA7BD
(220,167,189)
#E0B3C5
(224,179,197)
#E4BFCD
(228,191,205)
#E8CBD5
(232,203,213)
#ECD7DD
(236,215,221)
#F0E3E5
(240,227,229)
#F4EFED
(244,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC779D; }

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

This text font color is #CC779D.


Background Color

.myBgColor { background-color: #CC779D; }

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

This div background color is #CC779D.


Border color

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

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

This div border color is #CC779D.


Opacity

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

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

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

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

This text has shadow with #CC779D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC779D on black background.


Color preview on white background

This text has color #CC779D on white background.



Black color preview on #CC779D background

This text has black color on #CC779D background.


White color preview on #CC779D background

This text has white color on #CC779D background.