COLOR #C5A58E

HEX: #C5A58E
RGB: (197,165,142)

Color info

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

RGB color model

#C5A58E color RGB value is (197,165,142).

  • red value is 197;
  • green value is 165;
  • blue value is 142.
RGB:
(197,165,142)
(77%,65%,56%)

RGB channels and saturation

R 197 of 255 = 77%
G 165 of 255 = 65%
B 142 of 255 = 56%

197
165
142

R + G + B ~ 66%. #C5A58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 165 + 142 = 504 (100%)
R 197 of 504 ~ 39.09%
G 165 of 504 ~ 32.74%
B 142 of 504 ~ 28.17%

%39.09
%32.74
%28.17

CMYK color model

#C5A58E color CMYK value is (0,16,28,23).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 27.92%
  • key color value is 22.75%
CMYK:
(0,16,28,23)
C0M16Y28K23 
(0%,16%,28%,23%)
(0.00/0.16/0.28/0.23)	

CMYK percentages

%0
%16.24
%27.92
%22.75

Codes

Color #C5A58E in popluar color models

C5A58E
RGB197165142
HSL25°32.16%66.47%
HSB/HSV25°27.92%77.25%
CMYK0.00%16.24%27.92%
22.75%

Color #C5A58E in popluar number systems.

HEXC5A58E
Decimal197165142
Binary110001011010010110001110
Octal305245216

Shades and tints

Shades of #C5A58E

#C5A58E
(197,165,142)
#B49682
(180,150,130)
#A38776
(163,135,118)
#92786A
(146,120,106)
#81695E
(129,105,94)
#705A52
(112,90,82)
#5F4B46
(95,75,70)
#4E3C3A
(78,60,58)
#3D2D2E
(61,45,46)
#2C1E22
(44,30,34)
#1B0F16
(27,15,22)
#000000
(0,0,0)

Tints of #C5A58E

#C5A58E
(197,165,142)
#CAAD98
(202,173,152)
#CFB5A2
(207,181,162)
#D4BDAC
(212,189,172)
#D9C5B6
(217,197,182)
#DECDC0
(222,205,192)
#E3D5CA
(227,213,202)
#E8DDD4
(232,221,212)
#EDE5DE
(237,229,222)
#F2EDE8
(242,237,232)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A58E color. Also use rgb(197,165,142) instead hex code.

Text Font Color

.myTextColor { color: #C5A58E; }

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

This text font color is #C5A58E.


Background Color

.myBgColor { background-color: #C5A58E; }

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

This div background color is #C5A58E.


Border color

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

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

This div border color is #C5A58E.


Opacity

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

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

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

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

This text has shadow with #C5A58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A58E on black background.


Color preview on white background

This text has color #C5A58E on white background.



Black color preview on #C5A58E background

This text has black color on #C5A58E background.


White color preview on #C5A58E background

This text has white color on #C5A58E background.