COLOR #C79687

HEX: #C79687
RGB: (199,150,135)

Color info

#C79687 contains mainly red and green colors. Web safe color of #C79687 is #CC9999 (or #C99).

RGB color model

#C79687 color RGB value is (199,150,135).

  • red value is 199;
  • green value is 150;
  • blue value is 135.
RGB:
(199,150,135)
(78%,59%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 135 of 255 = 53%

199
150
135

R + G + B ~ 63%. #C79687 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 150 + 135 = 484 (100%)
R 199 of 484 ~ 41.12%
G 150 of 484 ~ 30.99%
B 135 of 484 ~ 27.89%

%41.12
%30.99
%27.89

CMYK color model

#C79687 color CMYK value is (0,25,32,22).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 32.16%
  • key color value is 21.96%
CMYK:
(0,25,32,22)
C0M25Y32K22 
(0%,25%,32%,22%)
(0.00/0.25/0.32/0.22)	

CMYK percentages

%0
%24.62
%32.16
%21.96

Codes

Color #C79687 in popluar color models

C79687
RGB199150135
HSL14°36.36%65.49%
HSB/HSV14°32.16%78.04%
CMYK0.00%24.62%32.16%
21.96%

Color #C79687 in popluar number systems.

HEXC79687
Decimal199150135
Binary110001111001011010000111
Octal307226207

Shades and tints

Shades of #C79687

#C79687
(199,150,135)
#B5897B
(181,137,123)
#A37C6F
(163,124,111)
#916F63
(145,111,99)
#7F6257
(127,98,87)
#6D554B
(109,85,75)
#5B483F
(91,72,63)
#493B33
(73,59,51)
#372E27
(55,46,39)
#25211B
(37,33,27)
#13140F
(19,20,15)
#000000
(0,0,0)

Tints of #C79687

#C79687
(199,150,135)
#CC9F91
(204,159,145)
#D1A89B
(209,168,155)
#D6B1A5
(214,177,165)
#DBBAAF
(219,186,175)
#E0C3B9
(224,195,185)
#E5CCC3
(229,204,195)
#EAD5CD
(234,213,205)
#EFDED7
(239,222,215)
#F4E7E1
(244,231,225)
#F9F0EB
(249,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79687 color. Also use rgb(199,150,135) instead hex code.

Text Font Color

.myTextColor { color: #C79687; }

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

This text font color is #C79687.


Background Color

.myBgColor { background-color: #C79687; }

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

This div background color is #C79687.


Border color

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

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

This div border color is #C79687.


Opacity

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

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

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

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

This text has shadow with #C79687 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79687 on black background.


Color preview on white background

This text has color #C79687 on white background.



Black color preview on #C79687 background

This text has black color on #C79687 background.


White color preview on #C79687 background

This text has white color on #C79687 background.