COLOR #C6A684

HEX: #C6A684
RGB: (198,166,132)

Color info

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

RGB color model

#C6A684 color RGB value is (198,166,132).

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

RGB channels and saturation

R 198 of 255 = 78%
G 166 of 255 = 65%
B 132 of 255 = 52%

198
166
132

R + G + B ~ 65%. #C6A684 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 166 + 132 = 496 (100%)
R 198 of 496 ~ 39.92%
G 166 of 496 ~ 33.47%
B 132 of 496 ~ 26.61%

%39.92
%33.47
%26.61

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.16%
  • yellow value is 33.33%
  • key color value is 22.35%
CMYK:
(0,16,33,22)
C0M16Y33K22 
(0%,16%,33%,22%)
(0.00/0.16/0.33/0.22)	

CMYK percentages

%0
%16.16
%33.33
%22.35

Codes

Color #C6A684 in popluar color models

C6A684
RGB198166132
HSL31°36.67%64.71%
HSB/HSV31°33.33%77.65%
CMYK0.00%16.16%33.33%
22.35%

Color #C6A684 in popluar number systems.

HEXC6A684
Decimal198166132
Binary110001101010011010000100
Octal306246204

Shades and tints

Shades of #C6A684

#C6A684
(198,166,132)
#B49778
(180,151,120)
#A2886C
(162,136,108)
#907960
(144,121,96)
#7E6A54
(126,106,84)
#6C5B48
(108,91,72)
#5A4C3C
(90,76,60)
#483D30
(72,61,48)
#362E24
(54,46,36)
#241F18
(36,31,24)
#12100C
(18,16,12)
#000000
(0,0,0)

Tints of #C6A684

#C6A684
(198,166,132)
#CBAE8F
(203,174,143)
#D0B69A
(208,182,154)
#D5BEA5
(213,190,165)
#DAC6B0
(218,198,176)
#DFCEBB
(223,206,187)
#E4D6C6
(228,214,198)
#E9DED1
(233,222,209)
#EEE6DC
(238,230,220)
#F3EEE7
(243,238,231)
#F8F6F2
(248,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A684; }

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

This text font color is #C6A684.


Background Color

.myBgColor { background-color: #C6A684; }

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

This div background color is #C6A684.


Border color

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

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

This div border color is #C6A684.


Opacity

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

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

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

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

This text has shadow with #C6A684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A684 on black background.


Color preview on white background

This text has color #C6A684 on white background.



Black color preview on #C6A684 background

This text has black color on #C6A684 background.


White color preview on #C6A684 background

This text has white color on #C6A684 background.