COLOR #C79185

HEX: #C79185
RGB: (199,145,133)

Color info

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

RGB color model

#C79185 color RGB value is (199,145,133).

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

RGB channels and saturation

R 199 of 255 = 78%
G 145 of 255 = 57%
B 133 of 255 = 52%

199
145
133

R + G + B ~ 62%. #C79185 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 145 + 133 = 477 (100%)
R 199 of 477 ~ 41.72%
G 145 of 477 ~ 30.4%
B 133 of 477 ~ 27.88%

%41.72
%30.4
%27.88

CMYK color model

#C79185 color CMYK value is (0,27,33,22).

  • cyan value is 0.00%
  • magenta value is 27.14%
  • yellow value is 33.17%
  • key color value is 21.96%
CMYK:
(0,27,33,22)
C0M27Y33K22 
(0%,27%,33%,22%)
(0.00/0.27/0.33/0.22)	

CMYK percentages

%0
%27.14
%33.17
%21.96

Codes

Color #C79185 in popluar color models

C79185
RGB199145133
HSL11°37.08%65.10%
HSB/HSV11°33.17%78.04%
CMYK0.00%27.14%33.17%
21.96%

Color #C79185 in popluar number systems.

HEXC79185
Decimal199145133
Binary110001111001000110000101
Octal307221205

Shades and tints

Shades of #C79185

#C79185
(199,145,133)
#B58479
(181,132,121)
#A3776D
(163,119,109)
#916A61
(145,106,97)
#7F5D55
(127,93,85)
#6D5049
(109,80,73)
#5B433D
(91,67,61)
#493631
(73,54,49)
#372925
(55,41,37)
#251C19
(37,28,25)
#130F0D
(19,15,13)
#000000
(0,0,0)

Tints of #C79185

#C79185
(199,145,133)
#CC9B90
(204,155,144)
#D1A59B
(209,165,155)
#D6AFA6
(214,175,166)
#DBB9B1
(219,185,177)
#E0C3BC
(224,195,188)
#E5CDC7
(229,205,199)
#EAD7D2
(234,215,210)
#EFE1DD
(239,225,221)
#F4EBE8
(244,235,232)
#F9F5F3
(249,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79185; }

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

This text font color is #C79185.


Background Color

.myBgColor { background-color: #C79185; }

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

This div background color is #C79185.


Border color

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

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

This div border color is #C79185.


Opacity

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

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

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

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

This text has shadow with #C79185 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79185 on black background.


Color preview on white background

This text has color #C79185 on white background.



Black color preview on #C79185 background

This text has black color on #C79185 background.


White color preview on #C79185 background

This text has white color on #C79185 background.