COLOR #CC5620

HEX: #CC5620
RGB: (204,86,32)

Color info

#CC5620 contains mainly red color. Web safe color of #CC5620 is #CC6633 (or #C63).

RGB color model

#CC5620 color RGB value is (204,86,32).

  • red value is 204;
  • green value is 86;
  • blue value is 32.
RGB:
(204,86,32)
(80%,34%,13%)

RGB channels and saturation

R 204 of 255 = 80%
G 86 of 255 = 34%
B 32 of 255 = 13%

204
86
32

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

Portions of RGB colors in percentages

R + G + B =
204 + 86 + 32 = 322 (100%)
R 204 of 322 ~ 63.35%
G 86 of 322 ~ 26.71%
B 32 of 322 ~ 9.94%

%63.35
%26.71
%9.94

CMYK color model

#CC5620 color CMYK value is (0,58,84,20).

  • cyan value is 0.00%
  • magenta value is 57.84%
  • yellow value is 84.31%
  • key color value is 20.00%
CMYK:
(0,58,84,20)
C0M58Y84K20 
(0%,58%,84%,20%)
(0.00/0.58/0.84/0.20)	

CMYK percentages

%0
%57.84
%84.31
%20

Codes

Color #CC5620 in popluar color models

CC5620
RGB2048632
HSL19°72.88%46.27%
HSB/HSV19°84.31%80.00%
CMYK0.00%57.84%84.31%
20.00%

Color #CC5620 in popluar number systems.

HEXCC5620
Decimal2048632
Binary110011001010110100000
Octal31412640

Shades and tints

Shades of #CC5620

#CC5620
(204,86,32)
#BA4F1E
(186,79,30)
#A8481C
(168,72,28)
#96411A
(150,65,26)
#843A18
(132,58,24)
#723316
(114,51,22)
#602C14
(96,44,20)
#4E2512
(78,37,18)
#3C1E10
(60,30,16)
#2A170E
(42,23,14)
#18100C
(24,16,12)
#000000
(0,0,0)

Tints of #CC5620

#CC5620
(204,86,32)
#D06534
(208,101,52)
#D47448
(212,116,72)
#D8835C
(216,131,92)
#DC9270
(220,146,112)
#E0A184
(224,161,132)
#E4B098
(228,176,152)
#E8BFAC
(232,191,172)
#ECCEC0
(236,206,192)
#F0DDD4
(240,221,212)
#F4ECE8
(244,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC5620 color. Also use rgb(204,86,32) instead hex code.

Text Font Color

.myTextColor { color: #CC5620; }

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

This text font color is #CC5620.


Background Color

.myBgColor { background-color: #CC5620; }

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

This div background color is #CC5620.


Border color

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

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

This div border color is #CC5620.


Opacity

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

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

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

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

This text has shadow with #CC5620 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5620 on black background.


Color preview on white background

This text has color #CC5620 on white background.



Black color preview on #CC5620 background

This text has black color on #CC5620 background.


White color preview on #CC5620 background

This text has white color on #CC5620 background.