COLOR #CC8E76

HEX: #CC8E76 RGB: (204,142,118)

Color info

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

RGB color model

#CC8E76 color RGB value is (204,142,118).

RGB: (204,142,118) (80%, 56%, 46%)

RGB channels and saturation

R 204 of 255 = 80%
G 142 of 255 = 56%
B 118 of 255 = 46%

204
142
118

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

Portions of RGB colors in percentages

R + G + B = 204 + 142 + 118 = 464 (100%)
R 204 of 464 ~ 43.97%
G 142 of 464 ~ 30.6%
B 118 of 464 ~ 25.43'%

%43.97
%30.6
%25.43

CMYK color model

#CC8E76 color CMYK value is (0,30,42,20).

  • cyan value is 0.00%
  • magenta value is 30.39%
  • yellow value is 42.16%
  • key color value is 20.00%

CMYK: (0,30,42,20)
C0M30Y42K20 (0%, 30%, 42%, 20%)
(0.00 / 0.30 / 0.42 / 0.20)

CMYK percentages

%0
%30.39
%42.16
%20

Codes

Color #CC8E76 in popluar color models

CC 8E 76
RGB 204 142 118
HSL 17° 45.74% 63.14%
HSB/HSV 17° 42.16% 80.00%
CMYK 0.00% 30.39% 42.16%
20.00%

Color #CC8E76 in popluar number systems.

HEX CC 8E 76
Decimal 204 142 118
Binary 11001100 10001110 1110110
Octal 314 216 166

Shades and tints

Shades of #CC8E76

#CC8E76
(204,142,118)
#BA826C
(186,130,108)
#A87662
(168,118,98)
#966A58
(150,106,88)
#845E4E
(132,94,78)
#725244
(114,82,68)
#60463A
(96,70,58)
#4E3A30
(78,58,48)
#3C2E26
(60,46,38)
#2A221C
(42,34,28)
#181612
(24,22,18)
#000000
(0,0,0)

Tints of #CC8E76

#CC8E76
(204,142,118)
#D09882
(208,152,130)
#D4A28E
(212,162,142)
#D8AC9A
(216,172,154)
#DCB6A6
(220,182,166)
#E0C0B2
(224,192,178)
#E4CABE
(228,202,190)
#E8D4CA
(232,212,202)
#ECDED6
(236,222,214)
#F0E8E2
(240,232,226)
#F4F2EE
(244,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8E76 color. Also use rgb(204,142,118) instead hex code.

Text Font Color

.myTextColor { color: #CC8E76; }

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

This text font color is #CC8E76.

Background Color

.myBgColor { background-color: #CC8E76; }

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

This div background color is #CC8E76.

Border color

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

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

This div border color is #CC8E76.

Opacity

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

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

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

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

This text has shadow with #CC8E76 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8E76.

Preview

Color preview on black background

This text has color #CC8E76 on black background.


Color preview on white background

This text has color #CC8E76 on white background.


Black color preview on #CC8E76 background

This text has black color on #CC8E76 background.


White color preview on #CC8E76 background

This text has white color on #CC8E76 background.


Related colors

Complementary color

Complementary color for #hex is #337189.


I love getcolorcode.com

Triadic colors

1 #76CC8E and #8E76CC with #CC8E76 are triadic colors.

2 #768ECC and #8ECC76 with #CC8E76 are triadic colors.