COLOR #C2C659

HEX: #C2C659 RGB: (194,198,89)

Color info

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

RGB color model

#C2C659 color RGB value is (194,198,89).

RGB: (194,198,89) (76%, 78%, 35%)

RGB channels and saturation

R 194 of 255 = 76%
G 198 of 255 = 78%
B 89 of 255 = 35%

194
198
89

R + G + B ~ 63%. #C2C659 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 198 + 89 = 481 (100%)
R 194 of 481 ~ 40.33%
G 198 of 481 ~ 41.16%
B 89 of 481 ~ 18.5'%

%40.33
%41.16
%18.5

CMYK color model

#C2C659 color CMYK value is (2,0,55,22).

  • cyan value is 2.02%
  • magenta value is 0.00%
  • yellow value is 55.05%
  • key color value is 22.35%
CMYK: (2,0,55,22) C2M0Y55K22 (2%,0%,55%,22%) (0.02/0.00/0.55/0.22) 

CMYK percentages

%2.02
%0
%55.05
%22.35

Codes

Color #C2C659 in popluar color models

C2 C6 59
RGB 194 198 89
HSL 62° 48.88% 56.27%
HSB/HSV 62° 55.05% 77.65%
CMYK 2.02% 0.00% 55.05%
22.35%

Color #C2C659 in popluar number systems.

HEX C2 C6 59
Decimal 194 198 89
Binary 11000010 11000110 1011001
Octal 302 306 131

Shades and tints

Shades of #C2C659

#C2C659
(194,198,89)
#B1B451
(177,180,81)
#A0A249
(160,162,73)
#8F9041
(143,144,65)
#7E7E39
(126,126,57)
#6D6C31
(109,108,49)
#5C5A29
(92,90,41)
#4B4821
(75,72,33)
#3A3619
(58,54,25)
#292411
(41,36,17)
#181209
(24,18,9)
#000000
(0,0,0)

Tints of #C2C659

#C2C659
(194,198,89)
#C7CB68
(199,203,104)
#CCD077
(204,208,119)
#D1D586
(209,213,134)
#D6DA95
(214,218,149)
#DBDFA4
(219,223,164)
#E0E4B3
(224,228,179)
#E5E9C2
(229,233,194)
#EAEED1
(234,238,209)
#EFF3E0
(239,243,224)
#F4F8EF
(244,248,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C659 color. Also use rgb(194,198,89) instead hex code.

Text Font Color

.myTextColor { color: #C2C659; }

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

This text font color is #C2C659.

Background Color

.myBgColor { background-color: #C2C659; }

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

This div background color is #C2C659.

Border color

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

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

This div border color is #C2C659.

Opacity

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

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

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

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

This text has shadow with #C2C659 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2C659.

Preview

Color preview on black background

This text has color #C2C659 on black background.


Color preview on white background

This text has color #C2C659 on white background.


Black color preview on #C2C659 background

This text has black color on #C2C659 background.


White color preview on #C2C659 background

This text has white color on #C2C659 background.


Related colors

Complementary color

Complementary color for #hex is #3D39A6.


I love getcolorcode.com

Triadic colors

1 #59C2C6 and #C659C2 with #C2C659 are triadic colors.

2 #59C6C2 and #C6C259 with #C2C659 are triadic colors.