COLOR #CC8D41

HEX: #CC8D41
RGB: (204,141,65)

Color info

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

RGB color model

#CC8D41 color RGB value is (204,141,65).

  • red value is 204;
  • green value is 141;
  • blue value is 65.
RGB:
(204,141,65)
(80%,55%,25%)

RGB channels and saturation

R 204 of 255 = 80%
G 141 of 255 = 55%
B 65 of 255 = 25%

204
141
65

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

Portions of RGB colors in percentages

R + G + B =
204 + 141 + 65 = 410 (100%)
R 204 of 410 ~ 49.76%
G 141 of 410 ~ 34.39%
B 65 of 410 ~ 15.85%

%49.76
%34.39
%15.85

CMYK color model

#CC8D41 color CMYK value is (0,31,68,20).

  • cyan value is 0.00%
  • magenta value is 30.88%
  • yellow value is 68.14%
  • key color value is 20.00%
CMYK:
(0,31,68,20)
C0M31Y68K20 
(0%,31%,68%,20%)
(0.00/0.31/0.68/0.20)	

CMYK percentages

%0
%30.88
%68.14
%20

Codes

Color #CC8D41 in popluar color models

CC8D41
RGB20414165
HSL33°57.68%52.75%
HSB/HSV33°68.14%80.00%
CMYK0.00%30.88%68.14%
20.00%

Color #CC8D41 in popluar number systems.

HEXCC8D41
Decimal20414165
Binary11001100100011011000001
Octal314215101

Shades and tints

Shades of #CC8D41

#CC8D41
(204,141,65)
#BA813C
(186,129,60)
#A87537
(168,117,55)
#966932
(150,105,50)
#845D2D
(132,93,45)
#725128
(114,81,40)
#604523
(96,69,35)
#4E391E
(78,57,30)
#3C2D19
(60,45,25)
#2A2114
(42,33,20)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CC8D41

#CC8D41
(204,141,65)
#D09752
(208,151,82)
#D4A163
(212,161,99)
#D8AB74
(216,171,116)
#DCB585
(220,181,133)
#E0BF96
(224,191,150)
#E4C9A7
(228,201,167)
#E8D3B8
(232,211,184)
#ECDDC9
(236,221,201)
#F0E7DA
(240,231,218)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8D41 color. Also use rgb(204,141,65) instead hex code.

Text Font Color

.myTextColor { color: #CC8D41; }

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

This text font color is #CC8D41.


Background Color

.myBgColor { background-color: #CC8D41; }

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

This div background color is #CC8D41.


Border color

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

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

This div border color is #CC8D41.


Opacity

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

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

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

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

This text has shadow with #CC8D41 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8D41 on black background.


Color preview on white background

This text has color #CC8D41 on white background.



Black color preview on #CC8D41 background

This text has black color on #CC8D41 background.


White color preview on #CC8D41 background

This text has white color on #CC8D41 background.