COLOR #C5A386

HEX: #C5A386
RGB: (197,163,134)

Color info

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

RGB color model

#C5A386 color RGB value is (197,163,134).

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

RGB channels and saturation

R 197 of 255 = 77%
G 163 of 255 = 64%
B 134 of 255 = 53%

197
163
134

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

Portions of RGB colors in percentages

R + G + B =
197 + 163 + 134 = 494 (100%)
R 197 of 494 ~ 39.88%
G 163 of 494 ~ 33%
B 134 of 494 ~ 27.13%

%39.88
%33
%27.13

CMYK color model

#C5A386 color CMYK value is (0,17,32,23).

  • cyan value is 0.00%
  • magenta value is 17.26%
  • yellow value is 31.98%
  • key color value is 22.75%
CMYK:
(0,17,32,23)
C0M17Y32K23 
(0%,17%,32%,23%)
(0.00/0.17/0.32/0.23)	

CMYK percentages

%0
%17.26
%31.98
%22.75

Codes

Color #C5A386 in popluar color models

C5A386
RGB197163134
HSL28°35.20%64.90%
HSB/HSV28°31.98%77.25%
CMYK0.00%17.26%31.98%
22.75%

Color #C5A386 in popluar number systems.

HEXC5A386
Decimal197163134
Binary110001011010001110000110
Octal305243206

Shades and tints

Shades of #C5A386

#C5A386
(197,163,134)
#B4957A
(180,149,122)
#A3876E
(163,135,110)
#927962
(146,121,98)
#816B56
(129,107,86)
#705D4A
(112,93,74)
#5F4F3E
(95,79,62)
#4E4132
(78,65,50)
#3D3326
(61,51,38)
#2C251A
(44,37,26)
#1B170E
(27,23,14)
#000000
(0,0,0)

Tints of #C5A386

#C5A386
(197,163,134)
#CAAB91
(202,171,145)
#CFB39C
(207,179,156)
#D4BBA7
(212,187,167)
#D9C3B2
(217,195,178)
#DECBBD
(222,203,189)
#E3D3C8
(227,211,200)
#E8DBD3
(232,219,211)
#EDE3DE
(237,227,222)
#F2EBE9
(242,235,233)
#F7F3F4
(247,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A386; }

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

This text font color is #C5A386.


Background Color

.myBgColor { background-color: #C5A386; }

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

This div background color is #C5A386.


Border color

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

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

This div border color is #C5A386.


Opacity

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

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

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

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

This text has shadow with #C5A386 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A386 on black background.


Color preview on white background

This text has color #C5A386 on white background.



Black color preview on #C5A386 background

This text has black color on #C5A386 background.


White color preview on #C5A386 background

This text has white color on #C5A386 background.