COLOR #C5A79E

HEX: #C5A79E
RGB: (197,167,158)

Color info

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

RGB color model

#C5A79E color RGB value is (197,167,158).

  • red value is 197;
  • green value is 167;
  • blue value is 158.
RGB:
(197,167,158)
(77%,65%,62%)

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 158 of 255 = 62%

197
167
158

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

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 158 = 522 (100%)
R 197 of 522 ~ 37.74%
G 167 of 522 ~ 31.99%
B 158 of 522 ~ 30.27%

%37.74
%31.99
%30.27

CMYK color model

#C5A79E color CMYK value is (0,15,20,23).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(0,15,20,23)
C0M15Y20K23 
(0%,15%,20%,23%)
(0.00/0.15/0.20/0.23)	

CMYK percentages

%0
%15.23
%19.8
%22.75

Codes

Color #C5A79E in popluar color models

C5A79E
RGB197167158
HSL14°25.16%69.61%
HSB/HSV14°19.80%77.25%
CMYK0.00%15.23%19.80%
22.75%

Color #C5A79E in popluar number systems.

HEXC5A79E
Decimal197167158
Binary110001011010011110011110
Octal305247236

Shades and tints

Shades of #C5A79E

#C5A79E
(197,167,158)
#B49890
(180,152,144)
#A38982
(163,137,130)
#927A74
(146,122,116)
#816B66
(129,107,102)
#705C58
(112,92,88)
#5F4D4A
(95,77,74)
#4E3E3C
(78,62,60)
#3D2F2E
(61,47,46)
#2C2020
(44,32,32)
#1B1112
(27,17,18)
#000000
(0,0,0)

Tints of #C5A79E

#C5A79E
(197,167,158)
#CAAFA6
(202,175,166)
#CFB7AE
(207,183,174)
#D4BFB6
(212,191,182)
#D9C7BE
(217,199,190)
#DECFC6
(222,207,198)
#E3D7CE
(227,215,206)
#E8DFD6
(232,223,214)
#EDE7DE
(237,231,222)
#F2EFE6
(242,239,230)
#F7F7EE
(247,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5A79E color. Also use rgb(197,167,158) instead hex code.

Text Font Color

.myTextColor { color: #C5A79E; }

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

This text font color is #C5A79E.


Background Color

.myBgColor { background-color: #C5A79E; }

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

This div background color is #C5A79E.


Border color

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

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

This div border color is #C5A79E.


Opacity

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

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

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

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

This text has shadow with #C5A79E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A79E on black background.


Color preview on white background

This text has color #C5A79E on white background.



Black color preview on #C5A79E background

This text has black color on #C5A79E background.


White color preview on #C5A79E background

This text has white color on #C5A79E background.