COLOR #C6A696

HEX: #C6A696
RGB: (198,166,150)

Color info

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

RGB color model

#C6A696 color RGB value is (198,166,150).

  • red value is 198;
  • green value is 166;
  • blue value is 150.
RGB:
(198,166,150)
(78%,65%,59%)

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 150 of 255 = 59%

198
166
150

R + G + B ~ 67%. #C6A696 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 150 = 514 (100%)
R 198 of 514 ~ 38.52%
G 166 of 514 ~ 32.3%
B 150 of 514 ~ 29.18%

%38.52
%32.3
%29.18

CMYK color model

#C6A696 color CMYK value is (0,16,24,22).

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 24.24%
  • key color value is 22.35%
CMYK:
(0,16,24,22)
C0M16Y24K22 
(0%,16%,24%,22%)
(0.00/0.16/0.24/0.22)	

CMYK percentages

%0
%16.16
%24.24
%22.35

Codes

Color #C6A696 in popluar color models

C6A696
RGB198166150
HSL20°29.63%68.24%
HSB/HSV20°24.24%77.65%
CMYK0.00%16.16%24.24%
22.35%

Color #C6A696 in popluar number systems.

HEXC6A696
Decimal198166150
Binary110001101010011010010110
Octal306246226

Shades and tints

Shades of #C6A696

#C6A696
(198,166,150)
#B49789
(180,151,137)
#A2887C
(162,136,124)
#90796F
(144,121,111)
#7E6A62
(126,106,98)
#6C5B55
(108,91,85)
#5A4C48
(90,76,72)
#483D3B
(72,61,59)
#362E2E
(54,46,46)
#241F21
(36,31,33)
#121014
(18,16,20)
#000000
(0,0,0)

Tints of #C6A696

#C6A696
(198,166,150)
#CBAE9F
(203,174,159)
#D0B6A8
(208,182,168)
#D5BEB1
(213,190,177)
#DAC6BA
(218,198,186)
#DFCEC3
(223,206,195)
#E4D6CC
(228,214,204)
#E9DED5
(233,222,213)
#EEE6DE
(238,230,222)
#F3EEE7
(243,238,231)
#F8F6F0
(248,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A696; }

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

This text font color is #C6A696.


Background Color

.myBgColor { background-color: #C6A696; }

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

This div background color is #C6A696.


Border color

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

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

This div border color is #C6A696.


Opacity

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

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

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

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

This text has shadow with #C6A696 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A696 on black background.


Color preview on white background

This text has color #C6A696 on white background.



Black color preview on #C6A696 background

This text has black color on #C6A696 background.


White color preview on #C6A696 background

This text has white color on #C6A696 background.