COLOR #CC954E

HEX: #CC954E
RGB: (204,149,78)

Color info

#CC954E contains mainly red and green colors. Web safe color of #CC954E is #CC9966 (or #C96).

RGB color model

#CC954E color RGB value is (204,149,78).

  • red value is 204;
  • green value is 149;
  • blue value is 78.
RGB:
(204,149,78)
(80%,58%,31%)

RGB channels and saturation

R 204 of 255 = 80%
G 149 of 255 = 58%
B 78 of 255 = 31%

204
149
78

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

Portions of RGB colors in percentages

R + G + B =
204 + 149 + 78 = 431 (100%)
R 204 of 431 ~ 47.33%
G 149 of 431 ~ 34.57%
B 78 of 431 ~ 18.1%

%47.33
%34.57
%18.1

CMYK color model

#CC954E color CMYK value is (0,27,62,20).

  • cyan value is 0.00%
  • magenta value is 26.96%
  • yellow value is 61.76%
  • key color value is 20.00%
CMYK:
(0,27,62,20)
C0M27Y62K20 
(0%,27%,62%,20%)
(0.00/0.27/0.62/0.20)	

CMYK percentages

%0
%26.96
%61.76
%20

Codes

Color #CC954E in popluar color models

CC954E
RGB20414978
HSL34°55.26%55.29%
HSB/HSV34°61.76%80.00%
CMYK0.00%26.96%61.76%
20.00%

Color #CC954E in popluar number systems.

HEXCC954E
Decimal20414978
Binary11001100100101011001110
Octal314225116

Shades and tints

Shades of #CC954E

#CC954E
(204,149,78)
#BA8847
(186,136,71)
#A87B40
(168,123,64)
#966E39
(150,110,57)
#846132
(132,97,50)
#72542B
(114,84,43)
#604724
(96,71,36)
#4E3A1D
(78,58,29)
#3C2D16
(60,45,22)
#2A200F
(42,32,15)
#181308
(24,19,8)
#000000
(0,0,0)

Tints of #CC954E

#CC954E
(204,149,78)
#D09E5E
(208,158,94)
#D4A76E
(212,167,110)
#D8B07E
(216,176,126)
#DCB98E
(220,185,142)
#E0C29E
(224,194,158)
#E4CBAE
(228,203,174)
#E8D4BE
(232,212,190)
#ECDDCE
(236,221,206)
#F0E6DE
(240,230,222)
#F4EFEE
(244,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC954E color. Also use rgb(204,149,78) instead hex code.

Text Font Color

.myTextColor { color: #CC954E; }

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

This text font color is #CC954E.


Background Color

.myBgColor { background-color: #CC954E; }

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

This div background color is #CC954E.


Border color

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

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

This div border color is #CC954E.


Opacity

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

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

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

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

This text has shadow with #CC954E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC954E on black background.


Color preview on white background

This text has color #CC954E on white background.



Black color preview on #CC954E background

This text has black color on #CC954E background.


White color preview on #CC954E background

This text has white color on #CC954E background.