COLOR #C6C48E

HEX: #C6C48E
RGB: (198,196,142)

Color info

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

RGB color model

#C6C48E color RGB value is (198,196,142).

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

RGB channels and saturation

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

198
196
142

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

Portions of RGB colors in percentages

R + G + B =
198 + 196 + 142 = 536 (100%)
R 198 of 536 ~ 36.94%
G 196 of 536 ~ 36.57%
B 142 of 536 ~ 26.49%

%36.94
%36.57
%26.49

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.01%
  • 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
%1.01
%28.28
%22.35

Codes

Color #C6C48E in popluar color models

C6C48E
RGB198196142
HSL58°32.94%66.67%
HSB/HSV58°28.28%77.65%
CMYK0.00%1.01%28.28%
22.35%

Color #C6C48E in popluar number systems.

HEXC6C48E
Decimal198196142
Binary110001101100010010001110
Octal306304216

Shades and tints

Shades of #C6C48E

#C6C48E
(198,196,142)
#B4B382
(180,179,130)
#A2A276
(162,162,118)
#90916A
(144,145,106)
#7E805E
(126,128,94)
#6C6F52
(108,111,82)
#5A5E46
(90,94,70)
#484D3A
(72,77,58)
#363C2E
(54,60,46)
#242B22
(36,43,34)
#121A16
(18,26,22)
#000000
(0,0,0)

Tints of #C6C48E

#C6C48E
(198,196,142)
#CBC998
(203,201,152)
#D0CEA2
(208,206,162)
#D5D3AC
(213,211,172)
#DAD8B6
(218,216,182)
#DFDDC0
(223,221,192)
#E4E2CA
(228,226,202)
#E9E7D4
(233,231,212)
#EEECDE
(238,236,222)
#F3F1E8
(243,241,232)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C48E; }

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

This text font color is #C6C48E.


Background Color

.myBgColor { background-color: #C6C48E; }

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

This div background color is #C6C48E.


Border color

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

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

This div border color is #C6C48E.


Opacity

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

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

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

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

This text has shadow with #C6C48E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C48E on black background.


Color preview on white background

This text has color #C6C48E on white background.



Black color preview on #C6C48E background

This text has black color on #C6C48E background.


White color preview on #C6C48E background

This text has white color on #C6C48E background.