COLOR #CC8C8B

HEX: #CC8C8B RGB: (204,140,139)

Color info

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

RGB color model

#CC8C8B color RGB value is (204,140,139).

RGB: (204,140,139) (80%, 55%, 55%)

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 139 of 255 = 55%

204
140
139

R + G + B ~ 63%. #CC8C8B is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 140 + 139 = 483 (100%)
R 204 of 483 ~ 42.24%
G 140 of 483 ~ 28.99%
B 139 of 483 ~ 28.78'%

%42.24
%28.99
%28.78

CMYK color model

#CC8C8B color CMYK value is (0,31,32,20).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 31.86%
  • key color value is 20.00%

CMYK: (0,31,32,20)
C0M31Y32K20 (0%, 31%, 32%, 20%)
(0.00 / 0.31 / 0.32 / 0.20)

CMYK percentages

%0
%31.37
%31.86
%20

Codes

Color #CC8C8B in popluar color models

CC 8C 8B
RGB 204 140 139
HSL 38.92% 67.25%
HSB/HSV 31.86% 80.00%
CMYK 0.00% 31.37% 31.86%
20.00%

Color #CC8C8B in popluar number systems.

HEX CC 8C 8B
Decimal 204 140 139
Binary 11001100 10001100 10001011
Octal 314 214 213

Shades and tints

Shades of #CC8C8B

#CC8C8B
(204,140,139)
#BA807F
(186,128,127)
#A87473
(168,116,115)
#966867
(150,104,103)
#845C5B
(132,92,91)
#72504F
(114,80,79)
#604443
(96,68,67)
#4E3837
(78,56,55)
#3C2C2B
(60,44,43)
#2A201F
(42,32,31)
#181413
(24,20,19)
#000000
(0,0,0)

Tints of #CC8C8B

#CC8C8B
(204,140,139)
#D09695
(208,150,149)
#D4A09F
(212,160,159)
#D8AAA9
(216,170,169)
#DCB4B3
(220,180,179)
#E0BEBD
(224,190,189)
#E4C8C7
(228,200,199)
#E8D2D1
(232,210,209)
#ECDCDB
(236,220,219)
#F0E6E5
(240,230,229)
#F4F0EF
(244,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8C8B color. Also use rgb(204,140,139) instead hex code.

Text Font Color

.myTextColor { color: #CC8C8B; }

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

This text font color is #CC8C8B.

Background Color

.myBgColor { background-color: #CC8C8B; }

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

This div background color is #CC8C8B.

Border color

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

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

This div border color is #CC8C8B.

Opacity

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

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

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

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

This text has shadow with #CC8C8B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8C8B.

Preview

Color preview on black background

This text has color #CC8C8B on black background.


Color preview on white background

This text has color #CC8C8B on white background.


Black color preview on #CC8C8B background

This text has black color on #CC8C8B background.


White color preview on #CC8C8B background

This text has white color on #CC8C8B background.


Related colors

Complementary color

Complementary color for #hex is #337374.


I love getcolorcode.com

Triadic colors

1 #8BCC8C and #8C8BCC with #CC8C8B are triadic colors.

2 #8B8CCC and #8CCC8B with #CC8C8B are triadic colors.