COLOR #C79B90

HEX: #C79B90
RGB: (199,155,144)

Color info

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

RGB color model

#C79B90 color RGB value is (199,155,144).

  • red value is 199;
  • green value is 155;
  • blue value is 144.
RGB:
(199,155,144)
(78%,61%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 155 of 255 = 61%
B 144 of 255 = 56%

199
155
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 155 + 144 = 498 (100%)
R 199 of 498 ~ 39.96%
G 155 of 498 ~ 31.12%
B 144 of 498 ~ 28.92%

%39.96
%31.12
%28.92

CMYK color model

#C79B90 color CMYK value is (0,22,28,22).

  • cyan value is 0.00%
  • magenta value is 22.11%
  • yellow value is 27.64%
  • key color value is 21.96%
CMYK:
(0,22,28,22)
C0M22Y28K22 
(0%,22%,28%,22%)
(0.00/0.22/0.28/0.22)	

CMYK percentages

%0
%22.11
%27.64
%21.96

Codes

Color #C79B90 in popluar color models

C79B90
RGB199155144
HSL12°32.93%67.25%
HSB/HSV12°27.64%78.04%
CMYK0.00%22.11%27.64%
21.96%

Color #C79B90 in popluar number systems.

HEXC79B90
Decimal199155144
Binary110001111001101110010000
Octal307233220

Shades and tints

Shades of #C79B90

#C79B90
(199,155,144)
#B58D83
(181,141,131)
#A37F76
(163,127,118)
#917169
(145,113,105)
#7F635C
(127,99,92)
#6D554F
(109,85,79)
#5B4742
(91,71,66)
#493935
(73,57,53)
#372B28
(55,43,40)
#251D1B
(37,29,27)
#130F0E
(19,15,14)
#000000
(0,0,0)

Tints of #C79B90

#C79B90
(199,155,144)
#CCA49A
(204,164,154)
#D1ADA4
(209,173,164)
#D6B6AE
(214,182,174)
#DBBFB8
(219,191,184)
#E0C8C2
(224,200,194)
#E5D1CC
(229,209,204)
#EADAD6
(234,218,214)
#EFE3E0
(239,227,224)
#F4ECEA
(244,236,234)
#F9F5F4
(249,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79B90 color. Also use rgb(199,155,144) instead hex code.

Text Font Color

.myTextColor { color: #C79B90; }

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

This text font color is #C79B90.


Background Color

.myBgColor { background-color: #C79B90; }

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

This div background color is #C79B90.


Border color

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

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

This div border color is #C79B90.


Opacity

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

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

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

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

This text has shadow with #C79B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79B90 on black background.


Color preview on white background

This text has color #C79B90 on white background.



Black color preview on #C79B90 background

This text has black color on #C79B90 background.


White color preview on #C79B90 background

This text has white color on #C79B90 background.