COLOR #CC8245

HEX: #CC8245
RGB: (204,130,69)

Color info

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

RGB color model

#CC8245 color RGB value is (204,130,69).

  • red value is 204;
  • green value is 130;
  • blue value is 69.
RGB:
(204,130,69)
(80%,51%,27%)

RGB channels and saturation

R 204 of 255 = 80%
G 130 of 255 = 51%
B 69 of 255 = 27%

204
130
69

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

Portions of RGB colors in percentages

R + G + B =
204 + 130 + 69 = 403 (100%)
R 204 of 403 ~ 50.62%
G 130 of 403 ~ 32.26%
B 69 of 403 ~ 17.12%

%50.62
%32.26
%17.12

CMYK color model

#CC8245 color CMYK value is (0,36,66,20).

  • cyan value is 0.00%
  • magenta value is 36.27%
  • yellow value is 66.18%
  • key color value is 20.00%
CMYK:
(0,36,66,20)
C0M36Y66K20 
(0%,36%,66%,20%)
(0.00/0.36/0.66/0.20)	

CMYK percentages

%0
%36.27
%66.18
%20

Codes

Color #CC8245 in popluar color models

CC8245
RGB20413069
HSL27°56.96%53.53%
HSB/HSV27°66.18%80.00%
CMYK0.00%36.27%66.18%
20.00%

Color #CC8245 in popluar number systems.

HEXCC8245
Decimal20413069
Binary11001100100000101000101
Octal314202105

Shades and tints

Shades of #CC8245

#CC8245
(204,130,69)
#BA773F
(186,119,63)
#A86C39
(168,108,57)
#966133
(150,97,51)
#84562D
(132,86,45)
#724B27
(114,75,39)
#604021
(96,64,33)
#4E351B
(78,53,27)
#3C2A15
(60,42,21)
#2A1F0F
(42,31,15)
#181409
(24,20,9)
#000000
(0,0,0)

Tints of #CC8245

#CC8245
(204,130,69)
#D08D55
(208,141,85)
#D49865
(212,152,101)
#D8A375
(216,163,117)
#DCAE85
(220,174,133)
#E0B995
(224,185,149)
#E4C4A5
(228,196,165)
#E8CFB5
(232,207,181)
#ECDAC5
(236,218,197)
#F0E5D5
(240,229,213)
#F4F0E5
(244,240,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8245 color. Also use rgb(204,130,69) instead hex code.

Text Font Color

.myTextColor { color: #CC8245; }

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

This text font color is #CC8245.


Background Color

.myBgColor { background-color: #CC8245; }

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

This div background color is #CC8245.


Border color

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

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

This div border color is #CC8245.


Opacity

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

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

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

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

This text has shadow with #CC8245 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8245 on black background.


Color preview on white background

This text has color #CC8245 on white background.



Black color preview on #CC8245 background

This text has black color on #CC8245 background.


White color preview on #CC8245 background

This text has white color on #CC8245 background.