COLOR #CCC973

HEX: #CCC973
RGB: (204,201,115)

Color info

#CCC973 contains mainly red and green colors. Web safe color of #CCC973 is #CCCC66 (or #CC6).

RGB color model

#CCC973 color RGB value is (204,201,115).

  • red value is 204;
  • green value is 201;
  • blue value is 115.
RGB:
(204,201,115)
(80%,79%,45%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 115 of 255 = 45%

204
201
115

R + G + B ~ 68%. #CCC973 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 201 + 115 = 520 (100%)
R 204 of 520 ~ 39.23%
G 201 of 520 ~ 38.65%
B 115 of 520 ~ 22.12%

%39.23
%38.65
%22.12

CMYK color model

#CCC973 color CMYK value is (0,1,44,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 43.63%
  • key color value is 20.00%
CMYK:
(0,1,44,20)
C0M1Y44K20 
(0%,1%,44%,20%)
(0.00/0.01/0.44/0.20)	

CMYK percentages

%0
%1.47
%43.63
%20

Codes

Color #CCC973 in popluar color models

CCC973
RGB204201115
HSL58°46.60%62.55%
HSB/HSV58°43.63%80.00%
CMYK0.00%1.47%43.63%
20.00%

Color #CCC973 in popluar number systems.

HEXCCC973
Decimal204201115
Binary11001100110010011110011
Octal314311163

Shades and tints

Shades of #CCC973

#CCC973
(204,201,115)
#BAB769
(186,183,105)
#A8A55F
(168,165,95)
#969355
(150,147,85)
#84814B
(132,129,75)
#726F41
(114,111,65)
#605D37
(96,93,55)
#4E4B2D
(78,75,45)
#3C3923
(60,57,35)
#2A2719
(42,39,25)
#18150F
(24,21,15)
#000000
(0,0,0)

Tints of #CCC973

#CCC973
(204,201,115)
#D0CD7F
(208,205,127)
#D4D18B
(212,209,139)
#D8D597
(216,213,151)
#DCD9A3
(220,217,163)
#E0DDAF
(224,221,175)
#E4E1BB
(228,225,187)
#E8E5C7
(232,229,199)
#ECE9D3
(236,233,211)
#F0EDDF
(240,237,223)
#F4F1EB
(244,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCC973 color. Also use rgb(204,201,115) instead hex code.

Text Font Color

.myTextColor { color: #CCC973; }

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

This text font color is #CCC973.


Background Color

.myBgColor { background-color: #CCC973; }

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

This div background color is #CCC973.


Border color

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

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

This div border color is #CCC973.


Opacity

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

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

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

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

This text has shadow with #CCC973 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC973 on black background.


Color preview on white background

This text has color #CCC973 on white background.



Black color preview on #CCC973 background

This text has black color on #CCC973 background.


White color preview on #CCC973 background

This text has white color on #CCC973 background.