COLOR #C79C7C

HEX: #C79C7C
RGB: (199,156,124)

Color info

#C79C7C contains mainly red and green colors. Web safe color of #C79C7C is #CC9966 (or #C96).

RGB color model

#C79C7C color RGB value is (199,156,124).

  • red value is 199;
  • green value is 156;
  • blue value is 124.
RGB:
(199,156,124)
(78%,61%,49%)

RGB channels and saturation

R 199 of 255 = 78%
G 156 of 255 = 61%
B 124 of 255 = 49%

199
156
124

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

Portions of RGB colors in percentages

R + G + B =
199 + 156 + 124 = 479 (100%)
R 199 of 479 ~ 41.54%
G 156 of 479 ~ 32.57%
B 124 of 479 ~ 25.89%

%41.54
%32.57
%25.89

CMYK color model

#C79C7C color CMYK value is (0,22,38,22).

  • cyan value is 0.00%
  • magenta value is 21.61%
  • yellow value is 37.69%
  • key color value is 21.96%
CMYK:
(0,22,38,22)
C0M22Y38K22 
(0%,22%,38%,22%)
(0.00/0.22/0.38/0.22)	

CMYK percentages

%0
%21.61
%37.69
%21.96

Codes

Color #C79C7C in popluar color models

C79C7C
RGB199156124
HSL26°40.11%63.33%
HSB/HSV26°37.69%78.04%
CMYK0.00%21.61%37.69%
21.96%

Color #C79C7C in popluar number systems.

HEXC79C7C
Decimal199156124
Binary11000111100111001111100
Octal307234174

Shades and tints

Shades of #C79C7C

#C79C7C
(199,156,124)
#B58E71
(181,142,113)
#A38066
(163,128,102)
#91725B
(145,114,91)
#7F6450
(127,100,80)
#6D5645
(109,86,69)
#5B483A
(91,72,58)
#493A2F
(73,58,47)
#372C24
(55,44,36)
#251E19
(37,30,25)
#13100E
(19,16,14)
#000000
(0,0,0)

Tints of #C79C7C

#C79C7C
(199,156,124)
#CCA587
(204,165,135)
#D1AE92
(209,174,146)
#D6B79D
(214,183,157)
#DBC0A8
(219,192,168)
#E0C9B3
(224,201,179)
#E5D2BE
(229,210,190)
#EADBC9
(234,219,201)
#EFE4D4
(239,228,212)
#F4EDDF
(244,237,223)
#F9F6EA
(249,246,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79C7C color. Also use rgb(199,156,124) instead hex code.

Text Font Color

.myTextColor { color: #C79C7C; }

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

This text font color is #C79C7C.


Background Color

.myBgColor { background-color: #C79C7C; }

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

This div background color is #C79C7C.


Border color

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

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

This div border color is #C79C7C.


Opacity

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

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

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

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

This text has shadow with #C79C7C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79C7C on black background.


Color preview on white background

This text has color #C79C7C on white background.



Black color preview on #C79C7C background

This text has black color on #C79C7C background.


White color preview on #C79C7C background

This text has white color on #C79C7C background.