COLOR #C79A78

HEX: #C79A78
RGB: (199,154,120)

Color info

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

RGB color model

#C79A78 color RGB value is (199,154,120).

  • red value is 199;
  • green value is 154;
  • blue value is 120.
RGB:
(199,154,120)
(78%,60%,47%)

RGB channels and saturation

R 199 of 255 = 78%
G 154 of 255 = 60%
B 120 of 255 = 47%

199
154
120

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

Portions of RGB colors in percentages

R + G + B =
199 + 154 + 120 = 473 (100%)
R 199 of 473 ~ 42.07%
G 154 of 473 ~ 32.56%
B 120 of 473 ~ 25.37%

%42.07
%32.56
%25.37

CMYK color model

#C79A78 color CMYK value is (0,23,40,22).

  • cyan value is 0.00%
  • magenta value is 22.61%
  • yellow value is 39.70%
  • key color value is 21.96%
CMYK:
(0,23,40,22)
C0M23Y40K22 
(0%,23%,40%,22%)
(0.00/0.23/0.40/0.22)	

CMYK percentages

%0
%22.61
%39.7
%21.96

Codes

Color #C79A78 in popluar color models

C79A78
RGB199154120
HSL26°41.36%62.55%
HSB/HSV26°39.70%78.04%
CMYK0.00%22.61%39.70%
21.96%

Color #C79A78 in popluar number systems.

HEXC79A78
Decimal199154120
Binary11000111100110101111000
Octal307232170

Shades and tints

Shades of #C79A78

#C79A78
(199,154,120)
#B58C6E
(181,140,110)
#A37E64
(163,126,100)
#91705A
(145,112,90)
#7F6250
(127,98,80)
#6D5446
(109,84,70)
#5B463C
(91,70,60)
#493832
(73,56,50)
#372A28
(55,42,40)
#251C1E
(37,28,30)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #C79A78

#C79A78
(199,154,120)
#CCA384
(204,163,132)
#D1AC90
(209,172,144)
#D6B59C
(214,181,156)
#DBBEA8
(219,190,168)
#E0C7B4
(224,199,180)
#E5D0C0
(229,208,192)
#EAD9CC
(234,217,204)
#EFE2D8
(239,226,216)
#F4EBE4
(244,235,228)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C79A78 color. Also use rgb(199,154,120) instead hex code.

Text Font Color

.myTextColor { color: #C79A78; }

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

This text font color is #C79A78.


Background Color

.myBgColor { background-color: #C79A78; }

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

This div background color is #C79A78.


Border color

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

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

This div border color is #C79A78.


Opacity

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

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

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

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

This text has shadow with #C79A78 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C79A78 on black background.


Color preview on white background

This text has color #C79A78 on white background.



Black color preview on #C79A78 background

This text has black color on #C79A78 background.


White color preview on #C79A78 background

This text has white color on #C79A78 background.