COLOR #C2C46F

HEX: #C2C46F RGB: (194,196,111)

Color info

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

RGB color model

#C2C46F color RGB value is (194,196,111).

RGB: (194,196,111) (76%, 77%, 44%)

RGB channels and saturation

R 194 of 255 = 76%
G 196 of 255 = 77%
B 111 of 255 = 44%

194
196
111

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

Portions of RGB colors in percentages

R + G + B = 194 + 196 + 111 = 501 (100%)
R 194 of 501 ~ 38.72%
G 196 of 501 ~ 39.12%
B 111 of 501 ~ 22.16'%

%38.72
%39.12
%22.16

CMYK color model

#C2C46F color CMYK value is (1,0,43,23).

  • cyan value is 1.02%
  • magenta value is 0.00%
  • yellow value is 43.37%
  • key color value is 23.14%
CMYK: (1,0,43,23) C1M0Y43K23 (1%,0%,43%,23%) (0.01/0.00/0.43/0.23) 

CMYK percentages

%1.02
%0
%43.37
%23.14

Codes

Color #C2C46F in popluar color models

C2 C4 6F
RGB 194 196 111
HSL 61° 41.87% 60.20%
HSB/HSV 61° 43.37% 76.86%
CMYK 1.02% 0.00% 43.37%
23.14%

Color #C2C46F in popluar number systems.

HEX C2 C4 6F
Decimal 194 196 111
Binary 11000010 11000100 1101111
Octal 302 304 157

Shades and tints

Shades of #C2C46F

#C2C46F
(194,196,111)
#B1B365
(177,179,101)
#A0A25B
(160,162,91)
#8F9151
(143,145,81)
#7E8047
(126,128,71)
#6D6F3D
(109,111,61)
#5C5E33
(92,94,51)
#4B4D29
(75,77,41)
#3A3C1F
(58,60,31)
#292B15
(41,43,21)
#181A0B
(24,26,11)
#000000
(0,0,0)

Tints of #C2C46F

#C2C46F
(194,196,111)
#C7C97C
(199,201,124)
#CCCE89
(204,206,137)
#D1D396
(209,211,150)
#D6D8A3
(214,216,163)
#DBDDB0
(219,221,176)
#E0E2BD
(224,226,189)
#E5E7CA
(229,231,202)
#EAECD7
(234,236,215)
#EFF1E4
(239,241,228)
#F4F6F1
(244,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C46F; }

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

This text font color is #C2C46F.

Background Color

.myBgColor { background-color: #C2C46F; }

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

This div background color is #C2C46F.

Border color

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

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

This div border color is #C2C46F.

Opacity

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

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

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

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

This text has shadow with #C2C46F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C46F.

Preview

Color preview on black background

This text has color #C2C46F on black background.


Color preview on white background

This text has color #C2C46F on white background.


Black color preview on #C2C46F background

This text has black color on #C2C46F background.


White color preview on #C2C46F background

This text has white color on #C2C46F background.


Related colors

Complementary color

Complementary color for #hex is #3D3B90.


I love getcolorcode.com

Triadic colors

1 #6FC2C4 and #C46FC2 with #C2C46F are triadic colors.

2 #6FC4C2 and #C4C26F with #C2C46F are triadic colors.