COLOR #CC878A

HEX: #CC878A RGB: (204,135,138)

Color info

#CC878A contains mainly red color. Web safe color of #CC878A is #CC9999 (or #C99).

RGB color model

#CC878A color RGB value is (204,135,138).

RGB: (204,135,138) (80%, 53%, 54%)

RGB channels and saturation

R 204 of 255 = 80%
G 135 of 255 = 53%
B 138 of 255 = 54%

204
135
138

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

Portions of RGB colors in percentages

R + G + B = 204 + 135 + 138 = 477 (100%)
R 204 of 477 ~ 42.77%
G 135 of 477 ~ 28.3%
B 138 of 477 ~ 28.93'%

%42.77
%28.3
%28.93

CMYK color model

#CC878A color CMYK value is (0,34,32,20).

  • cyan value is 0.00%
  • magenta value is 33.82%
  • yellow value is 32.35%
  • key color value is 20.00%
CMYK: (0,34,32,20) C0M34Y32K20 (0%,34%,32%,20%) (0.00/0.34/0.32/0.20) 

CMYK percentages

%0
%33.82
%32.35
%20

Codes

Color #CC878A in popluar color models

CC 87 8A
RGB 204 135 138
HSL 357° 40.35% 66.47%
HSB/HSV 357° 33.82% 80.00%
CMYK 0.00% 33.82% 32.35%
20.00%

Color #CC878A in popluar number systems.

HEX CC 87 8A
Decimal 204 135 138
Binary 11001100 10000111 10001010
Octal 314 207 212

Shades and tints

Shades of #CC878A

#CC878A
(204,135,138)
#BA7B7E
(186,123,126)
#A86F72
(168,111,114)
#966366
(150,99,102)
#84575A
(132,87,90)
#724B4E
(114,75,78)
#603F42
(96,63,66)
#4E3336
(78,51,54)
#3C272A
(60,39,42)
#2A1B1E
(42,27,30)
#180F12
(24,15,18)
#000000
(0,0,0)

Tints of #CC878A

#CC878A
(204,135,138)
#D09194
(208,145,148)
#D49B9E
(212,155,158)
#D8A5A8
(216,165,168)
#DCAFB2
(220,175,178)
#E0B9BC
(224,185,188)
#E4C3C6
(228,195,198)
#E8CDD0
(232,205,208)
#ECD7DA
(236,215,218)
#F0E1E4
(240,225,228)
#F4EBEE
(244,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC878A; }

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

This text font color is #CC878A.

Background Color

.myBgColor { background-color: #CC878A; }

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

This div background color is #CC878A.

Border color

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

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

This div border color is #CC878A.

Opacity

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

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

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

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

This text has shadow with #CC878A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC878A.

Preview

Color preview on black background

This text has color #CC878A on black background.


Color preview on white background

This text has color #CC878A on white background.


Black color preview on #CC878A background

This text has black color on #CC878A background.


White color preview on #CC878A background

This text has white color on #CC878A background.


Related colors

Complementary color

Complementary color for #hex is #337875.


I love getcolorcode.com

Triadic colors

1 #8ACC87 and #878ACC with #CC878A are triadic colors.

2 #8A87CC and #87CC8A with #CC878A are triadic colors.