COLOR #C79693

HEX: #C79693
RGB: (199,150,147)

Color info

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

RGB color model

#C79693 color RGB value is (199,150,147).

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

RGB channels and saturation

R 199 of 255 = 78%
G 150 of 255 = 59%
B 147 of 255 = 58%

199
150
147

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

Portions of RGB colors in percentages

R + G + B =
199 + 150 + 147 = 496 (100%)
R 199 of 496 ~ 40.12%
G 150 of 496 ~ 30.24%
B 147 of 496 ~ 29.64%

%40.12
%30.24
%29.64

CMYK color model

#C79693 color CMYK value is (0,25,26,22).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 26.13%
  • key color value is 21.96%
CMYK:
(0,25,26,22)
C0M25Y26K22 
(0%,25%,26%,22%)
(0.00/0.25/0.26/0.22)	

CMYK percentages

%0
%24.62
%26.13
%21.96

Codes

Color #C79693 in popluar color models

C79693
RGB199150147
HSL31.71%67.84%
HSB/HSV26.13%78.04%
CMYK0.00%24.62%26.13%
21.96%

Color #C79693 in popluar number systems.

HEXC79693
Decimal199150147
Binary110001111001011010010011
Octal307226223

Shades and tints

Shades of #C79693

#C79693
(199,150,147)
#B58986
(181,137,134)
#A37C79
(163,124,121)
#916F6C
(145,111,108)
#7F625F
(127,98,95)
#6D5552
(109,85,82)
#5B4845
(91,72,69)
#493B38
(73,59,56)
#372E2B
(55,46,43)
#25211E
(37,33,30)
#131411
(19,20,17)
#000000
(0,0,0)

Tints of #C79693

#C79693
(199,150,147)
#CC9F9C
(204,159,156)
#D1A8A5
(209,168,165)
#D6B1AE
(214,177,174)
#DBBAB7
(219,186,183)
#E0C3C0
(224,195,192)
#E5CCC9
(229,204,201)
#EAD5D2
(234,213,210)
#EFDEDB
(239,222,219)
#F4E7E4
(244,231,228)
#F9F0ED
(249,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79693; }

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

This text font color is #C79693.


Background Color

.myBgColor { background-color: #C79693; }

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

This div background color is #C79693.


Border color

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

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

This div border color is #C79693.


Opacity

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

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

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

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

This text has shadow with #C79693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79693 on black background.


Color preview on white background

This text has color #C79693 on white background.



Black color preview on #C79693 background

This text has black color on #C79693 background.


White color preview on #C79693 background

This text has white color on #C79693 background.