COLOR #C6B5A6

HEX: #C6B5A6 RGB: (198,181,166)

Color info

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

RGB color model

#C6B5A6 color RGB value is (198,181,166).

RGB: (198,181,166) (78%, 71%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 181 of 255 = 71%
B 166 of 255 = 65%

198
181
166

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

Portions of RGB colors in percentages

R + G + B = 198 + 181 + 166 = 545 (100%)
R 198 of 545 ~ 36.33%
G 181 of 545 ~ 33.21%
B 166 of 545 ~ 30.46'%

%36.33
%33.21
%30.46

CMYK color model

#C6B5A6 color CMYK value is (0,9,16,22).

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

CMYK: (0,9,16,22)
C0M9Y16K22 (0%, 9%, 16%, 22%)
(0.00 / 0.09 / 0.16 / 0.22)

CMYK percentages

%0
%8.59
%16.16
%22.35

Codes

Color #C6B5A6 in popluar color models

C6 B5 A6
RGB 198 181 166
HSL 28° 21.92% 71.37%
HSB/HSV 28° 16.16% 77.65%
CMYK 0.00% 8.59% 16.16%
22.35%

Color #C6B5A6 in popluar number systems.

HEX C6 B5 A6
Decimal 198 181 166
Binary 11000110 10110101 10100110
Octal 306 265 246

Shades and tints

Shades of #C6B5A6

#C6B5A6
(198,181,166)
#B4A597
(180,165,151)
#A29588
(162,149,136)
#908579
(144,133,121)
#7E756A
(126,117,106)
#6C655B
(108,101,91)
#5A554C
(90,85,76)
#48453D
(72,69,61)
#36352E
(54,53,46)
#24251F
(36,37,31)
#121510
(18,21,16)
#000000
(0,0,0)

Tints of #C6B5A6

#C6B5A6
(198,181,166)
#CBBBAE
(203,187,174)
#D0C1B6
(208,193,182)
#D5C7BE
(213,199,190)
#DACDC6
(218,205,198)
#DFD3CE
(223,211,206)
#E4D9D6
(228,217,214)
#E9DFDE
(233,223,222)
#EEE5E6
(238,229,230)
#F3EBEE
(243,235,238)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B5A6; }

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

This text font color is #C6B5A6.

Background Color

.myBgColor { background-color: #C6B5A6; }

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

This div background color is #C6B5A6.

Border color

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

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

This div border color is #C6B5A6.

Opacity

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

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

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

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

This text has shadow with #C6B5A6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B5A6.

Preview

Color preview on black background

This text has color #C6B5A6 on black background.


Color preview on white background

This text has color #C6B5A6 on white background.


Black color preview on #C6B5A6 background

This text has black color on #C6B5A6 background.


White color preview on #C6B5A6 background

This text has white color on #C6B5A6 background.


Related colors

Complementary color

Complementary color for #hex is #394A59.


I love getcolorcode.com

Triadic colors

1 #A6C6B5 and #B5A6C6 with #C6B5A6 are triadic colors.

2 #A6B5C6 and #B5C6A6 with #C6B5A6 are triadic colors.