COLOR #C6A69A

HEX: #C6A69A
RGB: (198,166,154)

Color info

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

RGB color model

#C6A69A color RGB value is (198,166,154).

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

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 154 of 255 = 60%

198
166
154

R + G + B ~ 68%. #C6A69A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 154 = 518 (100%)
R 198 of 518 ~ 38.22%
G 166 of 518 ~ 32.05%
B 154 of 518 ~ 29.73%

%38.22
%32.05
%29.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 22.22%
  • key color value is 22.35%
CMYK:
(0,16,22,22)
C0M16Y22K22 
(0%,16%,22%,22%)
(0.00/0.16/0.22/0.22)	

CMYK percentages

%0
%16.16
%22.22
%22.35

Codes

Color #C6A69A in popluar color models

C6A69A
RGB198166154
HSL16°27.85%69.02%
HSB/HSV16°22.22%77.65%
CMYK0.00%16.16%22.22%
22.35%

Color #C6A69A in popluar number systems.

HEXC6A69A
Decimal198166154
Binary110001101010011010011010
Octal306246232

Shades and tints

Shades of #C6A69A

#C6A69A
(198,166,154)
#B4978C
(180,151,140)
#A2887E
(162,136,126)
#907970
(144,121,112)
#7E6A62
(126,106,98)
#6C5B54
(108,91,84)
#5A4C46
(90,76,70)
#483D38
(72,61,56)
#362E2A
(54,46,42)
#241F1C
(36,31,28)
#12100E
(18,16,14)
#000000
(0,0,0)

Tints of #C6A69A

#C6A69A
(198,166,154)
#CBAEA3
(203,174,163)
#D0B6AC
(208,182,172)
#D5BEB5
(213,190,181)
#DAC6BE
(218,198,190)
#DFCEC7
(223,206,199)
#E4D6D0
(228,214,208)
#E9DED9
(233,222,217)
#EEE6E2
(238,230,226)
#F3EEEB
(243,238,235)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A69A; }

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

This text font color is #C6A69A.


Background Color

.myBgColor { background-color: #C6A69A; }

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

This div background color is #C6A69A.


Border color

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

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

This div border color is #C6A69A.


Opacity

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

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

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

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

This text has shadow with #C6A69A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A69A on black background.


Color preview on white background

This text has color #C6A69A on white background.



Black color preview on #C6A69A background

This text has black color on #C6A69A background.


White color preview on #C6A69A background

This text has white color on #C6A69A background.