COLOR #C6A37F

HEX: #C6A37F RGB: (198,163,127)

Color info

#C6A37F contains mainly red and green colors. Web safe color of #C6A37F is #CC9966 (or #C96).

RGB color model

#C6A37F color RGB value is (198,163,127).

RGB: (198,163,127) (78%, 64%, 50%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 127 of 255 = 50%

198
163
127

R + G + B ~ 64%. #C6A37F is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 163 + 127 = 488 (100%)
R 198 of 488 ~ 40.57%
G 163 of 488 ~ 33.4%
B 127 of 488 ~ 26.02'%

%40.57
%33.4
%26.02

CMYK color model

#C6A37F color CMYK value is (0,18,36,22).

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 35.86%
  • key color value is 22.35%

CMYK: (0,18,36,22)
C0M18Y36K22 (0%, 18%, 36%, 22%)
(0.00 / 0.18 / 0.36 / 0.22)

CMYK percentages

%0
%17.68
%35.86
%22.35

Codes

Color #C6A37F in popluar color models

C6 A3 7F
RGB 198 163 127
HSL 30° 38.38% 63.73%
HSB/HSV 30° 35.86% 77.65%
CMYK 0.00% 17.68% 35.86%
22.35%

Color #C6A37F in popluar number systems.

HEX C6 A3 7F
Decimal 198 163 127
Binary 11000110 10100011 1111111
Octal 306 243 177

Shades and tints

Shades of #C6A37F

#C6A37F
(198,163,127)
#B49574
(180,149,116)
#A28769
(162,135,105)
#90795E
(144,121,94)
#7E6B53
(126,107,83)
#6C5D48
(108,93,72)
#5A4F3D
(90,79,61)
#484132
(72,65,50)
#363327
(54,51,39)
#24251C
(36,37,28)
#121711
(18,23,17)
#000000
(0,0,0)

Tints of #C6A37F

#C6A37F
(198,163,127)
#CBAB8A
(203,171,138)
#D0B395
(208,179,149)
#D5BBA0
(213,187,160)
#DAC3AB
(218,195,171)
#DFCBB6
(223,203,182)
#E4D3C1
(228,211,193)
#E9DBCC
(233,219,204)
#EEE3D7
(238,227,215)
#F3EBE2
(243,235,226)
#F8F3ED
(248,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A37F color. Also use rgb(198,163,127) instead hex code.

Text Font Color

.myTextColor { color: #C6A37F; }

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

This text font color is #C6A37F.

Background Color

.myBgColor { background-color: #C6A37F; }

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

This div background color is #C6A37F.

Border color

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

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

This div border color is #C6A37F.

Opacity

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

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

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

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

This text has shadow with #C6A37F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A37F.

Preview

Color preview on black background

This text has color #C6A37F on black background.


Color preview on white background

This text has color #C6A37F on white background.


Black color preview on #C6A37F background

This text has black color on #C6A37F background.


White color preview on #C6A37F background

This text has white color on #C6A37F background.


Related colors

Complementary color

Complementary color for #hex is #395C80.


I love getcolorcode.com

Triadic colors

1 #7FC6A3 and #A37FC6 with #C6A37F are triadic colors.

2 #7FA3C6 and #A3C67F with #C6A37F are triadic colors.