COLOR #C5A886

HEX: #C5A886
RGB: (197,168,134)

Color info

#C5A886 contains mainly red and green colors. Web safe color of #C5A886 is #CC9999 (or #C99).

RGB color model

#C5A886 color RGB value is (197,168,134).

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

RGB channels and saturation

R 197 of 255 = 77%
G 168 of 255 = 66%
B 134 of 255 = 53%

197
168
134

R + G + B ~ 65%. #C5A886 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 168 + 134 = 499 (100%)
R 197 of 499 ~ 39.48%
G 168 of 499 ~ 33.67%
B 134 of 499 ~ 26.85%

%39.48
%33.67
%26.85

CMYK color model

#C5A886 color CMYK value is (0,15,32,23).

  • cyan value is 0.00%
  • magenta value is 14.72%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(0,15,32,23)
C0M15Y32K23 
(0%,15%,32%,23%)
(0.00/0.15/0.32/0.23)	

CMYK percentages

%0
%14.72
%31.98
%22.75

Codes

Color #C5A886 in popluar color models

C5A886
RGB197168134
HSL32°35.20%64.90%
HSB/HSV32°31.98%77.25%
CMYK0.00%14.72%31.98%
22.75%

Color #C5A886 in popluar number systems.

HEXC5A886
Decimal197168134
Binary110001011010100010000110
Octal305250206

Shades and tints

Shades of #C5A886

#C5A886
(197,168,134)
#B4997A
(180,153,122)
#A38A6E
(163,138,110)
#927B62
(146,123,98)
#816C56
(129,108,86)
#705D4A
(112,93,74)
#5F4E3E
(95,78,62)
#4E3F32
(78,63,50)
#3D3026
(61,48,38)
#2C211A
(44,33,26)
#1B120E
(27,18,14)
#000000
(0,0,0)

Tints of #C5A886

#C5A886
(197,168,134)
#CAAF91
(202,175,145)
#CFB69C
(207,182,156)
#D4BDA7
(212,189,167)
#D9C4B2
(217,196,178)
#DECBBD
(222,203,189)
#E3D2C8
(227,210,200)
#E8D9D3
(232,217,211)
#EDE0DE
(237,224,222)
#F2E7E9
(242,231,233)
#F7EEF4
(247,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A886; }

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

This text font color is #C5A886.


Background Color

.myBgColor { background-color: #C5A886; }

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

This div background color is #C5A886.


Border color

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

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

This div border color is #C5A886.


Opacity

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

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

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

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

This text has shadow with #C5A886 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A886 on black background.


Color preview on white background

This text has color #C5A886 on white background.



Black color preview on #C5A886 background

This text has black color on #C5A886 background.


White color preview on #C5A886 background

This text has white color on #C5A886 background.