COLOR #C2C56C

HEX: #C2C56C RGB: (194,197,108)

Color info

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

RGB color model

#C2C56C color RGB value is (194,197,108).

RGB: (194,197,108) (76%, 77%, 42%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 108 of 255 = 42%

194
197
108

R + G + B ~ 65%. #C2C56C is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 197 + 108 = 499 (100%)
R 194 of 499 ~ 38.88%
G 197 of 499 ~ 39.48%
B 108 of 499 ~ 21.64'%

%38.88
%39.48
%21.64

CMYK color model

#C2C56C color CMYK value is (2,0,45,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 45.18%
  • key color value is 22.75%
CMYK: (2,0,45,23) C2M0Y45K23 (2%,0%,45%,23%) (0.02/0.00/0.45/0.23) 

CMYK percentages

%1.52
%0
%45.18
%22.75

Codes

Color #C2C56C in popluar color models

C2 C5 6C
RGB 194 197 108
HSL 62° 43.41% 59.80%
HSB/HSV 62° 45.18% 77.25%
CMYK 1.52% 0.00% 45.18%
22.75%

Color #C2C56C in popluar number systems.

HEX C2 C5 6C
Decimal 194 197 108
Binary 11000010 11000101 1101100
Octal 302 305 154

Shades and tints

Shades of #C2C56C

#C2C56C
(194,197,108)
#B1B463
(177,180,99)
#A0A35A
(160,163,90)
#8F9251
(143,146,81)
#7E8148
(126,129,72)
#6D703F
(109,112,63)
#5C5F36
(92,95,54)
#4B4E2D
(75,78,45)
#3A3D24
(58,61,36)
#292C1B
(41,44,27)
#181B12
(24,27,18)
#000000
(0,0,0)

Tints of #C2C56C

#C2C56C
(194,197,108)
#C7CA79
(199,202,121)
#CCCF86
(204,207,134)
#D1D493
(209,212,147)
#D6D9A0
(214,217,160)
#DBDEAD
(219,222,173)
#E0E3BA
(224,227,186)
#E5E8C7
(229,232,199)
#EAEDD4
(234,237,212)
#EFF2E1
(239,242,225)
#F4F7EE
(244,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C56C; }

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

This text font color is #C2C56C.

Background Color

.myBgColor { background-color: #C2C56C; }

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

This div background color is #C2C56C.

Border color

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

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

This div border color is #C2C56C.

Opacity

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

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

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

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

This text has shadow with #C2C56C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C56C.

Preview

Color preview on black background

This text has color #C2C56C on black background.


Color preview on white background

This text has color #C2C56C on white background.


Black color preview on #C2C56C background

This text has black color on #C2C56C background.


White color preview on #C2C56C background

This text has white color on #C2C56C background.


Related colors

Complementary color

Complementary color for #hex is #3D3A93.


I love getcolorcode.com

Triadic colors

1 #6CC2C5 and #C56CC2 with #C2C56C are triadic colors.

2 #6CC5C2 and #C5C26C with #C2C56C are triadic colors.