COLOR #C6C280

HEX: #C6C280 RGB: (198,194,128)

Color info

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

RGB color model

#C6C280 color RGB value is (198,194,128).

RGB: (198,194,128) (78%, 76%, 50%)

RGB channels and saturation

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

198
194
128

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

Portions of RGB colors in percentages

R + G + B = 198 + 194 + 128 = 520 (100%)
R 198 of 520 ~ 38.08%
G 194 of 520 ~ 37.31%
B 128 of 520 ~ 24.62'%

%38.08
%37.31
%24.62

CMYK color model

#C6C280 color CMYK value is (0,2,35,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 35.35%
  • key color value is 22.35%
CMYK: (0,2,35,22) C0M2Y35K22 (0%,2%,35%,22%) (0.00/0.02/0.35/0.22) 

CMYK percentages

%0
%2.02
%35.35
%22.35

Codes

Color #C6C280 in popluar color models

C6 C2 80
RGB 198 194 128
HSL 57° 38.04% 63.92%
HSB/HSV 57° 35.35% 77.65%
CMYK 0.00% 2.02% 35.35%
22.35%

Color #C6C280 in popluar number systems.

HEX C6 C2 80
Decimal 198 194 128
Binary 11000110 11000010 10000000
Octal 306 302 200

Shades and tints

Shades of #C6C280

#C6C280
(198,194,128)
#B4B175
(180,177,117)
#A2A06A
(162,160,106)
#908F5F
(144,143,95)
#7E7E54
(126,126,84)
#6C6D49
(108,109,73)
#5A5C3E
(90,92,62)
#484B33
(72,75,51)
#363A28
(54,58,40)
#24291D
(36,41,29)
#121812
(18,24,18)
#000000
(0,0,0)

Tints of #C6C280

#C6C280
(198,194,128)
#CBC78B
(203,199,139)
#D0CC96
(208,204,150)
#D5D1A1
(213,209,161)
#DAD6AC
(218,214,172)
#DFDBB7
(223,219,183)
#E4E0C2
(228,224,194)
#E9E5CD
(233,229,205)
#EEEAD8
(238,234,216)
#F3EFE3
(243,239,227)
#F8F4EE
(248,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C280; }

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

This text font color is #C6C280.

Background Color

.myBgColor { background-color: #C6C280; }

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

This div background color is #C6C280.

Border color

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

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

This div border color is #C6C280.

Opacity

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

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

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

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

This text has shadow with #C6C280 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C280.

Preview

Color preview on black background

This text has color #C6C280 on black background.


Color preview on white background

This text has color #C6C280 on white background.


Black color preview on #C6C280 background

This text has black color on #C6C280 background.


White color preview on #C6C280 background

This text has white color on #C6C280 background.


Related colors

Complementary color

Complementary color for #hex is #393D7F.


I love getcolorcode.com

Triadic colors

1 #80C6C2 and #C280C6 with #C6C280 are triadic colors.

2 #80C2C6 and #C2C680 with #C6C280 are triadic colors.