COLOR #CC934C

HEX: #CC934C
RGB: (204,147,76)

Color info

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

RGB color model

#CC934C color RGB value is (204,147,76).

  • red value is 204;
  • green value is 147;
  • blue value is 76.
RGB:
(204,147,76)
(80%,58%,30%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 76 of 255 = 30%

204
147
76

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

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 76 = 427 (100%)
R 204 of 427 ~ 47.78%
G 147 of 427 ~ 34.43%
B 76 of 427 ~ 17.8%

%47.78
%34.43
%17.8

CMYK color model

#CC934C color CMYK value is (0,28,63,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 62.75%
  • key color value is 20.00%
CMYK:
(0,28,63,20)
C0M28Y63K20 
(0%,28%,63%,20%)
(0.00/0.28/0.63/0.20)	

CMYK percentages

%0
%27.94
%62.75
%20

Codes

Color #CC934C in popluar color models

CC934C
RGB20414776
HSL33°55.65%54.90%
HSB/HSV33°62.75%80.00%
CMYK0.00%27.94%62.75%
20.00%

Color #CC934C in popluar number systems.

HEXCC934C
Decimal20414776
Binary11001100100100111001100
Octal314223114

Shades and tints

Shades of #CC934C

#CC934C
(204,147,76)
#BA8646
(186,134,70)
#A87940
(168,121,64)
#966C3A
(150,108,58)
#845F34
(132,95,52)
#72522E
(114,82,46)
#604528
(96,69,40)
#4E3822
(78,56,34)
#3C2B1C
(60,43,28)
#2A1E16
(42,30,22)
#181110
(24,17,16)
#000000
(0,0,0)

Tints of #CC934C

#CC934C
(204,147,76)
#D09C5C
(208,156,92)
#D4A56C
(212,165,108)
#D8AE7C
(216,174,124)
#DCB78C
(220,183,140)
#E0C09C
(224,192,156)
#E4C9AC
(228,201,172)
#E8D2BC
(232,210,188)
#ECDBCC
(236,219,204)
#F0E4DC
(240,228,220)
#F4EDEC
(244,237,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC934C color. Also use rgb(204,147,76) instead hex code.

Text Font Color

.myTextColor { color: #CC934C; }

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

This text font color is #CC934C.


Background Color

.myBgColor { background-color: #CC934C; }

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

This div background color is #CC934C.


Border color

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

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

This div border color is #CC934C.


Opacity

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

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

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

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

This text has shadow with #CC934C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC934C on black background.


Color preview on white background

This text has color #CC934C on white background.



Black color preview on #CC934C background

This text has black color on #CC934C background.


White color preview on #CC934C background

This text has white color on #CC934C background.