COLOR #C2C780

HEX: #C2C780
RGB: (194,199,128)

Color info

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

RGB color model

#C2C780 color RGB value is (194,199,128).

  • red value is 194;
  • green value is 199;
  • blue value is 128.
RGB:
(194,199,128)
(76%,78%,50%)

RGB channels and saturation

R 194 of 255 = 76%
G 199 of 255 = 78%
B 128 of 255 = 50%

194
199
128

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

Portions of RGB colors in percentages

R + G + B =
194 + 199 + 128 = 521 (100%)
R 194 of 521 ~ 37.24%
G 199 of 521 ~ 38.2%
B 128 of 521 ~ 24.57%

%37.24
%38.2
%24.57

CMYK color model

#C2C780 color CMYK value is (3,0,36,22).

  • cyan value is 2.51%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 21.96%
CMYK:
(3,0,36,22)
C3M0Y36K22 
(3%,0%,36%,22%)
(0.03/0.00/0.36/0.22)	

CMYK percentages

%2.51
%0
%35.68
%21.96

Codes

Color #C2C780 in popluar color models

C2C780
RGB194199128
HSL64°38.80%64.12%
HSB/HSV64°35.68%78.04%
CMYK2.51%0.00%35.68%
21.96%

Color #C2C780 in popluar number systems.

HEXC2C780
Decimal194199128
Binary110000101100011110000000
Octal302307200

Shades and tints

Shades of #C2C780

#C2C780
(194,199,128)
#B1B575
(177,181,117)
#A0A36A
(160,163,106)
#8F915F
(143,145,95)
#7E7F54
(126,127,84)
#6D6D49
(109,109,73)
#5C5B3E
(92,91,62)
#4B4933
(75,73,51)
#3A3728
(58,55,40)
#29251D
(41,37,29)
#181312
(24,19,18)
#000000
(0,0,0)

Tints of #C2C780

#C2C780
(194,199,128)
#C7CC8B
(199,204,139)
#CCD196
(204,209,150)
#D1D6A1
(209,214,161)
#D6DBAC
(214,219,172)
#DBE0B7
(219,224,183)
#E0E5C2
(224,229,194)
#E5EACD
(229,234,205)
#EAEFD8
(234,239,216)
#EFF4E3
(239,244,227)
#F4F9EE
(244,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C780 color. Also use rgb(194,199,128) instead hex code.

Text Font Color

.myTextColor { color: #C2C780; }

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

This text font color is #C2C780.


Background Color

.myBgColor { background-color: #C2C780; }

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

This div background color is #C2C780.


Border color

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

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

This div border color is #C2C780.


Opacity

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

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

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

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

This text has shadow with #C2C780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C780 on black background.


Color preview on white background

This text has color #C2C780 on white background.



Black color preview on #C2C780 background

This text has black color on #C2C780 background.


White color preview on #C2C780 background

This text has white color on #C2C780 background.