COLOR #CC8980

HEX: #CC8980
RGB: (204,137,128)

Color info

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

RGB color model

#CC8980 color RGB value is (204,137,128).

  • red value is 204;
  • green value is 137;
  • blue value is 128.
RGB:
(204,137,128)
(80%,54%,50%)

RGB channels and saturation

R 204 of 255 = 80%
G 137 of 255 = 54%
B 128 of 255 = 50%

204
137
128

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

Portions of RGB colors in percentages

R + G + B =
204 + 137 + 128 = 469 (100%)
R 204 of 469 ~ 43.5%
G 137 of 469 ~ 29.21%
B 128 of 469 ~ 27.29%

%43.5
%29.21
%27.29

CMYK color model

#CC8980 color CMYK value is (0,33,37,20).

  • cyan value is 0.00%
  • magenta value is 32.84%
  • yellow value is 37.25%
  • key color value is 20.00%
CMYK:
(0,33,37,20)
C0M33Y37K20 
(0%,33%,37%,20%)
(0.00/0.33/0.37/0.20)	

CMYK percentages

%0
%32.84
%37.25
%20

Codes

Color #CC8980 in popluar color models

CC8980
RGB204137128
HSL42.70%65.10%
HSB/HSV37.25%80.00%
CMYK0.00%32.84%37.25%
20.00%

Color #CC8980 in popluar number systems.

HEXCC8980
Decimal204137128
Binary110011001000100110000000
Octal314211200

Shades and tints

Shades of #CC8980

#CC8980
(204,137,128)
#BA7D75
(186,125,117)
#A8716A
(168,113,106)
#96655F
(150,101,95)
#845954
(132,89,84)
#724D49
(114,77,73)
#60413E
(96,65,62)
#4E3533
(78,53,51)
#3C2928
(60,41,40)
#2A1D1D
(42,29,29)
#181112
(24,17,18)
#000000
(0,0,0)

Tints of #CC8980

#CC8980
(204,137,128)
#D0938B
(208,147,139)
#D49D96
(212,157,150)
#D8A7A1
(216,167,161)
#DCB1AC
(220,177,172)
#E0BBB7
(224,187,183)
#E4C5C2
(228,197,194)
#E8CFCD
(232,207,205)
#ECD9D8
(236,217,216)
#F0E3E3
(240,227,227)
#F4EDEE
(244,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8980; }

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

This text font color is #CC8980.


Background Color

.myBgColor { background-color: #CC8980; }

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

This div background color is #CC8980.


Border color

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

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

This div border color is #CC8980.


Opacity

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

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

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

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

This text has shadow with #CC8980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8980 on black background.


Color preview on white background

This text has color #CC8980 on white background.



Black color preview on #CC8980 background

This text has black color on #CC8980 background.


White color preview on #CC8980 background

This text has white color on #CC8980 background.