COLOR #CC5C12

HEX: #CC5C12
RGB: (204,92,18)

Color info

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

RGB color model

#CC5C12 color RGB value is (204,92,18).

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

RGB channels and saturation

R 204 of 255 = 80%
G 92 of 255 = 36%
B 18 of 255 = 7%

204
92
18

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

Portions of RGB colors in percentages

R + G + B =
204 + 92 + 18 = 314 (100%)
R 204 of 314 ~ 64.97%
G 92 of 314 ~ 29.3%
B 18 of 314 ~ 5.73%

%64.97
%29.3

CMYK color model

#CC5C12 color CMYK value is (0,55,91,20).

  • cyan value is 0.00%
  • magenta value is 54.90%
  • yellow value is 91.18%
  • key color value is 20.00%
CMYK:
(0,55,91,20)
C0M55Y91K20 
(0%,55%,91%,20%)
(0.00/0.55/0.91/0.20)	

CMYK percentages

%0
%54.9
%91.18
%20

Codes

Color #CC5C12 in popluar color models

CC5C12
RGB2049218
HSL24°83.78%43.53%
HSB/HSV24°91.18%80.00%
CMYK0.00%54.90%91.18%
20.00%

Color #CC5C12 in popluar number systems.

HEXCC5C12
Decimal2049218
Binary11001100101110010010
Octal31413422

Shades and tints

Shades of #CC5C12

#CC5C12
(204,92,18)
#BA5411
(186,84,17)
#A84C10
(168,76,16)
#96440F
(150,68,15)
#843C0E
(132,60,14)
#72340D
(114,52,13)
#602C0C
(96,44,12)
#4E240B
(78,36,11)
#3C1C0A
(60,28,10)
#2A1409
(42,20,9)
#180C08
(24,12,8)
#000000
(0,0,0)

Tints of #CC5C12

#CC5C12
(204,92,18)
#D06A27
(208,106,39)
#D4783C
(212,120,60)
#D88651
(216,134,81)
#DC9466
(220,148,102)
#E0A27B
(224,162,123)
#E4B090
(228,176,144)
#E8BEA5
(232,190,165)
#ECCCBA
(236,204,186)
#F0DACF
(240,218,207)
#F4E8E4
(244,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC5C12; }

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

This text font color is #CC5C12.


Background Color

.myBgColor { background-color: #CC5C12; }

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

This div background color is #CC5C12.


Border color

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

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

This div border color is #CC5C12.


Opacity

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

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

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

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

This text has shadow with #CC5C12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC5C12 on black background.


Color preview on white background

This text has color #CC5C12 on white background.



Black color preview on #CC5C12 background

This text has black color on #CC5C12 background.


White color preview on #CC5C12 background

This text has white color on #CC5C12 background.