COLOR #CC8A12

HEX: #CC8A12
RGB: (204,138,18)

Color info

#CC8A12 contains mainly red color. Web safe color of #CC8A12 is #CC9900 (or #C90).

RGB color model

#CC8A12 color RGB value is (204,138,18).

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

RGB channels and saturation

R 204 of 255 = 80%
G 138 of 255 = 54%
B 18 of 255 = 7%

204
138
18

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

Portions of RGB colors in percentages

R + G + B =
204 + 138 + 18 = 360 (100%)
R 204 of 360 ~ 56.67%
G 138 of 360 ~ 38.33%
B 18 of 360 ~ 5%

%56.67
%38.33

CMYK color model

#CC8A12 color CMYK value is (0,32,91,20).

  • cyan value is 0.00%
  • magenta value is 32.35%
  • yellow value is 91.18%
  • key color value is 20.00%
CMYK:
(0,32,91,20)
C0M32Y91K20 
(0%,32%,91%,20%)
(0.00/0.32/0.91/0.20)	

CMYK percentages

%0
%32.35
%91.18
%20

Codes

Color #CC8A12 in popluar color models

CC8A12
RGB20413818
HSL39°83.78%43.53%
HSB/HSV39°91.18%80.00%
CMYK0.00%32.35%91.18%
20.00%

Color #CC8A12 in popluar number systems.

HEXCC8A12
Decimal20413818
Binary110011001000101010010
Octal31421222

Shades and tints

Shades of #CC8A12

#CC8A12
(204,138,18)
#BA7E11
(186,126,17)
#A87210
(168,114,16)
#96660F
(150,102,15)
#845A0E
(132,90,14)
#724E0D
(114,78,13)
#60420C
(96,66,12)
#4E360B
(78,54,11)
#3C2A0A
(60,42,10)
#2A1E09
(42,30,9)
#181208
(24,18,8)
#000000
(0,0,0)

Tints of #CC8A12

#CC8A12
(204,138,18)
#D09427
(208,148,39)
#D49E3C
(212,158,60)
#D8A851
(216,168,81)
#DCB266
(220,178,102)
#E0BC7B
(224,188,123)
#E4C690
(228,198,144)
#E8D0A5
(232,208,165)
#ECDABA
(236,218,186)
#F0E4CF
(240,228,207)
#F4EEE4
(244,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC8A12; }

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

This text font color is #CC8A12.


Background Color

.myBgColor { background-color: #CC8A12; }

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

This div background color is #CC8A12.


Border color

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

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

This div border color is #CC8A12.


Opacity

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

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

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

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

This text has shadow with #CC8A12 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8A12 on black background.


Color preview on white background

This text has color #CC8A12 on white background.



Black color preview on #CC8A12 background

This text has black color on #CC8A12 background.


White color preview on #CC8A12 background

This text has white color on #CC8A12 background.