COLOR #C6C299

HEX: #C6C299 RGB: (198,194,153)

Color info

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

RGB color model

#C6C299 color RGB value is (198,194,153).

RGB: (198,194,153) (78%, 76%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 194 of 255 = 76%
B 153 of 255 = 60%

198
194
153

R + G + B ~ 71%. #C6C299 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 194 + 153 = 545 (100%)
R 198 of 545 ~ 36.33%
G 194 of 545 ~ 35.6%
B 153 of 545 ~ 28.07'%

%36.33
%35.6
%28.07

CMYK color model

#C6C299 color CMYK value is (0,2,23,22).

  • cyan value is 0.00%
  • magenta value is 2.02%
  • yellow value is 22.73%
  • key color value is 22.35%

CMYK: (0,2,23,22)
C0M2Y23K22 (0%, 2%, 23%, 22%)
(0.00 / 0.02 / 0.23 / 0.22)

CMYK percentages

%0
%2.02
%22.73
%22.35

Codes

Color #C6C299 in popluar color models

C6 C2 99
RGB 198 194 153
HSL 55° 28.30% 68.82%
HSB/HSV 55° 22.73% 77.65%
CMYK 0.00% 2.02% 22.73%
22.35%

Color #C6C299 in popluar number systems.

HEX C6 C2 99
Decimal 198 194 153
Binary 11000110 11000010 10011001
Octal 306 302 231

Shades and tints

Shades of #C6C299

#C6C299
(198,194,153)
#B4B18C
(180,177,140)
#A2A07F
(162,160,127)
#908F72
(144,143,114)
#7E7E65
(126,126,101)
#6C6D58
(108,109,88)
#5A5C4B
(90,92,75)
#484B3E
(72,75,62)
#363A31
(54,58,49)
#242924
(36,41,36)
#121817
(18,24,23)
#000000
(0,0,0)

Tints of #C6C299

#C6C299
(198,194,153)
#CBC7A2
(203,199,162)
#D0CCAB
(208,204,171)
#D5D1B4
(213,209,180)
#DAD6BD
(218,214,189)
#DFDBC6
(223,219,198)
#E4E0CF
(228,224,207)
#E9E5D8
(233,229,216)
#EEEAE1
(238,234,225)
#F3EFEA
(243,239,234)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C299; }

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

This text font color is #C6C299.

Background Color

.myBgColor { background-color: #C6C299; }

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

This div background color is #C6C299.

Border color

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

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

This div border color is #C6C299.

Opacity

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

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

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

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

This text has shadow with #C6C299 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C299.

Preview

Color preview on black background

This text has color #C6C299 on black background.


Color preview on white background

This text has color #C6C299 on white background.


Black color preview on #C6C299 background

This text has black color on #C6C299 background.


White color preview on #C6C299 background

This text has white color on #C6C299 background.


Related colors

Complementary color

Complementary color for #hex is #393D66.


I love getcolorcode.com

Triadic colors

1 #99C6C2 and #C299C6 with #C6C299 are triadic colors.

2 #99C2C6 and #C2C699 with #C6C299 are triadic colors.