COLOR #C6C190

HEX: #C6C190
RGB: (198,193,144)

Color info

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

RGB color model

#C6C190 color RGB value is (198,193,144).

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

RGB channels and saturation

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

198
193
144

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

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 144 = 535 (100%)
R 198 of 535 ~ 37.01%
G 193 of 535 ~ 36.07%
B 144 of 535 ~ 26.92%

%37.01
%36.07
%26.92

CMYK color model

#C6C190 color CMYK value is (0,3,27,22).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,3,27,22)
C0M3Y27K22 
(0%,3%,27%,22%)
(0.00/0.03/0.27/0.22)	

CMYK percentages

%0
%2.53
%27.27
%22.35

Codes

Color #C6C190 in popluar color models

C6C190
RGB198193144
HSL54°32.14%67.06%
HSB/HSV54°27.27%77.65%
CMYK0.00%2.53%27.27%
22.35%

Color #C6C190 in popluar number systems.

HEXC6C190
Decimal198193144
Binary110001101100000110010000
Octal306301220

Shades and tints

Shades of #C6C190

#C6C190
(198,193,144)
#B4B083
(180,176,131)
#A29F76
(162,159,118)
#908E69
(144,142,105)
#7E7D5C
(126,125,92)
#6C6C4F
(108,108,79)
#5A5B42
(90,91,66)
#484A35
(72,74,53)
#363928
(54,57,40)
#24281B
(36,40,27)
#12170E
(18,23,14)
#000000
(0,0,0)

Tints of #C6C190

#C6C190
(198,193,144)
#CBC69A
(203,198,154)
#D0CBA4
(208,203,164)
#D5D0AE
(213,208,174)
#DAD5B8
(218,213,184)
#DFDAC2
(223,218,194)
#E4DFCC
(228,223,204)
#E9E4D6
(233,228,214)
#EEE9E0
(238,233,224)
#F3EEEA
(243,238,234)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C190; }

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

This text font color is #C6C190.


Background Color

.myBgColor { background-color: #C6C190; }

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

This div background color is #C6C190.


Border color

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

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

This div border color is #C6C190.


Opacity

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

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

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

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

This text has shadow with #C6C190 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C190 on black background.


Color preview on white background

This text has color #C6C190 on white background.



Black color preview on #C6C190 background

This text has black color on #C6C190 background.


White color preview on #C6C190 background

This text has white color on #C6C190 background.