COLOR #C6B2A1

HEX: #C6B2A1 RGB: (198,178,161)

Color info

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

RGB color model

#C6B2A1 color RGB value is (198,178,161).

RGB: (198,178,161) (78%, 70%, 63%)

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 161 of 255 = 63%

198
178
161

R + G + B ~ 70%. #C6B2A1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 178 + 161 = 537 (100%)
R 198 of 537 ~ 36.87%
G 178 of 537 ~ 33.15%
B 161 of 537 ~ 29.98'%

%36.87
%33.15
%29.98

CMYK color model

#C6B2A1 color CMYK value is (0,10,19,22).

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

CMYK: (0,10,19,22)
C0M10Y19K22 (0%, 10%, 19%, 22%)
(0.00 / 0.10 / 0.19 / 0.22)

CMYK percentages

%0
%10.1
%18.69
%22.35

Codes

Color #C6B2A1 in popluar color models

C6 B2 A1
RGB 198 178 161
HSL 28° 24.50% 70.39%
HSB/HSV 28° 18.69% 77.65%
CMYK 0.00% 10.10% 18.69%
22.35%

Color #C6B2A1 in popluar number systems.

HEX C6 B2 A1
Decimal 198 178 161
Binary 11000110 10110010 10100001
Octal 306 262 241

Shades and tints

Shades of #C6B2A1

#C6B2A1
(198,178,161)
#B4A293
(180,162,147)
#A29285
(162,146,133)
#908277
(144,130,119)
#7E7269
(126,114,105)
#6C625B
(108,98,91)
#5A524D
(90,82,77)
#48423F
(72,66,63)
#363231
(54,50,49)
#242223
(36,34,35)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6B2A1

#C6B2A1
(198,178,161)
#CBB9A9
(203,185,169)
#D0C0B1
(208,192,177)
#D5C7B9
(213,199,185)
#DACEC1
(218,206,193)
#DFD5C9
(223,213,201)
#E4DCD1
(228,220,209)
#E9E3D9
(233,227,217)
#EEEAE1
(238,234,225)
#F3F1E9
(243,241,233)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2A1; }

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

This text font color is #C6B2A1.

Background Color

.myBgColor { background-color: #C6B2A1; }

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

This div background color is #C6B2A1.

Border color

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

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

This div border color is #C6B2A1.

Opacity

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

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

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

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

This text has shadow with #C6B2A1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B2A1.

Preview

Color preview on black background

This text has color #C6B2A1 on black background.


Color preview on white background

This text has color #C6B2A1 on white background.


Black color preview on #C6B2A1 background

This text has black color on #C6B2A1 background.


White color preview on #C6B2A1 background

This text has white color on #C6B2A1 background.


Related colors

Complementary color

Complementary color for #hex is #394D5E.


I love getcolorcode.com

Triadic colors

1 #A1C6B2 and #B2A1C6 with #C6B2A1 are triadic colors.

2 #A1B2C6 and #B2C6A1 with #C6B2A1 are triadic colors.