COLOR #C79E8C

HEX: #C79E8C
RGB: (199,158,140)

Color info

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

RGB color model

#C79E8C color RGB value is (199,158,140).

  • red value is 199;
  • green value is 158;
  • blue value is 140.
RGB:
(199,158,140)
(78%,62%,55%)

RGB channels and saturation

R 199 of 255 = 78%
G 158 of 255 = 62%
B 140 of 255 = 55%

199
158
140

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

Portions of RGB colors in percentages

R + G + B =
199 + 158 + 140 = 497 (100%)
R 199 of 497 ~ 40.04%
G 158 of 497 ~ 31.79%
B 140 of 497 ~ 28.17%

%40.04
%31.79
%28.17

CMYK color model

#C79E8C color CMYK value is (0,21,30,22).

  • cyan value is 0.00%
  • magenta value is 20.60%
  • yellow value is 29.65%
  • key color value is 21.96%
CMYK:
(0,21,30,22)
C0M21Y30K22 
(0%,21%,30%,22%)
(0.00/0.21/0.30/0.22)	

CMYK percentages

%0
%20.6
%29.65
%21.96

Codes

Color #C79E8C in popluar color models

C79E8C
RGB199158140
HSL18°34.50%66.47%
HSB/HSV18°29.65%78.04%
CMYK0.00%20.60%29.65%
21.96%

Color #C79E8C in popluar number systems.

HEXC79E8C
Decimal199158140
Binary110001111001111010001100
Octal307236214

Shades and tints

Shades of #C79E8C

#C79E8C
(199,158,140)
#B59080
(181,144,128)
#A38274
(163,130,116)
#917468
(145,116,104)
#7F665C
(127,102,92)
#6D5850
(109,88,80)
#5B4A44
(91,74,68)
#493C38
(73,60,56)
#372E2C
(55,46,44)
#252020
(37,32,32)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #C79E8C

#C79E8C
(199,158,140)
#CCA696
(204,166,150)
#D1AEA0
(209,174,160)
#D6B6AA
(214,182,170)
#DBBEB4
(219,190,180)
#E0C6BE
(224,198,190)
#E5CEC8
(229,206,200)
#EAD6D2
(234,214,210)
#EFDEDC
(239,222,220)
#F4E6E6
(244,230,230)
#F9EEF0
(249,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79E8C color. Also use rgb(199,158,140) instead hex code.

Text Font Color

.myTextColor { color: #C79E8C; }

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

This text font color is #C79E8C.


Background Color

.myBgColor { background-color: #C79E8C; }

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

This div background color is #C79E8C.


Border color

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

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

This div border color is #C79E8C.


Opacity

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

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

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

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

This text has shadow with #C79E8C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79E8C on black background.


Color preview on white background

This text has color #C79E8C on white background.



Black color preview on #C79E8C background

This text has black color on #C79E8C background.


White color preview on #C79E8C background

This text has white color on #C79E8C background.