COLOR #C6A07C

HEX: #C6A07C RGB: (198,160,124)

Color info

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

RGB color model

#C6A07C color RGB value is (198,160,124).

RGB: (198,160,124) (78%, 63%, 49%)

RGB channels and saturation

R 198 of 255 = 78%
G 160 of 255 = 63%
B 124 of 255 = 49%

198
160
124

R + G + B ~ 63%. #C6A07C is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 160 + 124 = 482 (100%)
R 198 of 482 ~ 41.08%
G 160 of 482 ~ 33.2%
B 124 of 482 ~ 25.73'%

%41.08
%33.2
%25.73

CMYK color model

#C6A07C color CMYK value is (0,19,37,22).

  • cyan value is 0.00%
  • magenta value is 19.19%
  • yellow value is 37.37%
  • key color value is 22.35%

CMYK: (0,19,37,22)
C0M19Y37K22 (0%, 19%, 37%, 22%)
(0.00 / 0.19 / 0.37 / 0.22)

CMYK percentages

%0
%19.19
%37.37
%22.35

Codes

Color #C6A07C in popluar color models

C6 A0 7C
RGB 198 160 124
HSL 29° 39.36% 63.14%
HSB/HSV 29° 37.37% 77.65%
CMYK 0.00% 19.19% 37.37%
22.35%

Color #C6A07C in popluar number systems.

HEX C6 A0 7C
Decimal 198 160 124
Binary 11000110 10100000 1111100
Octal 306 240 174

Shades and tints

Shades of #C6A07C

#C6A07C
(198,160,124)
#B49271
(180,146,113)
#A28466
(162,132,102)
#90765B
(144,118,91)
#7E6850
(126,104,80)
#6C5A45
(108,90,69)
#5A4C3A
(90,76,58)
#483E2F
(72,62,47)
#363024
(54,48,36)
#242219
(36,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #C6A07C

#C6A07C
(198,160,124)
#CBA887
(203,168,135)
#D0B092
(208,176,146)
#D5B89D
(213,184,157)
#DAC0A8
(218,192,168)
#DFC8B3
(223,200,179)
#E4D0BE
(228,208,190)
#E9D8C9
(233,216,201)
#EEE0D4
(238,224,212)
#F3E8DF
(243,232,223)
#F8F0EA
(248,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A07C color. Also use rgb(198,160,124) instead hex code.

Text Font Color

.myTextColor { color: #C6A07C; }

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

This text font color is #C6A07C.

Background Color

.myBgColor { background-color: #C6A07C; }

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

This div background color is #C6A07C.

Border color

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

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

This div border color is #C6A07C.

Opacity

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

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

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

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

This text has shadow with #C6A07C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A07C.

Preview

Color preview on black background

This text has color #C6A07C on black background.


Color preview on white background

This text has color #C6A07C on white background.


Black color preview on #C6A07C background

This text has black color on #C6A07C background.


White color preview on #C6A07C background

This text has white color on #C6A07C background.


Related colors

Complementary color

Complementary color for #hex is #395F83.


I love getcolorcode.com

Triadic colors

1 #7CC6A0 and #A07CC6 with #C6A07C are triadic colors.

2 #7CA0C6 and #A0C67C with #C6A07C are triadic colors.