COLOR #C5B79D

HEX: #C5B79D RGB: (197,183,157)

Color info

#C5B79D contains red, green and blue colors in about the same proportion. Web safe color of #C5B79D is #CCCC99 (or #CC9).

RGB color model

#C5B79D color RGB value is (197,183,157).

RGB: (197,183,157) (77%, 72%, 62%)

RGB channels and saturation

R 197 of 255 = 77%
G 183 of 255 = 72%
B 157 of 255 = 62%

197
183
157

R + G + B ~ 70%. #C5B79D is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 183 + 157 = 537 (100%)
R 197 of 537 ~ 36.69%
G 183 of 537 ~ 34.08%
B 157 of 537 ~ 29.24'%

%36.69
%34.08
%29.24

CMYK color model

#C5B79D color CMYK value is (0,7,20,23).

  • cyan value is 0.00%
  • magenta value is 7.11%
  • yellow value is 20.30%
  • key color value is 22.75%

CMYK: (0,7,20,23)
C0M7Y20K23 (0%, 7%, 20%, 23%)
(0.00 / 0.07 / 0.20 / 0.23)

CMYK percentages

%0
%7.11
%20.3
%22.75

Codes

Color #C5B79D in popluar color models

C5 B7 9D
RGB 197 183 157
HSL 39° 25.64% 69.41%
HSB/HSV 39° 20.30% 77.25%
CMYK 0.00% 7.11% 20.30%
22.75%

Color #C5B79D in popluar number systems.

HEX C5 B7 9D
Decimal 197 183 157
Binary 11000101 10110111 10011101
Octal 305 267 235

Shades and tints

Shades of #C5B79D

#C5B79D
(197,183,157)
#B4A78F
(180,167,143)
#A39781
(163,151,129)
#928773
(146,135,115)
#817765
(129,119,101)
#706757
(112,103,87)
#5F5749
(95,87,73)
#4E473B
(78,71,59)
#3D372D
(61,55,45)
#2C271F
(44,39,31)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5B79D

#C5B79D
(197,183,157)
#CABDA5
(202,189,165)
#CFC3AD
(207,195,173)
#D4C9B5
(212,201,181)
#D9CFBD
(217,207,189)
#DED5C5
(222,213,197)
#E3DBCD
(227,219,205)
#E8E1D5
(232,225,213)
#EDE7DD
(237,231,221)
#F2EDE5
(242,237,229)
#F7F3ED
(247,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B79D color. Also use rgb(197,183,157) instead hex code.

Text Font Color

.myTextColor { color: #C5B79D; }

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

This text font color is #C5B79D.

Background Color

.myBgColor { background-color: #C5B79D; }

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

This div background color is #C5B79D.

Border color

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

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

This div border color is #C5B79D.

Opacity

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

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

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

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

This text has shadow with #C5B79D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B79D.

Preview

Color preview on black background

This text has color #C5B79D on black background.


Color preview on white background

This text has color #C5B79D on white background.


Black color preview on #C5B79D background

This text has black color on #C5B79D background.


White color preview on #C5B79D background

This text has white color on #C5B79D background.


Related colors

Complementary color

Complementary color for #hex is #3A4862.


I love getcolorcode.com

Triadic colors

1 #9DC5B7 and #B79DC5 with #C5B79D are triadic colors.

2 #9DB7C5 and #B7C59D with #C5B79D are triadic colors.