COLOR #C6A981

HEX: #C6A981 RGB: (198,169,129)

Color info

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

RGB color model

#C6A981 color RGB value is (198,169,129).

RGB: (198,169,129) (78%, 66%, 51%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 129 of 255 = 51%

198
169
129

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

Portions of RGB colors in percentages

R + G + B = 198 + 169 + 129 = 496 (100%)
R 198 of 496 ~ 39.92%
G 169 of 496 ~ 34.07%
B 129 of 496 ~ 26.01'%

%39.92
%34.07
%26.01

CMYK color model

#C6A981 color CMYK value is (0,15,35,22).

  • cyan value is 0.00%
  • magenta value is 14.65%
  • yellow value is 34.85%
  • key color value is 22.35%
CMYK: (0,15,35,22) C0M15Y35K22 (0%,15%,35%,22%) (0.00/0.15/0.35/0.22) 

CMYK percentages

%0
%14.65
%34.85
%22.35

Codes

Color #C6A981 in popluar color models

C6 A9 81
RGB 198 169 129
HSL 35° 37.70% 64.12%
HSB/HSV 35° 34.85% 77.65%
CMYK 0.00% 14.65% 34.85%
22.35%

Color #C6A981 in popluar number systems.

HEX C6 A9 81
Decimal 198 169 129
Binary 11000110 10101001 10000001
Octal 306 251 201

Shades and tints

Shades of #C6A981

#C6A981
(198,169,129)
#B49A76
(180,154,118)
#A28B6B
(162,139,107)
#907C60
(144,124,96)
#7E6D55
(126,109,85)
#6C5E4A
(108,94,74)
#5A4F3F
(90,79,63)
#484034
(72,64,52)
#363129
(54,49,41)
#24221E
(36,34,30)
#121313
(18,19,19)
#000000
(0,0,0)

Tints of #C6A981

#C6A981
(198,169,129)
#CBB08C
(203,176,140)
#D0B797
(208,183,151)
#D5BEA2
(213,190,162)
#DAC5AD
(218,197,173)
#DFCCB8
(223,204,184)
#E4D3C3
(228,211,195)
#E9DACE
(233,218,206)
#EEE1D9
(238,225,217)
#F3E8E4
(243,232,228)
#F8EFEF
(248,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A981 color. Also use rgb(198,169,129) instead hex code.

Text Font Color

.myTextColor { color: #C6A981; }

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

This text font color is #C6A981.

Background Color

.myBgColor { background-color: #C6A981; }

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

This div background color is #C6A981.

Border color

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

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

This div border color is #C6A981.

Opacity

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

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

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

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

This text has shadow with #C6A981 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A981.

Preview

Color preview on black background

This text has color #C6A981 on black background.


Color preview on white background

This text has color #C6A981 on white background.


Black color preview on #C6A981 background

This text has black color on #C6A981 background.


White color preview on #C6A981 background

This text has white color on #C6A981 background.


Related colors

Complementary color

Complementary color for #hex is #39567E.


I love getcolorcode.com

Triadic colors

1 #81C6A9 and #A981C6 with #C6A981 are triadic colors.

2 #81A9C6 and #A9C681 with #C6A981 are triadic colors.