COLOR #C2C47F

HEX: #C2C47F
RGB: (194,196,127)

Color info

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

RGB color model

#C2C47F color RGB value is (194,196,127).

  • red value is 194;
  • green value is 196;
  • blue value is 127.
RGB:
(194,196,127)
(76%,77%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 127 of 255 = 50%

194
196
127

R + G + B ~ 68%. #C2C47F is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 196 + 127 = 517 (100%)
R 194 of 517 ~ 37.52%
G 196 of 517 ~ 37.91%
B 127 of 517 ~ 24.56%

%37.52
%37.91
%24.56

CMYK color model

#C2C47F color CMYK value is (1,0,35,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 35.20%
  • key color value is 23.14%
CMYK:
(1,0,35,23)
C1M0Y35K23 
(1%,0%,35%,23%)
(0.01/0.00/0.35/0.23)	

CMYK percentages

%1.02
%0
%35.2
%23.14

Codes

Color #C2C47F in popluar color models

C2C47F
RGB194196127
HSL62°36.90%63.33%
HSB/HSV62°35.20%76.86%
CMYK1.02%0.00%35.20%
23.14%

Color #C2C47F in popluar number systems.

HEXC2C47F
Decimal194196127
Binary11000010110001001111111
Octal302304177

Shades and tints

Shades of #C2C47F

#C2C47F
(194,196,127)
#B1B374
(177,179,116)
#A0A269
(160,162,105)
#8F915E
(143,145,94)
#7E8053
(126,128,83)
#6D6F48
(109,111,72)
#5C5E3D
(92,94,61)
#4B4D32
(75,77,50)
#3A3C27
(58,60,39)
#292B1C
(41,43,28)
#181A11
(24,26,17)
#000000
(0,0,0)

Tints of #C2C47F

#C2C47F
(194,196,127)
#C7C98A
(199,201,138)
#CCCE95
(204,206,149)
#D1D3A0
(209,211,160)
#D6D8AB
(214,216,171)
#DBDDB6
(219,221,182)
#E0E2C1
(224,226,193)
#E5E7CC
(229,231,204)
#EAECD7
(234,236,215)
#EFF1E2
(239,241,226)
#F4F6ED
(244,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C47F color. Also use rgb(194,196,127) instead hex code.

Text Font Color

.myTextColor { color: #C2C47F; }

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

This text font color is #C2C47F.


Background Color

.myBgColor { background-color: #C2C47F; }

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

This div background color is #C2C47F.


Border color

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

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

This div border color is #C2C47F.


Opacity

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

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

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

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

This text has shadow with #C2C47F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C47F on black background.


Color preview on white background

This text has color #C2C47F on white background.



Black color preview on #C2C47F background

This text has black color on #C2C47F background.


White color preview on #C2C47F background

This text has white color on #C2C47F background.