COLOR #C6C58E

HEX: #C6C58E
RGB: (198,197,142)

Color info

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

RGB color model

#C6C58E color RGB value is (198,197,142).

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

RGB channels and saturation

R 198 of 255 = 78%
G 197 of 255 = 77%
B 142 of 255 = 56%

198
197
142

R + G + B ~ 70%. #C6C58E is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 197 + 142 = 537 (100%)
R 198 of 537 ~ 36.87%
G 197 of 537 ~ 36.69%
B 142 of 537 ~ 26.44%

%36.87
%36.69
%26.44

CMYK color model

#C6C58E color CMYK value is (0,1,28,22).

  • cyan value is 0.00%
  • magenta value is 0.51%
  • yellow value is 28.28%
  • key color value is 22.35%
CMYK:
(0,1,28,22)
C0M1Y28K22 
(0%,1%,28%,22%)
(0.00/0.01/0.28/0.22)	

CMYK percentages

%0
%0.51
%28.28
%22.35

Codes

Color #C6C58E in popluar color models

C6C58E
RGB198197142
HSL59°32.94%66.67%
HSB/HSV59°28.28%77.65%
CMYK0.00%0.51%28.28%
22.35%

Color #C6C58E in popluar number systems.

HEXC6C58E
Decimal198197142
Binary110001101100010110001110
Octal306305216

Shades and tints

Shades of #C6C58E

#C6C58E
(198,197,142)
#B4B482
(180,180,130)
#A2A376
(162,163,118)
#90926A
(144,146,106)
#7E815E
(126,129,94)
#6C7052
(108,112,82)
#5A5F46
(90,95,70)
#484E3A
(72,78,58)
#363D2E
(54,61,46)
#242C22
(36,44,34)
#121B16
(18,27,22)
#000000
(0,0,0)

Tints of #C6C58E

#C6C58E
(198,197,142)
#CBCA98
(203,202,152)
#D0CFA2
(208,207,162)
#D5D4AC
(213,212,172)
#DAD9B6
(218,217,182)
#DFDEC0
(223,222,192)
#E4E3CA
(228,227,202)
#E9E8D4
(233,232,212)
#EEEDDE
(238,237,222)
#F3F2E8
(243,242,232)
#F8F7F2
(248,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C58E; }

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

This text font color is #C6C58E.


Background Color

.myBgColor { background-color: #C6C58E; }

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

This div background color is #C6C58E.


Border color

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

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

This div border color is #C6C58E.


Opacity

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

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

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

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

This text has shadow with #C6C58E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C58E on black background.


Color preview on white background

This text has color #C6C58E on white background.



Black color preview on #C6C58E background

This text has black color on #C6C58E background.


White color preview on #C6C58E background

This text has white color on #C6C58E background.