COLOR #C6A699

HEX: #C6A699 RGB: (198,166,153)

Color info

#C6A699 contains red, green and blue colors in about the same proportion. Web safe color of #C6A699 is #CC9999 (or #C99).

RGB color model

#C6A699 color RGB value is (198,166,153).

RGB: (198,166,153) (78%, 65%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 153 of 255 = 60%

198
166
153

R + G + B ~ 68%. #C6A699 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 166 + 153 = 517 (100%)
R 198 of 517 ~ 38.3%
G 166 of 517 ~ 32.11%
B 153 of 517 ~ 29.59'%

%38.3
%32.11
%29.59

CMYK color model

#C6A699 color CMYK value is (0,16,23,22).

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

CMYK: (0,16,23,22)
C0M16Y23K22 (0%, 16%, 23%, 22%)
(0.00 / 0.16 / 0.23 / 0.22)

CMYK percentages

%0
%16.16
%22.73
%22.35

Codes

Color #C6A699 in popluar color models

C6 A6 99
RGB 198 166 153
HSL 17° 28.30% 68.82%
HSB/HSV 17° 22.73% 77.65%
CMYK 0.00% 16.16% 22.73%
22.35%

Color #C6A699 in popluar number systems.

HEX C6 A6 99
Decimal 198 166 153
Binary 11000110 10100110 10011001
Octal 306 246 231

Shades and tints

Shades of #C6A699

#C6A699
(198,166,153)
#B4978C
(180,151,140)
#A2887F
(162,136,127)
#907972
(144,121,114)
#7E6A65
(126,106,101)
#6C5B58
(108,91,88)
#5A4C4B
(90,76,75)
#483D3E
(72,61,62)
#362E31
(54,46,49)
#241F24
(36,31,36)
#121017
(18,16,23)
#000000
(0,0,0)

Tints of #C6A699

#C6A699
(198,166,153)
#CBAEA2
(203,174,162)
#D0B6AB
(208,182,171)
#D5BEB4
(213,190,180)
#DAC6BD
(218,198,189)
#DFCEC6
(223,206,198)
#E4D6CF
(228,214,207)
#E9DED8
(233,222,216)
#EEE6E1
(238,230,225)
#F3EEEA
(243,238,234)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A699; }

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

This text font color is #C6A699.

Background Color

.myBgColor { background-color: #C6A699; }

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

This div background color is #C6A699.

Border color

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

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

This div border color is #C6A699.

Opacity

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

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

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

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

This text has shadow with #C6A699 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A699.

Preview

Color preview on black background

This text has color #C6A699 on black background.


Color preview on white background

This text has color #C6A699 on white background.


Black color preview on #C6A699 background

This text has black color on #C6A699 background.


White color preview on #C6A699 background

This text has white color on #C6A699 background.


Related colors

Complementary color

Complementary color for #hex is #395966.


I love getcolorcode.com

Triadic colors

1 #99C6A6 and #A699C6 with #C6A699 are triadic colors.

2 #99A6C6 and #A6C699 with #C6A699 are triadic colors.