COLOR #C6C580

HEX: #C6C580
RGB: (198,197,128)

Color info

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

RGB color model

#C6C580 color RGB value is (198,197,128).

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

RGB channels and saturation

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

198
197
128

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

Portions of RGB colors in percentages

R + G + B =
198 + 197 + 128 = 523 (100%)
R 198 of 523 ~ 37.86%
G 197 of 523 ~ 37.67%
B 128 of 523 ~ 24.47%

%37.86
%37.67
%24.47

CMYK color model

#C6C580 color CMYK value is (0,1,35,22).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK:
(0,1,35,22)
C0M1Y35K22 
(0%,1%,35%,22%)
(0.00/0.01/0.35/0.22)	

CMYK percentages

%0
%0.51
%35.35
%22.35

Codes

Color #C6C580 in popluar color models

C6C580
RGB198197128
HSL59°38.04%63.92%
HSB/HSV59°35.35%77.65%
CMYK0.00%0.51%35.35%
22.35%

Color #C6C580 in popluar number systems.

HEXC6C580
Decimal198197128
Binary110001101100010110000000
Octal306305200

Shades and tints

Shades of #C6C580

#C6C580
(198,197,128)
#B4B475
(180,180,117)
#A2A36A
(162,163,106)
#90925F
(144,146,95)
#7E8154
(126,129,84)
#6C7049
(108,112,73)
#5A5F3E
(90,95,62)
#484E33
(72,78,51)
#363D28
(54,61,40)
#242C1D
(36,44,29)
#121B12
(18,27,18)
#000000
(0,0,0)

Tints of #C6C580

#C6C580
(198,197,128)
#CBCA8B
(203,202,139)
#D0CF96
(208,207,150)
#D5D4A1
(213,212,161)
#DAD9AC
(218,217,172)
#DFDEB7
(223,222,183)
#E4E3C2
(228,227,194)
#E9E8CD
(233,232,205)
#EEEDD8
(238,237,216)
#F3F2E3
(243,242,227)
#F8F7EE
(248,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C580; }

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

This text font color is #C6C580.


Background Color

.myBgColor { background-color: #C6C580; }

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

This div background color is #C6C580.


Border color

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

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

This div border color is #C6C580.


Opacity

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

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

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

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

This text has shadow with #C6C580 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C580 on black background.


Color preview on white background

This text has color #C6C580 on white background.



Black color preview on #C6C580 background

This text has black color on #C6C580 background.


White color preview on #C6C580 background

This text has white color on #C6C580 background.