COLOR #C5A999

HEX: #C5A999
RGB: (197,169,153)

Color info

#C5A999 contains red, green and blue colors in about the same proportion. Web safe color of #C5A999 is #CC9999 (or #C99).

RGB color model

#C5A999 color RGB value is (197,169,153).

  • red value is 197;
  • green value is 169;
  • blue value is 153.
RGB:
(197,169,153)
(77%,66%,60%)

RGB channels and saturation

R 197 of 255 = 77%
G 169 of 255 = 66%
B 153 of 255 = 60%

197
169
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 169 + 153 = 519 (100%)
R 197 of 519 ~ 37.96%
G 169 of 519 ~ 32.56%
B 153 of 519 ~ 29.48%

%37.96
%32.56
%29.48

CMYK color model

#C5A999 color CMYK value is (0,14,22,23).

  • cyan value is 0.00%
  • magenta value is 14.21%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(0,14,22,23)
C0M14Y22K23 
(0%,14%,22%,23%)
(0.00/0.14/0.22/0.23)	

CMYK percentages

%0
%14.21
%22.34
%22.75

Codes

Color #C5A999 in popluar color models

C5A999
RGB197169153
HSL22°27.50%68.63%
HSB/HSV22°22.34%77.25%
CMYK0.00%14.21%22.34%
22.75%

Color #C5A999 in popluar number systems.

HEXC5A999
Decimal197169153
Binary110001011010100110011001
Octal305251231

Shades and tints

Shades of #C5A999

#C5A999
(197,169,153)
#B49A8C
(180,154,140)
#A38B7F
(163,139,127)
#927C72
(146,124,114)
#816D65
(129,109,101)
#705E58
(112,94,88)
#5F4F4B
(95,79,75)
#4E403E
(78,64,62)
#3D3131
(61,49,49)
#2C2224
(44,34,36)
#1B1317
(27,19,23)
#000000
(0,0,0)

Tints of #C5A999

#C5A999
(197,169,153)
#CAB0A2
(202,176,162)
#CFB7AB
(207,183,171)
#D4BEB4
(212,190,180)
#D9C5BD
(217,197,189)
#DECCC6
(222,204,198)
#E3D3CF
(227,211,207)
#E8DAD8
(232,218,216)
#EDE1E1
(237,225,225)
#F2E8EA
(242,232,234)
#F7EFF3
(247,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A999 color. Also use rgb(197,169,153) instead hex code.

Text Font Color

.myTextColor { color: #C5A999; }

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

This text font color is #C5A999.


Background Color

.myBgColor { background-color: #C5A999; }

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

This div background color is #C5A999.


Border color

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

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

This div border color is #C5A999.


Opacity

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

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

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

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

This text has shadow with #C5A999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A999 on black background.


Color preview on white background

This text has color #C5A999 on white background.



Black color preview on #C5A999 background

This text has black color on #C5A999 background.


White color preview on #C5A999 background

This text has white color on #C5A999 background.