COLOR #C5A79B

HEX: #C5A79B
RGB: (197,167,155)

Color info

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

RGB color model

#C5A79B color RGB value is (197,167,155).

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

RGB channels and saturation

R 197 of 255 = 77%
G 167 of 255 = 65%
B 155 of 255 = 61%

197
167
155

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

Portions of RGB colors in percentages

R + G + B =
197 + 167 + 155 = 519 (100%)
R 197 of 519 ~ 37.96%
G 167 of 519 ~ 32.18%
B 155 of 519 ~ 29.87%

%37.96
%32.18
%29.87

CMYK color model

#C5A79B color CMYK value is (0,15,21,23).

  • cyan value is 0.00%
  • magenta value is 15.23%
  • yellow value is 21.32%
  • key color value is 22.75%
CMYK:
(0,15,21,23)
C0M15Y21K23 
(0%,15%,21%,23%)
(0.00/0.15/0.21/0.23)	

CMYK percentages

%0
%15.23
%21.32
%22.75

Codes

Color #C5A79B in popluar color models

C5A79B
RGB197167155
HSL17°26.58%69.02%
HSB/HSV17°21.32%77.25%
CMYK0.00%15.23%21.32%
22.75%

Color #C5A79B in popluar number systems.

HEXC5A79B
Decimal197167155
Binary110001011010011110011011
Octal305247233

Shades and tints

Shades of #C5A79B

#C5A79B
(197,167,155)
#B4988D
(180,152,141)
#A3897F
(163,137,127)
#927A71
(146,122,113)
#816B63
(129,107,99)
#705C55
(112,92,85)
#5F4D47
(95,77,71)
#4E3E39
(78,62,57)
#3D2F2B
(61,47,43)
#2C201D
(44,32,29)
#1B110F
(27,17,15)
#000000
(0,0,0)

Tints of #C5A79B

#C5A79B
(197,167,155)
#CAAFA4
(202,175,164)
#CFB7AD
(207,183,173)
#D4BFB6
(212,191,182)
#D9C7BF
(217,199,191)
#DECFC8
(222,207,200)
#E3D7D1
(227,215,209)
#E8DFDA
(232,223,218)
#EDE7E3
(237,231,227)
#F2EFEC
(242,239,236)
#F7F7F5
(247,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5A79B; }

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

This text font color is #C5A79B.


Background Color

.myBgColor { background-color: #C5A79B; }

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

This div background color is #C5A79B.


Border color

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

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

This div border color is #C5A79B.


Opacity

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

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

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

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

This text has shadow with #C5A79B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5A79B on black background.


Color preview on white background

This text has color #C5A79B on white background.



Black color preview on #C5A79B background

This text has black color on #C5A79B background.


White color preview on #C5A79B background

This text has white color on #C5A79B background.