COLOR #C79F9A

HEX: #C79F9A
RGB: (199,159,154)

Color info

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

RGB color model

#C79F9A color RGB value is (199,159,154).

  • red value is 199;
  • green value is 159;
  • blue value is 154.
RGB:
(199,159,154)
(78%,62%,60%)

RGB channels and saturation

R 199 of 255 = 78%
G 159 of 255 = 62%
B 154 of 255 = 60%

199
159
154

R + G + B ~ 67%. #C79F9A is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 159 + 154 = 512 (100%)
R 199 of 512 ~ 38.87%
G 159 of 512 ~ 31.05%
B 154 of 512 ~ 30.08%

%38.87
%31.05
%30.08

CMYK color model

#C79F9A color CMYK value is (0,20,23,22).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(0,20,23,22)
C0M20Y23K22 
(0%,20%,23%,22%)
(0.00/0.20/0.23/0.22)	

CMYK percentages

%0
%20.1
%22.61
%21.96

Codes

Color #C79F9A in popluar color models

C79F9A
RGB199159154
HSL28.66%69.22%
HSB/HSV22.61%78.04%
CMYK0.00%20.10%22.61%
21.96%

Color #C79F9A in popluar number systems.

HEXC79F9A
Decimal199159154
Binary110001111001111110011010
Octal307237232

Shades and tints

Shades of #C79F9A

#C79F9A
(199,159,154)
#B5918C
(181,145,140)
#A3837E
(163,131,126)
#917570
(145,117,112)
#7F6762
(127,103,98)
#6D5954
(109,89,84)
#5B4B46
(91,75,70)
#493D38
(73,61,56)
#372F2A
(55,47,42)
#25211C
(37,33,28)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C79F9A

#C79F9A
(199,159,154)
#CCA7A3
(204,167,163)
#D1AFAC
(209,175,172)
#D6B7B5
(214,183,181)
#DBBFBE
(219,191,190)
#E0C7C7
(224,199,199)
#E5CFD0
(229,207,208)
#EAD7D9
(234,215,217)
#EFDFE2
(239,223,226)
#F4E7EB
(244,231,235)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79F9A color. Also use rgb(199,159,154) instead hex code.

Text Font Color

.myTextColor { color: #C79F9A; }

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

This text font color is #C79F9A.


Background Color

.myBgColor { background-color: #C79F9A; }

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

This div background color is #C79F9A.


Border color

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

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

This div border color is #C79F9A.


Opacity

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

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

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

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

This text has shadow with #C79F9A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79F9A on black background.


Color preview on white background

This text has color #C79F9A on white background.



Black color preview on #C79F9A background

This text has black color on #C79F9A background.


White color preview on #C79F9A background

This text has white color on #C79F9A background.