COLOR #C6C26D

HEX: #C6C26D RGB: (198,194,109)

Color info

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

RGB color model

#C6C26D color RGB value is (198,194,109).

RGB: (198,194,109) (78%, 76%, 43%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 109 of 255 = 43%

198
194
109

R + G + B ~ 66%. #C6C26D is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 194 + 109 = 501 (100%)
R 198 of 501 ~ 39.52%
G 194 of 501 ~ 38.72%
B 109 of 501 ~ 21.76'%

%39.52
%38.72
%21.76

CMYK color model

#C6C26D color CMYK value is (0,2,45,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 44.95%
  • key color value is 22.35%

CMYK: (0,2,45,22)
C0M2Y45K22 (0%, 2%, 45%, 22%)
(0.00 / 0.02 / 0.45 / 0.22)

CMYK percentages

%0
%2.02
%44.95
%22.35

Codes

Color #C6C26D in popluar color models

C6 C2 6D
RGB 198 194 109
HSL 57° 43.84% 60.20%
HSB/HSV 57° 44.95% 77.65%
CMYK 0.00% 2.02% 44.95%
22.35%

Color #C6C26D in popluar number systems.

HEX C6 C2 6D
Decimal 198 194 109
Binary 11000110 11000010 1101101
Octal 306 302 155

Shades and tints

Shades of #C6C26D

#C6C26D
(198,194,109)
#B4B164
(180,177,100)
#A2A05B
(162,160,91)
#908F52
(144,143,82)
#7E7E49
(126,126,73)
#6C6D40
(108,109,64)
#5A5C37
(90,92,55)
#484B2E
(72,75,46)
#363A25
(54,58,37)
#24291C
(36,41,28)
#121813
(18,24,19)
#000000
(0,0,0)

Tints of #C6C26D

#C6C26D
(198,194,109)
#CBC77A
(203,199,122)
#D0CC87
(208,204,135)
#D5D194
(213,209,148)
#DAD6A1
(218,214,161)
#DFDBAE
(223,219,174)
#E4E0BB
(228,224,187)
#E9E5C8
(233,229,200)
#EEEAD5
(238,234,213)
#F3EFE2
(243,239,226)
#F8F4EF
(248,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C26D; }

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

This text font color is #C6C26D.

Background Color

.myBgColor { background-color: #C6C26D; }

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

This div background color is #C6C26D.

Border color

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

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

This div border color is #C6C26D.

Opacity

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

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

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

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

This text has shadow with #C6C26D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C26D.

Preview

Color preview on black background

This text has color #C6C26D on black background.


Color preview on white background

This text has color #C6C26D on white background.


Black color preview on #C6C26D background

This text has black color on #C6C26D background.


White color preview on #C6C26D background

This text has white color on #C6C26D background.


Related colors

Complementary color

Complementary color for #hex is #393D92.


I love getcolorcode.com

Triadic colors

1 #6DC6C2 and #C26DC6 with #C6C26D are triadic colors.

2 #6DC2C6 and #C2C66D with #C6C26D are triadic colors.