COLOR #CCC94A

HEX: #CCC94A
RGB: (204,201,74)

Color info

#CCC94A contains mainly red and green colors. Web safe color of #CCC94A is #CCCC33 (or #CC3).

RGB color model

#CCC94A color RGB value is (204,201,74).

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

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 74 of 255 = 29%

204
201
74

R + G + B ~ 63%. #CCC94A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 201 + 74 = 479 (100%)
R 204 of 479 ~ 42.59%
G 201 of 479 ~ 41.96%
B 74 of 479 ~ 15.45%

%42.59
%41.96
%15.45

CMYK color model

#CCC94A color CMYK value is (0,1,64,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 63.73%
  • key color value is 20.00%
CMYK:
(0,1,64,20)
C0M1Y64K20 
(0%,1%,64%,20%)
(0.00/0.01/0.64/0.20)	

CMYK percentages

%0
%1.47
%63.73
%20

Codes

Color #CCC94A in popluar color models

CCC94A
RGB20420174
HSL59°56.03%54.51%
HSB/HSV59°63.73%80.00%
CMYK0.00%1.47%63.73%
20.00%

Color #CCC94A in popluar number systems.

HEXCCC94A
Decimal20420174
Binary11001100110010011001010
Octal314311112

Shades and tints

Shades of #CCC94A

#CCC94A
(204,201,74)
#BAB744
(186,183,68)
#A8A53E
(168,165,62)
#969338
(150,147,56)
#848132
(132,129,50)
#726F2C
(114,111,44)
#605D26
(96,93,38)
#4E4B20
(78,75,32)
#3C391A
(60,57,26)
#2A2714
(42,39,20)
#18150E
(24,21,14)
#000000
(0,0,0)

Tints of #CCC94A

#CCC94A
(204,201,74)
#D0CD5A
(208,205,90)
#D4D16A
(212,209,106)
#D8D57A
(216,213,122)
#DCD98A
(220,217,138)
#E0DD9A
(224,221,154)
#E4E1AA
(228,225,170)
#E8E5BA
(232,229,186)
#ECE9CA
(236,233,202)
#F0EDDA
(240,237,218)
#F4F1EA
(244,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC94A; }

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

This text font color is #CCC94A.


Background Color

.myBgColor { background-color: #CCC94A; }

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

This div background color is #CCC94A.


Border color

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

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

This div border color is #CCC94A.


Opacity

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

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

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

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

This text has shadow with #CCC94A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCC94A on black background.


Color preview on white background

This text has color #CCC94A on white background.



Black color preview on #CCC94A background

This text has black color on #CCC94A background.


White color preview on #CCC94A background

This text has white color on #CCC94A background.