COLOR #C2C57A

HEX: #C2C57A RGB: (194,197,122)

Color info

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

RGB color model

#C2C57A color RGB value is (194,197,122).

RGB: (194,197,122) (76%, 77%, 48%)

RGB channels and saturation

R 194 of 255 = 76%
G 197 of 255 = 77%
B 122 of 255 = 48%

194
197
122

R + G + B ~ 67%. #C2C57A is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 197 + 122 = 513 (100%)
R 194 of 513 ~ 37.82%
G 197 of 513 ~ 38.4%
B 122 of 513 ~ 23.78'%

%37.82
%38.4
%23.78

CMYK color model

#C2C57A color CMYK value is (2,0,38,23).

  • cyan value is 1.52%
  • magenta value is 0.00%
  • yellow value is 38.07%
  • key color value is 22.75%

CMYK: (2,0,38,23)
C2M0Y38K23 (2%, 0%, 38%, 23%)
(0.02 / 0.00 / 0.38 / 0.23)

CMYK percentages

%1.52
%0
%38.07
%22.75

Codes

Color #C2C57A in popluar color models

C2 C5 7A
RGB 194 197 122
HSL 62° 39.27% 62.55%
HSB/HSV 62° 38.07% 77.25%
CMYK 1.52% 0.00% 38.07%
22.75%

Color #C2C57A in popluar number systems.

HEX C2 C5 7A
Decimal 194 197 122
Binary 11000010 11000101 1111010
Octal 302 305 172

Shades and tints

Shades of #C2C57A

#C2C57A
(194,197,122)
#B1B46F
(177,180,111)
#A0A364
(160,163,100)
#8F9259
(143,146,89)
#7E814E
(126,129,78)
#6D7043
(109,112,67)
#5C5F38
(92,95,56)
#4B4E2D
(75,78,45)
#3A3D22
(58,61,34)
#292C17
(41,44,23)
#181B0C
(24,27,12)
#000000
(0,0,0)

Tints of #C2C57A

#C2C57A
(194,197,122)
#C7CA86
(199,202,134)
#CCCF92
(204,207,146)
#D1D49E
(209,212,158)
#D6D9AA
(214,217,170)
#DBDEB6
(219,222,182)
#E0E3C2
(224,227,194)
#E5E8CE
(229,232,206)
#EAEDDA
(234,237,218)
#EFF2E6
(239,242,230)
#F4F7F2
(244,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C57A; }

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

This text font color is #C2C57A.

Background Color

.myBgColor { background-color: #C2C57A; }

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

This div background color is #C2C57A.

Border color

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

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

This div border color is #C2C57A.

Opacity

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

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

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

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

This text has shadow with #C2C57A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C57A.

Preview

Color preview on black background

This text has color #C2C57A on black background.


Color preview on white background

This text has color #C2C57A on white background.


Black color preview on #C2C57A background

This text has black color on #C2C57A background.


White color preview on #C2C57A background

This text has white color on #C2C57A background.


Related colors

Complementary color

Complementary color for #hex is #3D3A85.


I love getcolorcode.com

Triadic colors

1 #7AC2C5 and #C57AC2 with #C2C57A are triadic colors.

2 #7AC5C2 and #C5C27A with #C2C57A are triadic colors.