COLOR #C79381

HEX: #C79381
RGB: (199,147,129)

Color info

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

RGB color model

#C79381 color RGB value is (199,147,129).

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

RGB channels and saturation

R 199 of 255 = 78%
G 147 of 255 = 58%
B 129 of 255 = 51%

199
147
129

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

Portions of RGB colors in percentages

R + G + B =
199 + 147 + 129 = 475 (100%)
R 199 of 475 ~ 41.89%
G 147 of 475 ~ 30.95%
B 129 of 475 ~ 27.16%

%41.89
%30.95
%27.16

CMYK color model

#C79381 color CMYK value is (0,26,35,22).

  • cyan value is 0.00%
  • magenta value is 26.13%
  • yellow value is 35.18%
  • key color value is 21.96%
CMYK: (0,26,35,22) C0M26Y35K22 (0%,26%,35%,22%) (0.00/0.26/0.35/0.22)

CMYK percentages

%0
%26.13
%35.18
%21.96

Codes

Color #C79381 in popluar color models

C79381
RGB199147129
HSL15°38.46%64.31%
HSB/HSV15°35.18%78.04%
CMYK0.00%26.13%35.18%
21.96%

Color #C79381 in popluar number systems.

HEXC79381
Decimal199147129
Binary110001111001001110000001
Octal307223201

Shades and tints

Shades of #C79381

#C79381
(199,147,129)
#B58676
(181,134,118)
#A3796B
(163,121,107)
#916C60
(145,108,96)
#7F5F55
(127,95,85)
#6D524A
(109,82,74)
#5B453F
(91,69,63)
#493834
(73,56,52)
#372B29
(55,43,41)
#251E1E
(37,30,30)
#131113
(19,17,19)
#000000
(0,0,0)

Tints of #C79381

#C79381
(199,147,129)
#CC9C8C
(204,156,140)
#D1A597
(209,165,151)
#D6AEA2
(214,174,162)
#DBB7AD
(219,183,173)
#E0C0B8
(224,192,184)
#E5C9C3
(229,201,195)
#EAD2CE
(234,210,206)
#EFDBD9
(239,219,217)
#F4E4E4
(244,228,228)
#F9EDEF
(249,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C79381; }

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

This text font color is #C79381.


Background Color

.myBgColor { background-color: #C79381; }

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

This div background color is #C79381.


Border color

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

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

This div border color is #C79381.


Opacity

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

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

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

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

This text has shadow with #C79381 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C79381 on black background.


Color preview on white background

This text has color #C79381 on white background.



Black color preview on #C79381 background

This text has black color on #C79381 background.


White color preview on #C79381 background

This text has white color on #C79381 background.