COLOR #C79A9F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
154
159

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

Portions of RGB colors in percentages

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

%38.87
%30.08
%31.05

CMYK color model

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

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

CMYK percentages

%0
%22.61
%20.1
%21.96

Codes

Color #C79A9F in popluar color models

C79A9F
RGB199154159
HSL353°28.66%69.22%
HSB/HSV353°22.61%78.04%
CMYK0.00%22.61%20.10%
21.96%

Color #C79A9F in popluar number systems.

HEXC79A9F
Decimal199154159
Binary110001111001101010011111
Octal307232237

Shades and tints

Shades of #C79A9F

#C79A9F
(199,154,159)
#B58C91
(181,140,145)
#A37E83
(163,126,131)
#917075
(145,112,117)
#7F6267
(127,98,103)
#6D5459
(109,84,89)
#5B464B
(91,70,75)
#49383D
(73,56,61)
#372A2F
(55,42,47)
#251C21
(37,28,33)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #C79A9F

#C79A9F
(199,154,159)
#CCA3A7
(204,163,167)
#D1ACAF
(209,172,175)
#D6B5B7
(214,181,183)
#DBBEBF
(219,190,191)
#E0C7C7
(224,199,199)
#E5D0CF
(229,208,207)
#EAD9D7
(234,217,215)
#EFE2DF
(239,226,223)
#F4EBE7
(244,235,231)
#F9F4EF
(249,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79A9F; }

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

This text font color is #C79A9F.


Background Color

.myBgColor { background-color: #C79A9F; }

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

This div background color is #C79A9F.


Border color

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

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

This div border color is #C79A9F.


Opacity

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

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

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

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

This text has shadow with #C79A9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79A9F on black background.


Color preview on white background

This text has color #C79A9F on white background.



Black color preview on #C79A9F background

This text has black color on #C79A9F background.


White color preview on #C79A9F background

This text has white color on #C79A9F background.