COLOR #C5C981

HEX: #C5C981
RGB: (197,201,129)

Color info

#C5C981 contains mainly red and green colors. Web safe color of #C5C981 is #CCCC99 (or #CC9).

RGB color model

#C5C981 color RGB value is (197,201,129).

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

RGB channels and saturation

R 197 of 255 = 77%
G 201 of 255 = 79%
B 129 of 255 = 51%

197
201
129

R + G + B ~ 69%. #C5C981 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 201 + 129 = 527 (100%)
R 197 of 527 ~ 37.38%
G 201 of 527 ~ 38.14%
B 129 of 527 ~ 24.48%

%37.38
%38.14
%24.48

CMYK color model

#C5C981 color CMYK value is (2,0,36,21).

  • cyan value is 1.99%
  • magenta value is 0.00%
  • yellow value is 35.82%
  • key color value is 21.18%
CMYK:
(2,0,36,21)
C2M0Y36K21 
(2%,0%,36%,21%)
(0.02/0.00/0.36/0.21)	

CMYK percentages

%1.99
%0
%35.82
%21.18

Codes

Color #C5C981 in popluar color models

C5C981
RGB197201129
HSL63°40.00%64.71%
HSB/HSV63°35.82%78.82%
CMYK1.99%0.00%35.82%
21.18%

Color #C5C981 in popluar number systems.

HEXC5C981
Decimal197201129
Binary110001011100100110000001
Octal305311201

Shades and tints

Shades of #C5C981

#C5C981
(197,201,129)
#B4B776
(180,183,118)
#A3A56B
(163,165,107)
#929360
(146,147,96)
#818155
(129,129,85)
#706F4A
(112,111,74)
#5F5D3F
(95,93,63)
#4E4B34
(78,75,52)
#3D3929
(61,57,41)
#2C271E
(44,39,30)
#1B1513
(27,21,19)
#000000
(0,0,0)

Tints of #C5C981

#C5C981
(197,201,129)
#CACD8C
(202,205,140)
#CFD197
(207,209,151)
#D4D5A2
(212,213,162)
#D9D9AD
(217,217,173)
#DEDDB8
(222,221,184)
#E3E1C3
(227,225,195)
#E8E5CE
(232,229,206)
#EDE9D9
(237,233,217)
#F2EDE4
(242,237,228)
#F7F1EF
(247,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C981; }

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

This text font color is #C5C981.


Background Color

.myBgColor { background-color: #C5C981; }

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

This div background color is #C5C981.


Border color

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

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

This div border color is #C5C981.


Opacity

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

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

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

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

This text has shadow with #C5C981 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C981 on black background.


Color preview on white background

This text has color #C5C981 on white background.



Black color preview on #C5C981 background

This text has black color on #C5C981 background.


White color preview on #C5C981 background

This text has white color on #C5C981 background.