COLOR #C6C59C

HEX: #C6C59C RGB: (198,197,156)

Color info

#C6C59C contains red, green and blue colors in about the same proportion. Web safe color of #C6C59C is #CCCC99 (or #CC9).

RGB color model

#C6C59C color RGB value is (198,197,156).

RGB: (198,197,156) (78%, 77%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 197 of 255 = 77%
B 156 of 255 = 61%

198
197
156

R + G + B ~ 72%. #C6C59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 197 + 156 = 551 (100%)
R 198 of 551 ~ 35.93%
G 197 of 551 ~ 35.75%
B 156 of 551 ~ 28.31'%

%35.93
%35.75
%28.31

CMYK color model

#C6C59C color CMYK value is (0,1,21,22).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 21.21%
  • key color value is 22.35%

CMYK: (0,1,21,22)
C0M1Y21K22 (0%, 1%, 21%, 22%)
(0.00 / 0.01 / 0.21 / 0.22)

CMYK percentages

%0
%0.51
%21.21
%22.35

Codes

Color #C6C59C in popluar color models

C6 C5 9C
RGB 198 197 156
HSL 59° 26.92% 69.41%
HSB/HSV 59° 21.21% 77.65%
CMYK 0.00% 0.51% 21.21%
22.35%

Color #C6C59C in popluar number systems.

HEX C6 C5 9C
Decimal 198 197 156
Binary 11000110 11000101 10011100
Octal 306 305 234

Shades and tints

Shades of #C6C59C

#C6C59C
(198,197,156)
#B4B48E
(180,180,142)
#A2A380
(162,163,128)
#909272
(144,146,114)
#7E8164
(126,129,100)
#6C7056
(108,112,86)
#5A5F48
(90,95,72)
#484E3A
(72,78,58)
#363D2C
(54,61,44)
#242C1E
(36,44,30)
#121B10
(18,27,16)
#000000
(0,0,0)

Tints of #C6C59C

#C6C59C
(198,197,156)
#CBCAA5
(203,202,165)
#D0CFAE
(208,207,174)
#D5D4B7
(213,212,183)
#DAD9C0
(218,217,192)
#DFDEC9
(223,222,201)
#E4E3D2
(228,227,210)
#E9E8DB
(233,232,219)
#EEEDE4
(238,237,228)
#F3F2ED
(243,242,237)
#F8F7F6
(248,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C59C; }

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

This text font color is #C6C59C.

Background Color

.myBgColor { background-color: #C6C59C; }

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

This div background color is #C6C59C.

Border color

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

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

This div border color is #C6C59C.

Opacity

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

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

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

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

This text has shadow with #C6C59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C59C.

Preview

Color preview on black background

This text has color #C6C59C on black background.


Color preview on white background

This text has color #C6C59C on white background.


Black color preview on #C6C59C background

This text has black color on #C6C59C background.


White color preview on #C6C59C background

This text has white color on #C6C59C background.


Related colors

Complementary color

Complementary color for #hex is #393A63.


I love getcolorcode.com

Triadic colors

1 #9CC6C5 and #C59CC6 with #C6C59C are triadic colors.

2 #9CC5C6 and #C5C69C with #C6C59C are triadic colors.