COLOR #C6C799

HEX: #C6C799
RGB: (198,199,153)

Color info

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

RGB color model

#C6C799 color RGB value is (198,199,153).

  • red value is 198;
  • green value is 199;
  • blue value is 153.
RGB:
(198,199,153)
(78%,78%,60%)

RGB channels and saturation

R 198 of 255 = 78%
G 199 of 255 = 78%
B 153 of 255 = 60%

198
199
153

R + G + B ~ 72%. #C6C799 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 199 + 153 = 550 (100%)
R 198 of 550 ~ 36%
G 199 of 550 ~ 36.18%
B 153 of 550 ~ 27.82%

%36
%36.18
%27.82

CMYK color model

#C6C799 color CMYK value is (1,0,23,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 23.12%
  • key color value is 21.96%
CMYK:
(1,0,23,22)
C1M0Y23K22 
(1%,0%,23%,22%)
(0.01/0.00/0.23/0.22)	

CMYK percentages

%0.5
%0
%23.12
%21.96

Codes

Color #C6C799 in popluar color models

C6C799
RGB198199153
HSL61°29.11%69.02%
HSB/HSV61°23.12%78.04%
CMYK0.50%0.00%23.12%
21.96%

Color #C6C799 in popluar number systems.

HEXC6C799
Decimal198199153
Binary110001101100011110011001
Octal306307231

Shades and tints

Shades of #C6C799

#C6C799
(198,199,153)
#B4B58C
(180,181,140)
#A2A37F
(162,163,127)
#909172
(144,145,114)
#7E7F65
(126,127,101)
#6C6D58
(108,109,88)
#5A5B4B
(90,91,75)
#48493E
(72,73,62)
#363731
(54,55,49)
#242524
(36,37,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #C6C799

#C6C799
(198,199,153)
#CBCCA2
(203,204,162)
#D0D1AB
(208,209,171)
#D5D6B4
(213,214,180)
#DADBBD
(218,219,189)
#DFE0C6
(223,224,198)
#E4E5CF
(228,229,207)
#E9EAD8
(233,234,216)
#EEEFE1
(238,239,225)
#F3F4EA
(243,244,234)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C799 color. Also use rgb(198,199,153) instead hex code.

Text Font Color

.myTextColor { color: #C6C799; }

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

This text font color is #C6C799.


Background Color

.myBgColor { background-color: #C6C799; }

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

This div background color is #C6C799.


Border color

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

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

This div border color is #C6C799.


Opacity

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

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

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

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

This text has shadow with #C6C799 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C799 on black background.


Color preview on white background

This text has color #C6C799 on white background.



Black color preview on #C6C799 background

This text has black color on #C6C799 background.


White color preview on #C6C799 background

This text has white color on #C6C799 background.