COLOR #CC562F

HEX: #CC562F
RGB: (204,86,47)

Color info

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

RGB color model

#CC562F color RGB value is (204,86,47).

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

RGB channels and saturation

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

204
86
47

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

Portions of RGB colors in percentages

R + G + B =
204 + 86 + 47 = 337 (100%)
R 204 of 337 ~ 60.53%
G 86 of 337 ~ 25.52%
B 47 of 337 ~ 13.95%

%60.53
%25.52
%13.95

CMYK color model

#CC562F color CMYK value is (0,58,77,20).

  • cyan value is 0.00%
  • magenta value is 57.84%
  • yellow value is 76.96%
  • key color value is 20.00%
CMYK:
(0,58,77,20)
C0M58Y77K20 
(0%,58%,77%,20%)
(0.00/0.58/0.77/0.20)	

CMYK percentages

%0
%57.84
%76.96
%20

Codes

Color #CC562F in popluar color models

CC562F
RGB2048647
HSL15°62.55%49.22%
HSB/HSV15°76.96%80.00%
CMYK0.00%57.84%76.96%
20.00%

Color #CC562F in popluar number systems.

HEXCC562F
Decimal2048647
Binary110011001010110101111
Octal31412657

Shades and tints

Shades of #CC562F

#CC562F
(204,86,47)
#BA4F2B
(186,79,43)
#A84827
(168,72,39)
#964123
(150,65,35)
#843A1F
(132,58,31)
#72331B
(114,51,27)
#602C17
(96,44,23)
#4E2513
(78,37,19)
#3C1E0F
(60,30,15)
#2A170B
(42,23,11)
#181007
(24,16,7)
#000000
(0,0,0)

Tints of #CC562F

#CC562F
(204,86,47)
#D06541
(208,101,65)
#D47453
(212,116,83)
#D88365
(216,131,101)
#DC9277
(220,146,119)
#E0A189
(224,161,137)
#E4B09B
(228,176,155)
#E8BFAD
(232,191,173)
#ECCEBF
(236,206,191)
#F0DDD1
(240,221,209)
#F4ECE3
(244,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC562F; }

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

This text font color is #CC562F.


Background Color

.myBgColor { background-color: #CC562F; }

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

This div background color is #CC562F.


Border color

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

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

This div border color is #CC562F.


Opacity

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

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

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

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

This text has shadow with #CC562F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC562F on black background.


Color preview on white background

This text has color #CC562F on white background.



Black color preview on #CC562F background

This text has black color on #CC562F background.


White color preview on #CC562F background

This text has white color on #CC562F background.