COLOR #C2C59E

HEX: #C2C59E
RGB: (194,197,158)

Color info

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

RGB color model

#C2C59E color RGB value is (194,197,158).

  • red value is 194;
  • green value is 197;
  • blue value is 158.
RGB:
(194,197,158)
(76%,77%,62%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 158 of 255 = 62%

194
197
158

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

Portions of RGB colors in percentages

R + G + B =
194 + 197 + 158 = 549 (100%)
R 194 of 549 ~ 35.34%
G 197 of 549 ~ 35.88%
B 158 of 549 ~ 28.78%

%35.34
%35.88
%28.78

CMYK color model

#C2C59E color CMYK value is (2,0,20,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(2,0,20,23)
C2M0Y20K23 
(2%,0%,20%,23%)
(0.02/0.00/0.20/0.23)	

CMYK percentages

%1.52
%0
%19.8
%22.75

Codes

Color #C2C59E in popluar color models

C2C59E
RGB194197158
HSL65°25.16%69.61%
HSB/HSV65°19.80%77.25%
CMYK1.52%0.00%19.80%
22.75%

Color #C2C59E in popluar number systems.

HEXC2C59E
Decimal194197158
Binary110000101100010110011110
Octal302305236

Shades and tints

Shades of #C2C59E

#C2C59E
(194,197,158)
#B1B490
(177,180,144)
#A0A382
(160,163,130)
#8F9274
(143,146,116)
#7E8166
(126,129,102)
#6D7058
(109,112,88)
#5C5F4A
(92,95,74)
#4B4E3C
(75,78,60)
#3A3D2E
(58,61,46)
#292C20
(41,44,32)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #C2C59E

#C2C59E
(194,197,158)
#C7CAA6
(199,202,166)
#CCCFAE
(204,207,174)
#D1D4B6
(209,212,182)
#D6D9BE
(214,217,190)
#DBDEC6
(219,222,198)
#E0E3CE
(224,227,206)
#E5E8D6
(229,232,214)
#EAEDDE
(234,237,222)
#EFF2E6
(239,242,230)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C59E color. Also use rgb(194,197,158) instead hex code.

Text Font Color

.myTextColor { color: #C2C59E; }

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

This text font color is #C2C59E.


Background Color

.myBgColor { background-color: #C2C59E; }

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

This div background color is #C2C59E.


Border color

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

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

This div border color is #C2C59E.


Opacity

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

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

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

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

This text has shadow with #C2C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C59E on black background.


Color preview on white background

This text has color #C2C59E on white background.



Black color preview on #C2C59E background

This text has black color on #C2C59E background.


White color preview on #C2C59E background

This text has white color on #C2C59E background.