COLOR #C79A91

HEX: #C79A91
RGB: (199,154,145)

Color info

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

RGB color model

#C79A91 color RGB value is (199,154,145).

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

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 145 of 255 = 57%

199
154
145

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

Portions of RGB colors in percentages

R + G + B =
199 + 154 + 145 = 498 (100%)
R 199 of 498 ~ 39.96%
G 154 of 498 ~ 30.92%
B 145 of 498 ~ 29.12%

%39.96
%30.92
%29.12

CMYK color model

#C79A91 color CMYK value is (0,23,27,22).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 27.14%
  • key color value is 21.96%
CMYK:
(0,23,27,22)
C0M23Y27K22 
(0%,23%,27%,22%)
(0.00/0.23/0.27/0.22)	

CMYK percentages

%0
%22.61
%27.14
%21.96

Codes

Color #C79A91 in popluar color models

C79A91
RGB199154145
HSL10°32.53%67.45%
HSB/HSV10°27.14%78.04%
CMYK0.00%22.61%27.14%
21.96%

Color #C79A91 in popluar number systems.

HEXC79A91
Decimal199154145
Binary110001111001101010010001
Octal307232221

Shades and tints

Shades of #C79A91

#C79A91
(199,154,145)
#B58C84
(181,140,132)
#A37E77
(163,126,119)
#91706A
(145,112,106)
#7F625D
(127,98,93)
#6D5450
(109,84,80)
#5B4643
(91,70,67)
#493836
(73,56,54)
#372A29
(55,42,41)
#251C1C
(37,28,28)
#130E0F
(19,14,15)
#000000
(0,0,0)

Tints of #C79A91

#C79A91
(199,154,145)
#CCA39B
(204,163,155)
#D1ACA5
(209,172,165)
#D6B5AF
(214,181,175)
#DBBEB9
(219,190,185)
#E0C7C3
(224,199,195)
#E5D0CD
(229,208,205)
#EAD9D7
(234,217,215)
#EFE2E1
(239,226,225)
#F4EBEB
(244,235,235)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79A91; }

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

This text font color is #C79A91.


Background Color

.myBgColor { background-color: #C79A91; }

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

This div background color is #C79A91.


Border color

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

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

This div border color is #C79A91.


Opacity

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

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

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

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

This text has shadow with #C79A91 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79A91 on black background.


Color preview on white background

This text has color #C79A91 on white background.



Black color preview on #C79A91 background

This text has black color on #C79A91 background.


White color preview on #C79A91 background

This text has white color on #C79A91 background.