COLOR #C79D8D

HEX: #C79D8D RGB: (199,157,141)

Color info

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

RGB color model

#C79D8D color RGB value is (199,157,141).

RGB: (199,157,141) (78%, 62%, 55%)

RGB channels and saturation

R 199 of 255 = 78%
G 157 of 255 = 62%
B 141 of 255 = 55%

199
157
141

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

Portions of RGB colors in percentages

R + G + B = 199 + 157 + 141 = 497 (100%)
R 199 of 497 ~ 40.04%
G 157 of 497 ~ 31.59%
B 141 of 497 ~ 28.37'%

%40.04
%31.59
%28.37

CMYK color model

#C79D8D color CMYK value is (0,21,29,22).

  • cyan value is 0.00%
  • magenta value is 21.11%
  • yellow value is 29.15%
  • key color value is 21.96%
CMYK: (0,21,29,22) C0M21Y29K22 (0%,21%,29%,22%) (0.00/0.21/0.29/0.22) 

CMYK percentages

%0
%21.11
%29.15
%21.96

Codes

Color #C79D8D in popluar color models

C7 9D 8D
RGB 199 157 141
HSL 17° 34.12% 66.67%
HSB/HSV 17° 29.15% 78.04%
CMYK 0.00% 21.11% 29.15%
21.96%

Color #C79D8D in popluar number systems.

HEX C7 9D 8D
Decimal 199 157 141
Binary 11000111 10011101 10001101
Octal 307 235 215

Shades and tints

Shades of #C79D8D

#C79D8D
(199,157,141)
#B58F81
(181,143,129)
#A38175
(163,129,117)
#917369
(145,115,105)
#7F655D
(127,101,93)
#6D5751
(109,87,81)
#5B4945
(91,73,69)
#493B39
(73,59,57)
#372D2D
(55,45,45)
#251F21
(37,31,33)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #C79D8D

#C79D8D
(199,157,141)
#CCA597
(204,165,151)
#D1ADA1
(209,173,161)
#D6B5AB
(214,181,171)
#DBBDB5
(219,189,181)
#E0C5BF
(224,197,191)
#E5CDC9
(229,205,201)
#EAD5D3
(234,213,211)
#EFDDDD
(239,221,221)
#F4E5E7
(244,229,231)
#F9EDF1
(249,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79D8D color. Also use rgb(199,157,141) instead hex code.

Text Font Color

.myTextColor { color: #C79D8D; }

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

This text font color is #C79D8D.

Background Color

.myBgColor { background-color: #C79D8D; }

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

This div background color is #C79D8D.

Border color

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

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

This div border color is #C79D8D.

Opacity

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

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

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

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

This text has shadow with #C79D8D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C79D8D.

Preview

Color preview on black background

This text has color #C79D8D on black background.


Color preview on white background

This text has color #C79D8D on white background.


Black color preview on #C79D8D background

This text has black color on #C79D8D background.


White color preview on #C79D8D background

This text has white color on #C79D8D background.


Related colors

Complementary color

Complementary color for #hex is #386272.


I love getcolorcode.com

Triadic colors

1 #8DC79D and #9D8DC7 with #C79D8D are triadic colors.

2 #8D9DC7 and #9DC78D with #C79D8D are triadic colors.