COLOR #C5C976

HEX: #C5C976
RGB: (197,201,118)

Color info

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

RGB color model

#C5C976 color RGB value is (197,201,118).

  • red value is 197;
  • green value is 201;
  • blue value is 118.
RGB:
(197,201,118)
(77%,79%,46%)

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 118 of 255 = 46%

197
201
118

R + G + B ~ 67%. #C5C976 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 118 = 516 (100%)
R 197 of 516 ~ 38.18%
G 201 of 516 ~ 38.95%
B 118 of 516 ~ 22.87%

%38.18
%38.95
%22.87

CMYK color model

#C5C976 color CMYK value is (2,0,41,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 41.29%
  • key color value is 21.18%
CMYK:
(2,0,41,21)
C2M0Y41K21 
(2%,0%,41%,21%)
(0.02/0.00/0.41/0.21)	

CMYK percentages

%1.99
%0
%41.29
%21.18

Codes

Color #C5C976 in popluar color models

C5C976
RGB197201118
HSL63°43.46%62.55%
HSB/HSV63°41.29%78.82%
CMYK1.99%0.00%41.29%
21.18%

Color #C5C976 in popluar number systems.

HEXC5C976
Decimal197201118
Binary11000101110010011110110
Octal305311166

Shades and tints

Shades of #C5C976

#C5C976
(197,201,118)
#B4B76C
(180,183,108)
#A3A562
(163,165,98)
#929358
(146,147,88)
#81814E
(129,129,78)
#706F44
(112,111,68)
#5F5D3A
(95,93,58)
#4E4B30
(78,75,48)
#3D3926
(61,57,38)
#2C271C
(44,39,28)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C5C976

#C5C976
(197,201,118)
#CACD82
(202,205,130)
#CFD18E
(207,209,142)
#D4D59A
(212,213,154)
#D9D9A6
(217,217,166)
#DEDDB2
(222,221,178)
#E3E1BE
(227,225,190)
#E8E5CA
(232,229,202)
#EDE9D6
(237,233,214)
#F2EDE2
(242,237,226)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C976; }

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

This text font color is #C5C976.


Background Color

.myBgColor { background-color: #C5C976; }

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

This div background color is #C5C976.


Border color

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

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

This div border color is #C5C976.


Opacity

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

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

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

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

This text has shadow with #C5C976 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C976 on black background.


Color preview on white background

This text has color #C5C976 on white background.



Black color preview on #C5C976 background

This text has black color on #C5C976 background.


White color preview on #C5C976 background

This text has white color on #C5C976 background.