COLOR #C6C37E

HEX: #C6C37E
RGB: (198,195,126)

Color info

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

RGB color model

#C6C37E color RGB value is (198,195,126).

  • red value is 198;
  • green value is 195;
  • blue value is 126.
RGB:
(198,195,126)
(78%,76%,49%)

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 126 of 255 = 49%

198
195
126

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

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 126 = 519 (100%)
R 198 of 519 ~ 38.15%
G 195 of 519 ~ 37.57%
B 126 of 519 ~ 24.28%

%38.15
%37.57
%24.28

CMYK color model

#C6C37E color CMYK value is (0,2,36,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 36.36%
  • key color value is 22.35%
CMYK:
(0,2,36,22)
C0M2Y36K22 
(0%,2%,36%,22%)
(0.00/0.02/0.36/0.22)	

CMYK percentages

%0
%1.52
%36.36
%22.35

Codes

Color #C6C37E in popluar color models

C6C37E
RGB198195126
HSL58°38.71%63.53%
HSB/HSV58°36.36%77.65%
CMYK0.00%1.52%36.36%
22.35%

Color #C6C37E in popluar number systems.

HEXC6C37E
Decimal198195126
Binary11000110110000111111110
Octal306303176

Shades and tints

Shades of #C6C37E

#C6C37E
(198,195,126)
#B4B273
(180,178,115)
#A2A168
(162,161,104)
#90905D
(144,144,93)
#7E7F52
(126,127,82)
#6C6E47
(108,110,71)
#5A5D3C
(90,93,60)
#484C31
(72,76,49)
#363B26
(54,59,38)
#242A1B
(36,42,27)
#121910
(18,25,16)
#000000
(0,0,0)

Tints of #C6C37E

#C6C37E
(198,195,126)
#CBC889
(203,200,137)
#D0CD94
(208,205,148)
#D5D29F
(213,210,159)
#DAD7AA
(218,215,170)
#DFDCB5
(223,220,181)
#E4E1C0
(228,225,192)
#E9E6CB
(233,230,203)
#EEEBD6
(238,235,214)
#F3F0E1
(243,240,225)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C37E color. Also use rgb(198,195,126) instead hex code.

Text Font Color

.myTextColor { color: #C6C37E; }

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

This text font color is #C6C37E.


Background Color

.myBgColor { background-color: #C6C37E; }

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

This div background color is #C6C37E.


Border color

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

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

This div border color is #C6C37E.


Opacity

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

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

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

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

This text has shadow with #C6C37E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C37E on black background.


Color preview on white background

This text has color #C6C37E on white background.



Black color preview on #C6C37E background

This text has black color on #C6C37E background.


White color preview on #C6C37E background

This text has white color on #C6C37E background.