COLOR #CC8F4D

HEX: #CC8F4D
RGB: (204,143,77)

Color info

#CC8F4D contains mainly red color. Web safe color of #CC8F4D is #CC9933 (or #C93).

RGB color model

#CC8F4D color RGB value is (204,143,77).

  • red value is 204;
  • green value is 143;
  • blue value is 77.
RGB:
(204,143,77)
(80%,56%,30%)

RGB channels and saturation

R 204 of 255 = 80%
G 143 of 255 = 56%
B 77 of 255 = 30%

204
143
77

R + G + B ~ 55%. #CC8F4D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
204 + 143 + 77 = 424 (100%)
R 204 of 424 ~ 48.11%
G 143 of 424 ~ 33.73%
B 77 of 424 ~ 18.16%

%48.11
%33.73
%18.16

CMYK color model

#CC8F4D color CMYK value is (0,30,62,20).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 62.25%
  • key color value is 20.00%
CMYK:
(0,30,62,20)
C0M30Y62K20 
(0%,30%,62%,20%)
(0.00/0.30/0.62/0.20)	

CMYK percentages

%0
%29.9
%62.25
%20

Codes

Color #CC8F4D in popluar color models

CC8F4D
RGB20414377
HSL31°55.46%55.10%
HSB/HSV31°62.25%80.00%
CMYK0.00%29.90%62.25%
20.00%

Color #CC8F4D in popluar number systems.

HEXCC8F4D
Decimal20414377
Binary11001100100011111001101
Octal314217115

Shades and tints

Shades of #CC8F4D

#CC8F4D
(204,143,77)
#BA8246
(186,130,70)
#A8753F
(168,117,63)
#966838
(150,104,56)
#845B31
(132,91,49)
#724E2A
(114,78,42)
#604123
(96,65,35)
#4E341C
(78,52,28)
#3C2715
(60,39,21)
#2A1A0E
(42,26,14)
#180D07
(24,13,7)
#000000
(0,0,0)

Tints of #CC8F4D

#CC8F4D
(204,143,77)
#D0995D
(208,153,93)
#D4A36D
(212,163,109)
#D8AD7D
(216,173,125)
#DCB78D
(220,183,141)
#E0C19D
(224,193,157)
#E4CBAD
(228,203,173)
#E8D5BD
(232,213,189)
#ECDFCD
(236,223,205)
#F0E9DD
(240,233,221)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8F4D color. Also use rgb(204,143,77) instead hex code.

Text Font Color

.myTextColor { color: #CC8F4D; }

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

This text font color is #CC8F4D.


Background Color

.myBgColor { background-color: #CC8F4D; }

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

This div background color is #CC8F4D.


Border color

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

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

This div border color is #CC8F4D.


Opacity

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

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

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

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

This text has shadow with #CC8F4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8F4D on black background.


Color preview on white background

This text has color #CC8F4D on white background.



Black color preview on #CC8F4D background

This text has black color on #CC8F4D background.


White color preview on #CC8F4D background

This text has white color on #CC8F4D background.