COLOR #C79585

HEX: #C79585
RGB: (199,149,133)

Color info

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

RGB color model

#C79585 color RGB value is (199,149,133).

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

RGB channels and saturation

R 199 of 255 = 78%
G 149 of 255 = 58%
B 133 of 255 = 52%

199
149
133

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

Portions of RGB colors in percentages

R + G + B =
199 + 149 + 133 = 481 (100%)
R 199 of 481 ~ 41.37%
G 149 of 481 ~ 30.98%
B 133 of 481 ~ 27.65%

%41.37
%30.98
%27.65

CMYK color model

#C79585 color CMYK value is (0,25,33,22).

  • cyan value is 0.00%
  • magenta value is 25.13%
  • yellow value is 33.17%
  • key color value is 21.96%
CMYK:
(0,25,33,22)
C0M25Y33K22 
(0%,25%,33%,22%)
(0.00/0.25/0.33/0.22)	

CMYK percentages

%0
%25.13
%33.17
%21.96

Codes

Color #C79585 in popluar color models

C79585
RGB199149133
HSL15°37.08%65.10%
HSB/HSV15°33.17%78.04%
CMYK0.00%25.13%33.17%
21.96%

Color #C79585 in popluar number systems.

HEXC79585
Decimal199149133
Binary110001111001010110000101
Octal307225205

Shades and tints

Shades of #C79585

#C79585
(199,149,133)
#B58879
(181,136,121)
#A37B6D
(163,123,109)
#916E61
(145,110,97)
#7F6155
(127,97,85)
#6D5449
(109,84,73)
#5B473D
(91,71,61)
#493A31
(73,58,49)
#372D25
(55,45,37)
#252019
(37,32,25)
#13130D
(19,19,13)
#000000
(0,0,0)

Tints of #C79585

#C79585
(199,149,133)
#CC9E90
(204,158,144)
#D1A79B
(209,167,155)
#D6B0A6
(214,176,166)
#DBB9B1
(219,185,177)
#E0C2BC
(224,194,188)
#E5CBC7
(229,203,199)
#EAD4D2
(234,212,210)
#EFDDDD
(239,221,221)
#F4E6E8
(244,230,232)
#F9EFF3
(249,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79585; }

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

This text font color is #C79585.


Background Color

.myBgColor { background-color: #C79585; }

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

This div background color is #C79585.


Border color

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

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

This div border color is #C79585.


Opacity

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

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

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

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

This text has shadow with #C79585 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79585 on black background.


Color preview on white background

This text has color #C79585 on white background.



Black color preview on #C79585 background

This text has black color on #C79585 background.


White color preview on #C79585 background

This text has white color on #C79585 background.