COLOR #C5A699

HEX: #C5A699
RGB: (197,166,153)

Color info

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

RGB color model

#C5A699 color RGB value is (197,166,153).

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

RGB channels and saturation

R 197 of 255 = 77%
G 166 of 255 = 65%
B 153 of 255 = 60%

197
166
153

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

Portions of RGB colors in percentages

R + G + B =
197 + 166 + 153 = 516 (100%)
R 197 of 516 ~ 38.18%
G 166 of 516 ~ 32.17%
B 153 of 516 ~ 29.65%

%38.18
%32.17
%29.65

CMYK color model

#C5A699 color CMYK value is (0,16,22,23).

  • cyan value is 0.00%
  • magenta value is 15.74%
  • yellow value is 22.34%
  • key color value is 22.75%
CMYK:
(0,16,22,23)
C0M16Y22K23 
(0%,16%,22%,23%)
(0.00/0.16/0.22/0.23)	

CMYK percentages

%0
%15.74
%22.34
%22.75

Codes

Color #C5A699 in popluar color models

C5A699
RGB197166153
HSL18°27.50%68.63%
HSB/HSV18°22.34%77.25%
CMYK0.00%15.74%22.34%
22.75%

Color #C5A699 in popluar number systems.

HEXC5A699
Decimal197166153
Binary110001011010011010011001
Octal305246231

Shades and tints

Shades of #C5A699

#C5A699
(197,166,153)
#B4978C
(180,151,140)
#A3887F
(163,136,127)
#927972
(146,121,114)
#816A65
(129,106,101)
#705B58
(112,91,88)
#5F4C4B
(95,76,75)
#4E3D3E
(78,61,62)
#3D2E31
(61,46,49)
#2C1F24
(44,31,36)
#1B1017
(27,16,23)
#000000
(0,0,0)

Tints of #C5A699

#C5A699
(197,166,153)
#CAAEA2
(202,174,162)
#CFB6AB
(207,182,171)
#D4BEB4
(212,190,180)
#D9C6BD
(217,198,189)
#DECEC6
(222,206,198)
#E3D6CF
(227,214,207)
#E8DED8
(232,222,216)
#EDE6E1
(237,230,225)
#F2EEEA
(242,238,234)
#F7F6F3
(247,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A699; }

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

This text font color is #C5A699.


Background Color

.myBgColor { background-color: #C5A699; }

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

This div background color is #C5A699.


Border color

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

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

This div border color is #C5A699.


Opacity

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

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

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

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

This text has shadow with #C5A699 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A699 on black background.


Color preview on white background

This text has color #C5A699 on white background.



Black color preview on #C5A699 background

This text has black color on #C5A699 background.


White color preview on #C5A699 background

This text has white color on #C5A699 background.