COLOR #C6C09A

HEX: #C6C09A RGB: (198,192,154)

Color info

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

RGB color model

#C6C09A color RGB value is (198,192,154).

RGB: (198,192,154) (78%, 75%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 192 of 255 = 75%
B 154 of 255 = 60%

198
192
154

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

Portions of RGB colors in percentages

R + G + B = 198 + 192 + 154 = 544 (100%)
R 198 of 544 ~ 36.4%
G 192 of 544 ~ 35.29%
B 154 of 544 ~ 28.31'%

%36.4
%35.29
%28.31

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.03%
  • yellow value is 22.22%
  • key color value is 22.35%

CMYK: (0,3,22,22)
C0M3Y22K22 (0%, 3%, 22%, 22%)
(0.00 / 0.03 / 0.22 / 0.22)

CMYK percentages

%0
%3.03
%22.22
%22.35

Codes

Color #C6C09A in popluar color models

C6 C0 9A
RGB 198 192 154
HSL 52° 27.85% 69.02%
HSB/HSV 52° 22.22% 77.65%
CMYK 0.00% 3.03% 22.22%
22.35%

Color #C6C09A in popluar number systems.

HEX C6 C0 9A
Decimal 198 192 154
Binary 11000110 11000000 10011010
Octal 306 300 232

Shades and tints

Shades of #C6C09A

#C6C09A
(198,192,154)
#B4AF8C
(180,175,140)
#A29E7E
(162,158,126)
#908D70
(144,141,112)
#7E7C62
(126,124,98)
#6C6B54
(108,107,84)
#5A5A46
(90,90,70)
#484938
(72,73,56)
#36382A
(54,56,42)
#24271C
(36,39,28)
#12160E
(18,22,14)
#000000
(0,0,0)

Tints of #C6C09A

#C6C09A
(198,192,154)
#CBC5A3
(203,197,163)
#D0CAAC
(208,202,172)
#D5CFB5
(213,207,181)
#DAD4BE
(218,212,190)
#DFD9C7
(223,217,199)
#E4DED0
(228,222,208)
#E9E3D9
(233,227,217)
#EEE8E2
(238,232,226)
#F3EDEB
(243,237,235)
#F8F2F4
(248,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C09A color. Also use rgb(198,192,154) instead hex code.

Text Font Color

.myTextColor { color: #C6C09A; }

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

This text font color is #C6C09A.

Background Color

.myBgColor { background-color: #C6C09A; }

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

This div background color is #C6C09A.

Border color

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

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

This div border color is #C6C09A.

Opacity

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

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

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

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

This text has shadow with #C6C09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C09A.

Preview

Color preview on black background

This text has color #C6C09A on black background.


Color preview on white background

This text has color #C6C09A on white background.


Black color preview on #C6C09A background

This text has black color on #C6C09A background.


White color preview on #C6C09A background

This text has white color on #C6C09A background.


Related colors

Complementary color

Complementary color for #hex is #393F65.


I love getcolorcode.com

Triadic colors

1 #9AC6C0 and #C09AC6 with #C6C09A are triadic colors.

2 #9AC0C6 and #C0C69A with #C6C09A are triadic colors.