COLOR #CC8C7F

HEX: #CC8C7F
RGB: (204,140,127)

Color info

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

RGB color model

#CC8C7F color RGB value is (204,140,127).

  • red value is 204;
  • green value is 140;
  • blue value is 127.
RGB:
(204,140,127)
(80%,55%,50%)

RGB channels and saturation

R 204 of 255 = 80%
G 140 of 255 = 55%
B 127 of 255 = 50%

204
140
127

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

Portions of RGB colors in percentages

R + G + B =
204 + 140 + 127 = 471 (100%)
R 204 of 471 ~ 43.31%
G 140 of 471 ~ 29.72%
B 127 of 471 ~ 26.96%

%43.31
%29.72
%26.96

CMYK color model

#CC8C7F color CMYK value is (0,31,38,20).

  • cyan value is 0.00%
  • magenta value is 31.37%
  • yellow value is 37.75%
  • key color value is 20.00%
CMYK:
(0,31,38,20)
C0M31Y38K20 
(0%,31%,38%,20%)
(0.00/0.31/0.38/0.20)	

CMYK percentages

%0
%31.37
%37.75
%20

Codes

Color #CC8C7F in popluar color models

CC8C7F
RGB204140127
HSL10°43.02%64.90%
HSB/HSV10°37.75%80.00%
CMYK0.00%31.37%37.75%
20.00%

Color #CC8C7F in popluar number systems.

HEXCC8C7F
Decimal204140127
Binary11001100100011001111111
Octal314214177

Shades and tints

Shades of #CC8C7F

#CC8C7F
(204,140,127)
#BA8074
(186,128,116)
#A87469
(168,116,105)
#96685E
(150,104,94)
#845C53
(132,92,83)
#725048
(114,80,72)
#60443D
(96,68,61)
#4E3832
(78,56,50)
#3C2C27
(60,44,39)
#2A201C
(42,32,28)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CC8C7F

#CC8C7F
(204,140,127)
#D0968A
(208,150,138)
#D4A095
(212,160,149)
#D8AAA0
(216,170,160)
#DCB4AB
(220,180,171)
#E0BEB6
(224,190,182)
#E4C8C1
(228,200,193)
#E8D2CC
(232,210,204)
#ECDCD7
(236,220,215)
#F0E6E2
(240,230,226)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8C7F; }

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

This text font color is #CC8C7F.


Background Color

.myBgColor { background-color: #CC8C7F; }

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

This div background color is #CC8C7F.


Border color

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

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

This div border color is #CC8C7F.


Opacity

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

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

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

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

This text has shadow with #CC8C7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8C7F on black background.


Color preview on white background

This text has color #CC8C7F on white background.



Black color preview on #CC8C7F background

This text has black color on #CC8C7F background.


White color preview on #CC8C7F background

This text has white color on #CC8C7F background.