COLOR #C6AC81

HEX: #C6AC81 RGB: (198,172,129)

Color info

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

RGB color model

#C6AC81 color RGB value is (198,172,129).

RGB: (198,172,129) (78%, 67%, 51%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 129 of 255 = 51%

198
172
129

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

Portions of RGB colors in percentages

R + G + B = 198 + 172 + 129 = 499 (100%)
R 198 of 499 ~ 39.68%
G 172 of 499 ~ 34.47%
B 129 of 499 ~ 25.85'%

%39.68
%34.47
%25.85

CMYK color model

#C6AC81 color CMYK value is (0,13,35,22).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 34.85%
  • key color value is 22.35%

CMYK: (0,13,35,22)
C0M13Y35K22 (0%, 13%, 35%, 22%)
(0.00 / 0.13 / 0.35 / 0.22)

CMYK percentages

%0
%13.13
%34.85
%22.35

Codes

Color #C6AC81 in popluar color models

C6 AC 81
RGB 198 172 129
HSL 37° 37.70% 64.12%
HSB/HSV 37° 34.85% 77.65%
CMYK 0.00% 13.13% 34.85%
22.35%

Color #C6AC81 in popluar number systems.

HEX C6 AC 81
Decimal 198 172 129
Binary 11000110 10101100 10000001
Octal 306 254 201

Shades and tints

Shades of #C6AC81

#C6AC81
(198,172,129)
#B49D76
(180,157,118)
#A28E6B
(162,142,107)
#907F60
(144,127,96)
#7E7055
(126,112,85)
#6C614A
(108,97,74)
#5A523F
(90,82,63)
#484334
(72,67,52)
#363429
(54,52,41)
#24251E
(36,37,30)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6AC81

#C6AC81
(198,172,129)
#CBB38C
(203,179,140)
#D0BA97
(208,186,151)
#D5C1A2
(213,193,162)
#DAC8AD
(218,200,173)
#DFCFB8
(223,207,184)
#E4D6C3
(228,214,195)
#E9DDCE
(233,221,206)
#EEE4D9
(238,228,217)
#F3EBE4
(243,235,228)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AC81; }

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

This text font color is #C6AC81.

Background Color

.myBgColor { background-color: #C6AC81; }

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

This div background color is #C6AC81.

Border color

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

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

This div border color is #C6AC81.

Opacity

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

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

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

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

This text has shadow with #C6AC81 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AC81.

Preview

Color preview on black background

This text has color #C6AC81 on black background.


Color preview on white background

This text has color #C6AC81 on white background.


Black color preview on #C6AC81 background

This text has black color on #C6AC81 background.


White color preview on #C6AC81 background

This text has white color on #C6AC81 background.


Related colors

Complementary color

Complementary color for #hex is #39537E.


I love getcolorcode.com

Triadic colors

1 #81C6AC and #AC81C6 with #C6AC81 are triadic colors.

2 #81ACC6 and #ACC681 with #C6AC81 are triadic colors.