COLOR #CC8780

HEX: #CC8780 RGB: (204,135,128)

Color info

#CC8780 contains mainly red color. Web safe color of #CC8780 is #CC9966 (or #C96).

RGB color model

#CC8780 color RGB value is (204,135,128).

RGB: (204,135,128) (80%, 53%, 50%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 128 of 255 = 50%

204
135
128

R + G + B ~ 61%. #CC8780 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 135 + 128 = 467 (100%)
R 204 of 467 ~ 43.68%
G 135 of 467 ~ 28.91%
B 128 of 467 ~ 27.41'%

%43.68
%28.91
%27.41

CMYK color model

#CC8780 color CMYK value is (0,34,37,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 37.25%
  • key color value is 20.00%

CMYK: (0,34,37,20)
C0M34Y37K20 (0%, 34%, 37%, 20%)
(0.00 / 0.34 / 0.37 / 0.20)

CMYK percentages

%0
%33.82
%37.25
%20

Codes

Color #CC8780 in popluar color models

CC 87 80
RGB 204 135 128
HSL 42.70% 65.10%
HSB/HSV 37.25% 80.00%
CMYK 0.00% 33.82% 37.25%
20.00%

Color #CC8780 in popluar number systems.

HEX CC 87 80
Decimal 204 135 128
Binary 11001100 10000111 10000000
Octal 314 207 200

Shades and tints

Shades of #CC8780

#CC8780
(204,135,128)
#BA7B75
(186,123,117)
#A86F6A
(168,111,106)
#96635F
(150,99,95)
#845754
(132,87,84)
#724B49
(114,75,73)
#603F3E
(96,63,62)
#4E3333
(78,51,51)
#3C2728
(60,39,40)
#2A1B1D
(42,27,29)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #CC8780

#CC8780
(204,135,128)
#D0918B
(208,145,139)
#D49B96
(212,155,150)
#D8A5A1
(216,165,161)
#DCAFAC
(220,175,172)
#E0B9B7
(224,185,183)
#E4C3C2
(228,195,194)
#E8CDCD
(232,205,205)
#ECD7D8
(236,215,216)
#F0E1E3
(240,225,227)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8780 color. Also use rgb(204,135,128) instead hex code.

Text Font Color

.myTextColor { color: #CC8780; }

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

This text font color is #CC8780.

Background Color

.myBgColor { background-color: #CC8780; }

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

This div background color is #CC8780.

Border color

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

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

This div border color is #CC8780.

Opacity

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

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

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

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

This text has shadow with #CC8780 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8780.

Preview

Color preview on black background

This text has color #CC8780 on black background.


Color preview on white background

This text has color #CC8780 on white background.


Black color preview on #CC8780 background

This text has black color on #CC8780 background.


White color preview on #CC8780 background

This text has white color on #CC8780 background.


Related colors

Complementary color

Complementary color for #hex is #33787F.


I love getcolorcode.com

Triadic colors

1 #80CC87 and #8780CC with #CC8780 are triadic colors.

2 #8087CC and #87CC80 with #CC8780 are triadic colors.