COLOR #C5C780

HEX: #C5C780
RGB: (197,199,128)

Color info

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

RGB color model

#C5C780 color RGB value is (197,199,128).

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

RGB channels and saturation

R 197 of 255 = 77%
G 199 of 255 = 78%
B 128 of 255 = 50%

197
199
128

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

Portions of RGB colors in percentages

R + G + B =
197 + 199 + 128 = 524 (100%)
R 197 of 524 ~ 37.6%
G 199 of 524 ~ 37.98%
B 128 of 524 ~ 24.43%

%37.6
%37.98
%24.43

CMYK color model

#C5C780 color CMYK value is (1,0,36,22).

  • cyan value is 1.01%
  • magenta value is 0.00%
  • yellow value is 35.68%
  • key color value is 21.96%
CMYK:
(1,0,36,22)
C1M0Y36K22 
(1%,0%,36%,22%)
(0.01/0.00/0.36/0.22)	

CMYK percentages

%1.01
%0
%35.68
%21.96

Codes

Color #C5C780 in popluar color models

C5C780
RGB197199128
HSL62°38.80%64.12%
HSB/HSV62°35.68%78.04%
CMYK1.01%0.00%35.68%
21.96%

Color #C5C780 in popluar number systems.

HEXC5C780
Decimal197199128
Binary110001011100011110000000
Octal305307200

Shades and tints

Shades of #C5C780

#C5C780
(197,199,128)
#B4B575
(180,181,117)
#A3A36A
(163,163,106)
#92915F
(146,145,95)
#817F54
(129,127,84)
#706D49
(112,109,73)
#5F5B3E
(95,91,62)
#4E4933
(78,73,51)
#3D3728
(61,55,40)
#2C251D
(44,37,29)
#1B1312
(27,19,18)
#000000
(0,0,0)

Tints of #C5C780

#C5C780
(197,199,128)
#CACC8B
(202,204,139)
#CFD196
(207,209,150)
#D4D6A1
(212,214,161)
#D9DBAC
(217,219,172)
#DEE0B7
(222,224,183)
#E3E5C2
(227,229,194)
#E8EACD
(232,234,205)
#EDEFD8
(237,239,216)
#F2F4E3
(242,244,227)
#F7F9EE
(247,249,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C780; }

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

This text font color is #C5C780.


Background Color

.myBgColor { background-color: #C5C780; }

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

This div background color is #C5C780.


Border color

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

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

This div border color is #C5C780.


Opacity

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

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

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

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

This text has shadow with #C5C780 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C780 on black background.


Color preview on white background

This text has color #C5C780 on white background.



Black color preview on #C5C780 background

This text has black color on #C5C780 background.


White color preview on #C5C780 background

This text has white color on #C5C780 background.