COLOR #C4C79A

HEX: #C4C79A
RGB: (196,199,154)

Color info

#C4C79A contains red, green and blue colors in about the same proportion. Web safe color of #C4C79A is #CCCC99 (or #CC9).

RGB color model

#C4C79A color RGB value is (196,199,154).

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

RGB channels and saturation

R 196 of 255 = 77%
G 199 of 255 = 78%
B 154 of 255 = 60%

196
199
154

R + G + B ~ 72%. #C4C79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 199 + 154 = 549 (100%)
R 196 of 549 ~ 35.7%
G 199 of 549 ~ 36.25%
B 154 of 549 ~ 28.05%

%35.7
%36.25
%28.05

CMYK color model

#C4C79A color CMYK value is (2,0,23,22).

  • cyan value is 1.51%
  • magenta value is 0.00%
  • yellow value is 22.61%
  • key color value is 21.96%
CMYK:
(2,0,23,22)
C2M0Y23K22 
(2%,0%,23%,22%)
(0.02/0.00/0.23/0.22)	

CMYK percentages

%1.51
%0
%22.61
%21.96

Codes

Color #C4C79A in popluar color models

C4C79A
RGB196199154
HSL64°28.66%69.22%
HSB/HSV64°22.61%78.04%
CMYK1.51%0.00%22.61%
21.96%

Color #C4C79A in popluar number systems.

HEXC4C79A
Decimal196199154
Binary110001001100011110011010
Octal304307232

Shades and tints

Shades of #C4C79A

#C4C79A
(196,199,154)
#B3B58C
(179,181,140)
#A2A37E
(162,163,126)
#919170
(145,145,112)
#807F62
(128,127,98)
#6F6D54
(111,109,84)
#5E5B46
(94,91,70)
#4D4938
(77,73,56)
#3C372A
(60,55,42)
#2B251C
(43,37,28)
#1A130E
(26,19,14)
#000000
(0,0,0)

Tints of #C4C79A

#C4C79A
(196,199,154)
#C9CCA3
(201,204,163)
#CED1AC
(206,209,172)
#D3D6B5
(211,214,181)
#D8DBBE
(216,219,190)
#DDE0C7
(221,224,199)
#E2E5D0
(226,229,208)
#E7EAD9
(231,234,217)
#ECEFE2
(236,239,226)
#F1F4EB
(241,244,235)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C79A; }

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

This text font color is #C4C79A.


Background Color

.myBgColor { background-color: #C4C79A; }

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

This div background color is #C4C79A.


Border color

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

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

This div border color is #C4C79A.


Opacity

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

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

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

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

This text has shadow with #C4C79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C79A on black background.


Color preview on white background

This text has color #C4C79A on white background.



Black color preview on #C4C79A background

This text has black color on #C4C79A background.


White color preview on #C4C79A background

This text has white color on #C4C79A background.