COLOR #C5A66F

HEX: #C5A66F
RGB: (197,166,111)

Color info

#C5A66F contains mainly red and green colors. Web safe color of #C5A66F is #CC9966 (or #C96).

RGB color model

#C5A66F color RGB value is (197,166,111).

  • red value is 197;
  • green value is 166;
  • blue value is 111.
RGB:
(197,166,111)
(77%,65%,44%)

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 111 of 255 = 44%

197
166
111

R + G + B ~ 62%. #C5A66F is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 111 = 474 (100%)
R 197 of 474 ~ 41.56%
G 166 of 474 ~ 35.02%
B 111 of 474 ~ 23.42%

%41.56
%35.02
%23.42

CMYK color model

#C5A66F color CMYK value is (0,16,44,23).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 43.65%
  • key color value is 22.75%
CMYK:
(0,16,44,23)
C0M16Y44K23 
(0%,16%,44%,23%)
(0.00/0.16/0.44/0.23)	

CMYK percentages

%0
%15.74
%43.65
%22.75

Codes

Color #C5A66F in popluar color models

C5A66F
RGB197166111
HSL38°42.57%60.39%
HSB/HSV38°43.65%77.25%
CMYK0.00%15.74%43.65%
22.75%

Color #C5A66F in popluar number systems.

HEXC5A66F
Decimal197166111
Binary11000101101001101101111
Octal305246157

Shades and tints

Shades of #C5A66F

#C5A66F
(197,166,111)
#B49765
(180,151,101)
#A3885B
(163,136,91)
#927951
(146,121,81)
#816A47
(129,106,71)
#705B3D
(112,91,61)
#5F4C33
(95,76,51)
#4E3D29
(78,61,41)
#3D2E1F
(61,46,31)
#2C1F15
(44,31,21)
#1B100B
(27,16,11)
#000000
(0,0,0)

Tints of #C5A66F

#C5A66F
(197,166,111)
#CAAE7C
(202,174,124)
#CFB689
(207,182,137)
#D4BE96
(212,190,150)
#D9C6A3
(217,198,163)
#DECEB0
(222,206,176)
#E3D6BD
(227,214,189)
#E8DECA
(232,222,202)
#EDE6D7
(237,230,215)
#F2EEE4
(242,238,228)
#F7F6F1
(247,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A66F color. Also use rgb(197,166,111) instead hex code.

Text Font Color

.myTextColor { color: #C5A66F; }

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

This text font color is #C5A66F.


Background Color

.myBgColor { background-color: #C5A66F; }

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

This div background color is #C5A66F.


Border color

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

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

This div border color is #C5A66F.


Opacity

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

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

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

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

This text has shadow with #C5A66F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A66F on black background.


Color preview on white background

This text has color #C5A66F on white background.



Black color preview on #C5A66F background

This text has black color on #C5A66F background.


White color preview on #C5A66F background

This text has white color on #C5A66F background.