COLOR #C6C390

HEX: #C6C390
RGB: (198,195,144)

Color info

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

RGB color model

#C6C390 color RGB value is (198,195,144).

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

RGB channels and saturation

R 198 of 255 = 78%
G 195 of 255 = 76%
B 144 of 255 = 56%

198
195
144

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

Portions of RGB colors in percentages

R + G + B =
198 + 195 + 144 = 537 (100%)
R 198 of 537 ~ 36.87%
G 195 of 537 ~ 36.31%
B 144 of 537 ~ 26.82%

%36.87
%36.31
%26.82

CMYK color model

#C6C390 color CMYK value is (0,2,27,22).

  • cyan value is 0.00%
  • magenta value is 1.52%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,2,27,22)
C0M2Y27K22 
(0%,2%,27%,22%)
(0.00/0.02/0.27/0.22)	

CMYK percentages

%0
%1.52
%27.27
%22.35

Codes

Color #C6C390 in popluar color models

C6C390
RGB198195144
HSL57°32.14%67.06%
HSB/HSV57°27.27%77.65%
CMYK0.00%1.52%27.27%
22.35%

Color #C6C390 in popluar number systems.

HEXC6C390
Decimal198195144
Binary110001101100001110010000
Octal306303220

Shades and tints

Shades of #C6C390

#C6C390
(198,195,144)
#B4B283
(180,178,131)
#A2A176
(162,161,118)
#909069
(144,144,105)
#7E7F5C
(126,127,92)
#6C6E4F
(108,110,79)
#5A5D42
(90,93,66)
#484C35
(72,76,53)
#363B28
(54,59,40)
#242A1B
(36,42,27)
#12190E
(18,25,14)
#000000
(0,0,0)

Tints of #C6C390

#C6C390
(198,195,144)
#CBC89A
(203,200,154)
#D0CDA4
(208,205,164)
#D5D2AE
(213,210,174)
#DAD7B8
(218,215,184)
#DFDCC2
(223,220,194)
#E4E1CC
(228,225,204)
#E9E6D6
(233,230,214)
#EEEBE0
(238,235,224)
#F3F0EA
(243,240,234)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C390; }

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

This text font color is #C6C390.


Background Color

.myBgColor { background-color: #C6C390; }

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

This div background color is #C6C390.


Border color

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

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

This div border color is #C6C390.


Opacity

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

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

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

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

This text has shadow with #C6C390 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C390 on black background.


Color preview on white background

This text has color #C6C390 on white background.



Black color preview on #C6C390 background

This text has black color on #C6C390 background.


White color preview on #C6C390 background

This text has white color on #C6C390 background.