COLOR #CC9C26

HEX: #CC9C26
RGB: (204,156,38)

Color info

#CC9C26 contains mainly red and green colors. Web safe color of #CC9C26 is #CC9933 (or #C93).

RGB color model

#CC9C26 color RGB value is (204,156,38).

  • red value is 204;
  • green value is 156;
  • blue value is 38.
RGB:
(204,156,38)
(80%,61%,15%)

RGB channels and saturation

R 204 of 255 = 80%
G 156 of 255 = 61%
B 38 of 255 = 15%

204
156
38

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

Portions of RGB colors in percentages

R + G + B =
204 + 156 + 38 = 398 (100%)
R 204 of 398 ~ 51.26%
G 156 of 398 ~ 39.2%
B 38 of 398 ~ 9.55%

%51.26
%39.2
%9.55

CMYK color model

#CC9C26 color CMYK value is (0,24,81,20).

  • cyan value is 0.00%
  • magenta value is 23.53%
  • yellow value is 81.37%
  • key color value is 20.00%
CMYK:
(0,24,81,20)
C0M24Y81K20 
(0%,24%,81%,20%)
(0.00/0.24/0.81/0.20)	

CMYK percentages

%0
%23.53
%81.37
%20

Codes

Color #CC9C26 in popluar color models

CC9C26
RGB20415638
HSL43°68.60%47.45%
HSB/HSV43°81.37%80.00%
CMYK0.00%23.53%81.37%
20.00%

Color #CC9C26 in popluar number systems.

HEXCC9C26
Decimal20415638
Binary1100110010011100100110
Octal31423446

Shades and tints

Shades of #CC9C26

#CC9C26
(204,156,38)
#BA8E23
(186,142,35)
#A88020
(168,128,32)
#96721D
(150,114,29)
#84641A
(132,100,26)
#725617
(114,86,23)
#604814
(96,72,20)
#4E3A11
(78,58,17)
#3C2C0E
(60,44,14)
#2A1E0B
(42,30,11)
#181008
(24,16,8)
#000000
(0,0,0)

Tints of #CC9C26

#CC9C26
(204,156,38)
#D0A539
(208,165,57)
#D4AE4C
(212,174,76)
#D8B75F
(216,183,95)
#DCC072
(220,192,114)
#E0C985
(224,201,133)
#E4D298
(228,210,152)
#E8DBAB
(232,219,171)
#ECE4BE
(236,228,190)
#F0EDD1
(240,237,209)
#F4F6E4
(244,246,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC9C26 color. Also use rgb(204,156,38) instead hex code.

Text Font Color

.myTextColor { color: #CC9C26; }

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

This text font color is #CC9C26.


Background Color

.myBgColor { background-color: #CC9C26; }

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

This div background color is #CC9C26.


Border color

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

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

This div border color is #CC9C26.


Opacity

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

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

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

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

This text has shadow with #CC9C26 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9C26 on black background.


Color preview on white background

This text has color #CC9C26 on white background.



Black color preview on #CC9C26 background

This text has black color on #CC9C26 background.


White color preview on #CC9C26 background

This text has white color on #CC9C26 background.