COLOR #C6B0A0

HEX: #C6B0A0
RGB: (198,176,160)

Color info

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

RGB color model

#C6B0A0 color RGB value is (198,176,160).

  • red value is 198;
  • green value is 176;
  • blue value is 160.
RGB:
(198,176,160)
(78%,69%,63%)

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 160 of 255 = 63%

198
176
160

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

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 160 = 534 (100%)
R 198 of 534 ~ 37.08%
G 176 of 534 ~ 32.96%
B 160 of 534 ~ 29.96%

%37.08
%32.96
%29.96

CMYK color model

#C6B0A0 color CMYK value is (0,11,19,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 19.19%
  • key color value is 22.35%
CMYK:
(0,11,19,22)
C0M11Y19K22 
(0%,11%,19%,22%)
(0.00/0.11/0.19/0.22)	

CMYK percentages

%0
%11.11
%19.19
%22.35

Codes

Color #C6B0A0 in popluar color models

C6B0A0
RGB198176160
HSL25°25.00%70.20%
HSB/HSV25°19.19%77.65%
CMYK0.00%11.11%19.19%
22.35%

Color #C6B0A0 in popluar number systems.

HEXC6B0A0
Decimal198176160
Binary110001101011000010100000
Octal306260240

Shades and tints

Shades of #C6B0A0

#C6B0A0
(198,176,160)
#B4A092
(180,160,146)
#A29084
(162,144,132)
#908076
(144,128,118)
#7E7068
(126,112,104)
#6C605A
(108,96,90)
#5A504C
(90,80,76)
#48403E
(72,64,62)
#363030
(54,48,48)
#242022
(36,32,34)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C6B0A0

#C6B0A0
(198,176,160)
#CBB7A8
(203,183,168)
#D0BEB0
(208,190,176)
#D5C5B8
(213,197,184)
#DACCC0
(218,204,192)
#DFD3C8
(223,211,200)
#E4DAD0
(228,218,208)
#E9E1D8
(233,225,216)
#EEE8E0
(238,232,224)
#F3EFE8
(243,239,232)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B0A0 color. Also use rgb(198,176,160) instead hex code.

Text Font Color

.myTextColor { color: #C6B0A0; }

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

This text font color is #C6B0A0.


Background Color

.myBgColor { background-color: #C6B0A0; }

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

This div background color is #C6B0A0.


Border color

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

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

This div border color is #C6B0A0.


Opacity

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

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

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

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

This text has shadow with #C6B0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B0A0 on black background.


Color preview on white background

This text has color #C6B0A0 on white background.



Black color preview on #C6B0A0 background

This text has black color on #C6B0A0 background.


White color preview on #C6B0A0 background

This text has white color on #C6B0A0 background.