COLOR #C79395

HEX: #C79395
RGB: (199,147,149)

Color info

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

RGB color model

#C79395 color RGB value is (199,147,149).

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

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 149 of 255 = 58%

199
147
149

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 149 = 495 (100%)
R 199 of 495 ~ 40.2%
G 147 of 495 ~ 29.7%
B 149 of 495 ~ 30.1%

%40.2
%29.7
%30.1

CMYK color model

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

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

CMYK percentages

%0
%26.13
%25.13
%21.96

Codes

Color #C79395 in popluar color models

C79395
RGB199147149
HSL358°31.71%67.84%
HSB/HSV358°26.13%78.04%
CMYK0.00%26.13%25.13%
21.96%

Color #C79395 in popluar number systems.

HEXC79395
Decimal199147149
Binary110001111001001110010101
Octal307223225

Shades and tints

Shades of #C79395

#C79395
(199,147,149)
#B58688
(181,134,136)
#A3797B
(163,121,123)
#916C6E
(145,108,110)
#7F5F61
(127,95,97)
#6D5254
(109,82,84)
#5B4547
(91,69,71)
#49383A
(73,56,58)
#372B2D
(55,43,45)
#251E20
(37,30,32)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C79395

#C79395
(199,147,149)
#CC9C9E
(204,156,158)
#D1A5A7
(209,165,167)
#D6AEB0
(214,174,176)
#DBB7B9
(219,183,185)
#E0C0C2
(224,192,194)
#E5C9CB
(229,201,203)
#EAD2D4
(234,210,212)
#EFDBDD
(239,219,221)
#F4E4E6
(244,228,230)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79395; }

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

This text font color is #C79395.


Background Color

.myBgColor { background-color: #C79395; }

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

This div background color is #C79395.


Border color

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

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

This div border color is #C79395.


Opacity

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

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

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

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

This text has shadow with #C79395 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79395 on black background.


Color preview on white background

This text has color #C79395 on white background.



Black color preview on #C79395 background

This text has black color on #C79395 background.


White color preview on #C79395 background

This text has white color on #C79395 background.