COLOR #CC8638

HEX: #CC8638
RGB: (204,134,56)

Color info

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

RGB color model

#CC8638 color RGB value is (204,134,56).

  • red value is 204;
  • green value is 134;
  • blue value is 56.
RGB:
(204,134,56)
(80%,53%,22%)

RGB channels and saturation

R 204 of 255 = 80%
G 134 of 255 = 53%
B 56 of 255 = 22%

204
134
56

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

Portions of RGB colors in percentages

R + G + B =
204 + 134 + 56 = 394 (100%)
R 204 of 394 ~ 51.78%
G 134 of 394 ~ 34.01%
B 56 of 394 ~ 14.21%

%51.78
%34.01
%14.21

CMYK color model

#CC8638 color CMYK value is (0,34,73,20).

  • cyan value is 0.00%
  • magenta value is 34.31%
  • yellow value is 72.55%
  • key color value is 20.00%
CMYK:
(0,34,73,20)
C0M34Y73K20 
(0%,34%,73%,20%)
(0.00/0.34/0.73/0.20)	

CMYK percentages

%0
%34.31
%72.55
%20

Codes

Color #CC8638 in popluar color models

CC8638
RGB20413456
HSL32°59.20%50.98%
HSB/HSV32°72.55%80.00%
CMYK0.00%34.31%72.55%
20.00%

Color #CC8638 in popluar number systems.

HEXCC8638
Decimal20413456
Binary1100110010000110111000
Octal31420670

Shades and tints

Shades of #CC8638

#CC8638
(204,134,56)
#BA7A33
(186,122,51)
#A86E2E
(168,110,46)
#966229
(150,98,41)
#845624
(132,86,36)
#724A1F
(114,74,31)
#603E1A
(96,62,26)
#4E3215
(78,50,21)
#3C2610
(60,38,16)
#2A1A0B
(42,26,11)
#180E06
(24,14,6)
#000000
(0,0,0)

Tints of #CC8638

#CC8638
(204,134,56)
#D0914A
(208,145,74)
#D49C5C
(212,156,92)
#D8A76E
(216,167,110)
#DCB280
(220,178,128)
#E0BD92
(224,189,146)
#E4C8A4
(228,200,164)
#E8D3B6
(232,211,182)
#ECDEC8
(236,222,200)
#F0E9DA
(240,233,218)
#F4F4EC
(244,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8638 color. Also use rgb(204,134,56) instead hex code.

Text Font Color

.myTextColor { color: #CC8638; }

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

This text font color is #CC8638.


Background Color

.myBgColor { background-color: #CC8638; }

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

This div background color is #CC8638.


Border color

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

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

This div border color is #CC8638.


Opacity

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

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

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

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

This text has shadow with #CC8638 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8638 on black background.


Color preview on white background

This text has color #CC8638 on white background.



Black color preview on #CC8638 background

This text has black color on #CC8638 background.


White color preview on #CC8638 background

This text has white color on #CC8638 background.