COLOR #CC77B8

HEX: #CC77B8 RGB: (204,119,184)

Color info

#CC77B8 contains mainly red and blue colors. Web safe color of #CC77B8 is #CC66CC (or #C6C).

RGB color model

#CC77B8 color RGB value is (204,119,184).

RGB: (204,119,184) (80%, 47%, 72%)

RGB channels and saturation

R 204 of 255 = 80%
G 119 of 255 = 47%
B 184 of 255 = 72%

204
119
184

R + G + B ~ 66%. #CC77B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 119 + 184 = 507 (100%)
R 204 of 507 ~ 40.24%
G 119 of 507 ~ 23.47%
B 184 of 507 ~ 36.29'%

%40.24
%23.47
%36.29

CMYK color model

#CC77B8 color CMYK value is (0,42,10,20).

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

CMYK: (0,42,10,20)
C0M42Y10K20 (0%, 42%, 10%, 20%)
(0.00 / 0.42 / 0.10 / 0.20)

CMYK percentages

%0
%41.67
%9.8
%20

Codes

Color #CC77B8 in popluar color models

CC 77 B8
RGB 204 119 184
HSL 314° 45.45% 63.33%
HSB/HSV 314° 41.67% 80.00%
CMYK 0.00% 41.67% 9.80%
20.00%

Color #CC77B8 in popluar number systems.

HEX CC 77 B8
Decimal 204 119 184
Binary 11001100 1110111 10111000
Octal 314 167 270

Shades and tints

Shades of #CC77B8

#CC77B8
(204,119,184)
#BA6DA8
(186,109,168)
#A86398
(168,99,152)
#965988
(150,89,136)
#844F78
(132,79,120)
#724568
(114,69,104)
#603B58
(96,59,88)
#4E3148
(78,49,72)
#3C2738
(60,39,56)
#2A1D28
(42,29,40)
#181318
(24,19,24)
#000000
(0,0,0)

Tints of #CC77B8

#CC77B8
(204,119,184)
#D083BE
(208,131,190)
#D48FC4
(212,143,196)
#D89BCA
(216,155,202)
#DCA7D0
(220,167,208)
#E0B3D6
(224,179,214)
#E4BFDC
(228,191,220)
#E8CBE2
(232,203,226)
#ECD7E8
(236,215,232)
#F0E3EE
(240,227,238)
#F4EFF4
(244,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC77B8; }

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

This text font color is #CC77B8.

Background Color

.myBgColor { background-color: #CC77B8; }

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

This div background color is #CC77B8.

Border color

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

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

This div border color is #CC77B8.

Opacity

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

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

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

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

This text has shadow with #CC77B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC77B8.

Preview

Color preview on black background

This text has color #CC77B8 on black background.


Color preview on white background

This text has color #CC77B8 on white background.


Black color preview on #CC77B8 background

This text has black color on #CC77B8 background.


White color preview on #CC77B8 background

This text has white color on #CC77B8 background.


Related colors

Complementary color

Complementary color for #hex is #338847.


I love getcolorcode.com

Triadic colors

1 #B8CC77 and #77B8CC with #CC77B8 are triadic colors.

2 #B877CC and #77CCB8 with #CC77B8 are triadic colors.