COLOR #CC8432

HEX: #CC8432 RGB: (204,132,50)

Color info

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

RGB color model

#CC8432 color RGB value is (204,132,50).

RGB: (204,132,50) (80%, 52%, 20%)

RGB channels and saturation

R 204 of 255 = 80%
G 132 of 255 = 52%
B 50 of 255 = 20%

204
132
50

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

Portions of RGB colors in percentages

R + G + B = 204 + 132 + 50 = 386 (100%)
R 204 of 386 ~ 52.85%
G 132 of 386 ~ 34.2%
B 50 of 386 ~ 12.95'%

%52.85
%34.2
%12.95

CMYK color model

#CC8432 color CMYK value is (0,35,75,20).

  • cyan value is 0.00%
  • magenta value is 35.29%
  • yellow value is 75.49%
  • key color value is 20.00%

CMYK: (0,35,75,20)
C0M35Y75K20 (0%, 35%, 75%, 20%)
(0.00 / 0.35 / 0.75 / 0.20)

CMYK percentages

%0
%35.29
%75.49
%20

Codes

Color #CC8432 in popluar color models

CC 84 32
RGB 204 132 50
HSL 32° 60.63% 49.80%
HSB/HSV 32° 75.49% 80.00%
CMYK 0.00% 35.29% 75.49%
20.00%

Color #CC8432 in popluar number systems.

HEX CC 84 32
Decimal 204 132 50
Binary 11001100 10000100 110010
Octal 314 204 62

Shades and tints

Shades of #CC8432

#CC8432
(204,132,50)
#BA782E
(186,120,46)
#A86C2A
(168,108,42)
#966026
(150,96,38)
#845422
(132,84,34)
#72481E
(114,72,30)
#603C1A
(96,60,26)
#4E3016
(78,48,22)
#3C2412
(60,36,18)
#2A180E
(42,24,14)
#180C0A
(24,12,10)
#000000
(0,0,0)

Tints of #CC8432

#CC8432
(204,132,50)
#D08F44
(208,143,68)
#D49A56
(212,154,86)
#D8A568
(216,165,104)
#DCB07A
(220,176,122)
#E0BB8C
(224,187,140)
#E4C69E
(228,198,158)
#E8D1B0
(232,209,176)
#ECDCC2
(236,220,194)
#F0E7D4
(240,231,212)
#F4F2E6
(244,242,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8432 color. Also use rgb(204,132,50) instead hex code.

Text Font Color

.myTextColor { color: #CC8432; }

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

This text font color is #CC8432.

Background Color

.myBgColor { background-color: #CC8432; }

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

This div background color is #CC8432.

Border color

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

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

This div border color is #CC8432.

Opacity

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

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

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

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

This text has shadow with #CC8432 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC8432.

Preview

Color preview on black background

This text has color #CC8432 on black background.


Color preview on white background

This text has color #CC8432 on white background.


Black color preview on #CC8432 background

This text has black color on #CC8432 background.


White color preview on #CC8432 background

This text has white color on #CC8432 background.


Related colors

Complementary color

Complementary color for #hex is #337BCD.


I love getcolorcode.com

Triadic colors

1 #32CC84 and #8432CC with #CC8432 are triadic colors.

2 #3284CC and #84CC32 with #CC8432 are triadic colors.