COLOR #CCC976

HEX: #CCC976 RGB: (204,201,118)

Color info

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

RGB color model

#CCC976 color RGB value is (204,201,118).

RGB: (204,201,118) (80%, 79%, 46%)

RGB channels and saturation

R 204 of 255 = 80%
G 201 of 255 = 79%
B 118 of 255 = 46%

204
201
118

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

Portions of RGB colors in percentages

R + G + B = 204 + 201 + 118 = 523 (100%)
R 204 of 523 ~ 39.01%
G 201 of 523 ~ 38.43%
B 118 of 523 ~ 22.56'%

%39.01
%38.43
%22.56

CMYK color model

#CCC976 color CMYK value is (0,1,42,20).

  • cyan value is 0.00%
  • magenta value is 1.47%
  • yellow value is 42.16%
  • key color value is 20.00%

CMYK: (0,1,42,20)
C0M1Y42K20 (0%, 1%, 42%, 20%)
(0.00 / 0.01 / 0.42 / 0.20)

CMYK percentages

%0
%1.47
%42.16
%20

Codes

Color #CCC976 in popluar color models

CC C9 76
RGB 204 201 118
HSL 58° 45.74% 63.14%
HSB/HSV 58° 42.16% 80.00%
CMYK 0.00% 1.47% 42.16%
20.00%

Color #CCC976 in popluar number systems.

HEX CC C9 76
Decimal 204 201 118
Binary 11001100 11001001 1110110
Octal 314 311 166

Shades and tints

Shades of #CCC976

#CCC976
(204,201,118)
#BAB76C
(186,183,108)
#A8A562
(168,165,98)
#969358
(150,147,88)
#84814E
(132,129,78)
#726F44
(114,111,68)
#605D3A
(96,93,58)
#4E4B30
(78,75,48)
#3C3926
(60,57,38)
#2A271C
(42,39,28)
#181512
(24,21,18)
#000000
(0,0,0)

Tints of #CCC976

#CCC976
(204,201,118)
#D0CD82
(208,205,130)
#D4D18E
(212,209,142)
#D8D59A
(216,213,154)
#DCD9A6
(220,217,166)
#E0DDB2
(224,221,178)
#E4E1BE
(228,225,190)
#E8E5CA
(232,229,202)
#ECE9D6
(236,233,214)
#F0EDE2
(240,237,226)
#F4F1EE
(244,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCC976; }

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

This text font color is #CCC976.

Background Color

.myBgColor { background-color: #CCC976; }

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

This div background color is #CCC976.

Border color

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

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

This div border color is #CCC976.

Opacity

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

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

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

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

This text has shadow with #CCC976 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCC976.

Preview

Color preview on black background

This text has color #CCC976 on black background.


Color preview on white background

This text has color #CCC976 on white background.


Black color preview on #CCC976 background

This text has black color on #CCC976 background.


White color preview on #CCC976 background

This text has white color on #CCC976 background.


Related colors

Complementary color

Complementary color for #hex is #333689.


I love getcolorcode.com

Triadic colors

1 #76CCC9 and #C976CC with #CCC976 are triadic colors.

2 #76C9CC and #C9CC76 with #CCC976 are triadic colors.