COLOR #C6A689

HEX: #C6A689
RGB: (198,166,137)

Color info

#C6A689 contains mainly red and green colors. Web safe color of #C6A689 is #CC9999 (or #C99).

RGB color model

#C6A689 color RGB value is (198,166,137).

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

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 137 of 255 = 54%

198
166
137

R + G + B ~ 66%. #C6A689 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 137 = 501 (100%)
R 198 of 501 ~ 39.52%
G 166 of 501 ~ 33.13%
B 137 of 501 ~ 27.35%

%39.52
%33.13
%27.35

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 30.81%
  • key color value is 22.35%
CMYK:
(0,16,31,22)
C0M16Y31K22 
(0%,16%,31%,22%)
(0.00/0.16/0.31/0.22)	

CMYK percentages

%0
%16.16
%30.81
%22.35

Codes

Color #C6A689 in popluar color models

C6A689
RGB198166137
HSL29°34.86%65.69%
HSB/HSV29°30.81%77.65%
CMYK0.00%16.16%30.81%
22.35%

Color #C6A689 in popluar number systems.

HEXC6A689
Decimal198166137
Binary110001101010011010001001
Octal306246211

Shades and tints

Shades of #C6A689

#C6A689
(198,166,137)
#B4977D
(180,151,125)
#A28871
(162,136,113)
#907965
(144,121,101)
#7E6A59
(126,106,89)
#6C5B4D
(108,91,77)
#5A4C41
(90,76,65)
#483D35
(72,61,53)
#362E29
(54,46,41)
#241F1D
(36,31,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C6A689

#C6A689
(198,166,137)
#CBAE93
(203,174,147)
#D0B69D
(208,182,157)
#D5BEA7
(213,190,167)
#DAC6B1
(218,198,177)
#DFCEBB
(223,206,187)
#E4D6C5
(228,214,197)
#E9DECF
(233,222,207)
#EEE6D9
(238,230,217)
#F3EEE3
(243,238,227)
#F8F6ED
(248,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A689; }

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

This text font color is #C6A689.


Background Color

.myBgColor { background-color: #C6A689; }

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

This div background color is #C6A689.


Border color

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

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

This div border color is #C6A689.


Opacity

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

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

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

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

This text has shadow with #C6A689 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A689 on black background.


Color preview on white background

This text has color #C6A689 on white background.



Black color preview on #C6A689 background

This text has black color on #C6A689 background.


White color preview on #C6A689 background

This text has white color on #C6A689 background.