COLOR #C5A861

HEX: #C5A861
RGB: (197,168,97)

Color info

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

RGB color model

#C5A861 color RGB value is (197,168,97).

  • red value is 197;
  • green value is 168;
  • blue value is 97.
RGB:
(197,168,97)
(77%,66%,38%)

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 97 of 255 = 38%

197
168
97

R + G + B ~ 60%. #C5A861 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 97 = 462 (100%)
R 197 of 462 ~ 42.64%
G 168 of 462 ~ 36.36%
B 97 of 462 ~ 21%

%42.64
%36.36
%21

CMYK color model

#C5A861 color CMYK value is (0,15,51,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 50.76%
  • key color value is 22.75%
CMYK:
(0,15,51,23)
C0M15Y51K23 
(0%,15%,51%,23%)
(0.00/0.15/0.51/0.23)	

CMYK percentages

%0
%14.72
%50.76
%22.75

Codes

Color #C5A861 in popluar color models

C5A861
RGB19716897
HSL43°46.30%57.65%
HSB/HSV43°50.76%77.25%
CMYK0.00%14.72%50.76%
22.75%

Color #C5A861 in popluar number systems.

HEXC5A861
Decimal19716897
Binary11000101101010001100001
Octal305250141

Shades and tints

Shades of #C5A861

#C5A861
(197,168,97)
#B49959
(180,153,89)
#A38A51
(163,138,81)
#927B49
(146,123,73)
#816C41
(129,108,65)
#705D39
(112,93,57)
#5F4E31
(95,78,49)
#4E3F29
(78,63,41)
#3D3021
(61,48,33)
#2C2119
(44,33,25)
#1B1211
(27,18,17)
#000000
(0,0,0)

Tints of #C5A861

#C5A861
(197,168,97)
#CAAF6F
(202,175,111)
#CFB67D
(207,182,125)
#D4BD8B
(212,189,139)
#D9C499
(217,196,153)
#DECBA7
(222,203,167)
#E3D2B5
(227,210,181)
#E8D9C3
(232,217,195)
#EDE0D1
(237,224,209)
#F2E7DF
(242,231,223)
#F7EEED
(247,238,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A861 color. Also use rgb(197,168,97) instead hex code.

Text Font Color

.myTextColor { color: #C5A861; }

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

This text font color is #C5A861.


Background Color

.myBgColor { background-color: #C5A861; }

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

This div background color is #C5A861.


Border color

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

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

This div border color is #C5A861.


Opacity

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

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

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

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

This text has shadow with #C5A861 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A861 on black background.


Color preview on white background

This text has color #C5A861 on white background.



Black color preview on #C5A861 background

This text has black color on #C5A861 background.


White color preview on #C5A861 background

This text has white color on #C5A861 background.