COLOR #C2C079

HEX: #C2C079
RGB: (194,192,121)

Color info

#C2C079 contains mainly red and green colors. Web safe color of #C2C079 is #CCCC66 (or #CC6).

RGB color model

#C2C079 color RGB value is (194,192,121).

  • red value is 194;
  • green value is 192;
  • blue value is 121.
RGB:
(194,192,121)
(76%,75%,47%)

RGB channels and saturation

R 194 of 255 = 76%
G 192 of 255 = 75%
B 121 of 255 = 47%

194
192
121

R + G + B ~ 66%. #C2C079 is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 192 + 121 = 507 (100%)
R 194 of 507 ~ 38.26%
G 192 of 507 ~ 37.87%
B 121 of 507 ~ 23.87%

%38.26
%37.87
%23.87

CMYK color model

#C2C079 color CMYK value is (0,1,38,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 37.63%
  • key color value is 23.92%
CMYK:
(0,1,38,24)
C0M1Y38K24 
(0%,1%,38%,24%)
(0.00/0.01/0.38/0.24)	

CMYK percentages

%0
%1.03
%37.63
%23.92

Codes

Color #C2C079 in popluar color models

C2C079
RGB194192121
HSL58°37.44%61.76%
HSB/HSV58°37.63%76.08%
CMYK0.00%1.03%37.63%
23.92%

Color #C2C079 in popluar number systems.

HEXC2C079
Decimal194192121
Binary11000010110000001111001
Octal302300171

Shades and tints

Shades of #C2C079

#C2C079
(194,192,121)
#B1AF6E
(177,175,110)
#A09E63
(160,158,99)
#8F8D58
(143,141,88)
#7E7C4D
(126,124,77)
#6D6B42
(109,107,66)
#5C5A37
(92,90,55)
#4B492C
(75,73,44)
#3A3821
(58,56,33)
#292716
(41,39,22)
#18160B
(24,22,11)
#000000
(0,0,0)

Tints of #C2C079

#C2C079
(194,192,121)
#C7C585
(199,197,133)
#CCCA91
(204,202,145)
#D1CF9D
(209,207,157)
#D6D4A9
(214,212,169)
#DBD9B5
(219,217,181)
#E0DEC1
(224,222,193)
#E5E3CD
(229,227,205)
#EAE8D9
(234,232,217)
#EFEDE5
(239,237,229)
#F4F2F1
(244,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C079 color. Also use rgb(194,192,121) instead hex code.

Text Font Color

.myTextColor { color: #C2C079; }

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

This text font color is #C2C079.


Background Color

.myBgColor { background-color: #C2C079; }

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

This div background color is #C2C079.


Border color

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

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

This div border color is #C2C079.


Opacity

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

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

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

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

This text has shadow with #C2C079 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C079 on black background.


Color preview on white background

This text has color #C2C079 on white background.



Black color preview on #C2C079 background

This text has black color on #C2C079 background.


White color preview on #C2C079 background

This text has white color on #C2C079 background.