COLOR #C6B6A1

HEX: #C6B6A1 RGB: (198,182,161)

Color info

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

RGB color model

#C6B6A1 color RGB value is (198,182,161).

RGB: (198,182,161) (78%, 71%, 63%)

RGB channels and saturation

R 198 of 255 = 78%
G 182 of 255 = 71%
B 161 of 255 = 63%

198
182
161

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

Portions of RGB colors in percentages

R + G + B = 198 + 182 + 161 = 541 (100%)
R 198 of 541 ~ 36.6%
G 182 of 541 ~ 33.64%
B 161 of 541 ~ 29.76'%

%36.6
%33.64
%29.76

CMYK color model

#C6B6A1 color CMYK value is (0,8,19,22).

  • cyan value is 0.00%
  • magenta value is 8.08%
  • yellow value is 18.69%
  • key color value is 22.35%

CMYK: (0,8,19,22)
C0M8Y19K22 (0%, 8%, 19%, 22%)
(0.00 / 0.08 / 0.19 / 0.22)

CMYK percentages

%0
%8.08
%18.69
%22.35

Codes

Color #C6B6A1 in popluar color models

C6 B6 A1
RGB 198 182 161
HSL 34° 24.50% 70.39%
HSB/HSV 34° 18.69% 77.65%
CMYK 0.00% 8.08% 18.69%
22.35%

Color #C6B6A1 in popluar number systems.

HEX C6 B6 A1
Decimal 198 182 161
Binary 11000110 10110110 10100001
Octal 306 266 241

Shades and tints

Shades of #C6B6A1

#C6B6A1
(198,182,161)
#B4A693
(180,166,147)
#A29685
(162,150,133)
#908677
(144,134,119)
#7E7669
(126,118,105)
#6C665B
(108,102,91)
#5A564D
(90,86,77)
#48463F
(72,70,63)
#363631
(54,54,49)
#242623
(36,38,35)
#121615
(18,22,21)
#000000
(0,0,0)

Tints of #C6B6A1

#C6B6A1
(198,182,161)
#CBBCA9
(203,188,169)
#D0C2B1
(208,194,177)
#D5C8B9
(213,200,185)
#DACEC1
(218,206,193)
#DFD4C9
(223,212,201)
#E4DAD1
(228,218,209)
#E9E0D9
(233,224,217)
#EEE6E1
(238,230,225)
#F3ECE9
(243,236,233)
#F8F2F1
(248,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B6A1 color. Also use rgb(198,182,161) instead hex code.

Text Font Color

.myTextColor { color: #C6B6A1; }

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

This text font color is #C6B6A1.

Background Color

.myBgColor { background-color: #C6B6A1; }

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

This div background color is #C6B6A1.

Border color

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

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

This div border color is #C6B6A1.

Opacity

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

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

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

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

This text has shadow with #C6B6A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B6A1.

Preview

Color preview on black background

This text has color #C6B6A1 on black background.


Color preview on white background

This text has color #C6B6A1 on white background.


Black color preview on #C6B6A1 background

This text has black color on #C6B6A1 background.


White color preview on #C6B6A1 background

This text has white color on #C6B6A1 background.


Related colors

Complementary color

Complementary color for #hex is #39495E.


I love getcolorcode.com

Triadic colors

1 #A1C6B6 and #B6A1C6 with #C6B6A1 are triadic colors.

2 #A1B6C6 and #B6C6A1 with #C6B6A1 are triadic colors.