COLOR #CC5612

HEX: #CC5612
RGB: (204,86,18)

Color info

#CC5612 contains mainly red color. Web safe color of #CC5612 is #CC6600 (or #C60).

RGB color model

#CC5612 color RGB value is (204,86,18).

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

RGB channels and saturation

R 204 of 255 = 80%
G 86 of 255 = 34%
B 18 of 255 = 7%

204
86
18

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

Portions of RGB colors in percentages

R + G + B =
204 + 86 + 18 = 308 (100%)
R 204 of 308 ~ 66.23%
G 86 of 308 ~ 27.92%
B 18 of 308 ~ 5.84%

%66.23
%27.92

CMYK color model

#CC5612 color CMYK value is (0,58,91,20).

  • cyan value is 0.00%
  • magenta value is 57.84%
  • yellow value is 91.18%
  • key color value is 20.00%
CMYK:
(0,58,91,20)
C0M58Y91K20 
(0%,58%,91%,20%)
(0.00/0.58/0.91/0.20)	

CMYK percentages

%0
%57.84
%91.18
%20

Codes

Color #CC5612 in popluar color models

CC5612
RGB2048618
HSL22°83.78%43.53%
HSB/HSV22°91.18%80.00%
CMYK0.00%57.84%91.18%
20.00%

Color #CC5612 in popluar number systems.

HEXCC5612
Decimal2048618
Binary11001100101011010010
Octal31412622

Shades and tints

Shades of #CC5612

#CC5612
(204,86,18)
#BA4F11
(186,79,17)
#A84810
(168,72,16)
#96410F
(150,65,15)
#843A0E
(132,58,14)
#72330D
(114,51,13)
#602C0C
(96,44,12)
#4E250B
(78,37,11)
#3C1E0A
(60,30,10)
#2A1709
(42,23,9)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #CC5612

#CC5612
(204,86,18)
#D06527
(208,101,39)
#D4743C
(212,116,60)
#D88351
(216,131,81)
#DC9266
(220,146,102)
#E0A17B
(224,161,123)
#E4B090
(228,176,144)
#E8BFA5
(232,191,165)
#ECCEBA
(236,206,186)
#F0DDCF
(240,221,207)
#F4ECE4
(244,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC5612; }

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

This text font color is #CC5612.


Background Color

.myBgColor { background-color: #CC5612; }

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

This div background color is #CC5612.


Border color

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

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

This div border color is #CC5612.


Opacity

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

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

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

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

This text has shadow with #CC5612 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5612 on black background.


Color preview on white background

This text has color #CC5612 on white background.



Black color preview on #CC5612 background

This text has black color on #CC5612 background.


White color preview on #CC5612 background

This text has white color on #CC5612 background.