COLOR #C6A187

HEX: #C6A187 RGB: (198,161,135)

Color info

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

RGB color model

#C6A187 color RGB value is (198,161,135).

RGB: (198,161,135) (78%, 63%, 53%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 135 of 255 = 53%

198
161
135

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

Portions of RGB colors in percentages

R + G + B = 198 + 161 + 135 = 494 (100%)
R 198 of 494 ~ 40.08%
G 161 of 494 ~ 32.59%
B 135 of 494 ~ 27.33'%

%40.08
%32.59
%27.33

CMYK color model

#C6A187 color CMYK value is (0,19,32,22).

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 31.82%
  • key color value is 22.35%
CMYK: (0,19,32,22) C0M19Y32K22 (0%,19%,32%,22%) (0.00/0.19/0.32/0.22) 

CMYK percentages

%0
%18.69
%31.82
%22.35

Codes

Color #C6A187 in popluar color models

C6 A1 87
RGB 198 161 135
HSL 25° 35.59% 65.29%
HSB/HSV 25° 31.82% 77.65%
CMYK 0.00% 18.69% 31.82%
22.35%

Color #C6A187 in popluar number systems.

HEX C6 A1 87
Decimal 198 161 135
Binary 11000110 10100001 10000111
Octal 306 241 207

Shades and tints

Shades of #C6A187

#C6A187
(198,161,135)
#B4937B
(180,147,123)
#A2856F
(162,133,111)
#907763
(144,119,99)
#7E6957
(126,105,87)
#6C5B4B
(108,91,75)
#5A4D3F
(90,77,63)
#483F33
(72,63,51)
#363127
(54,49,39)
#24231B
(36,35,27)
#12150F
(18,21,15)
#000000
(0,0,0)

Tints of #C6A187

#C6A187
(198,161,135)
#CBA991
(203,169,145)
#D0B19B
(208,177,155)
#D5B9A5
(213,185,165)
#DAC1AF
(218,193,175)
#DFC9B9
(223,201,185)
#E4D1C3
(228,209,195)
#E9D9CD
(233,217,205)
#EEE1D7
(238,225,215)
#F3E9E1
(243,233,225)
#F8F1EB
(248,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A187 color. Also use rgb(198,161,135) instead hex code.

Text Font Color

.myTextColor { color: #C6A187; }

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

This text font color is #C6A187.

Background Color

.myBgColor { background-color: #C6A187; }

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

This div background color is #C6A187.

Border color

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

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

This div border color is #C6A187.

Opacity

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

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

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

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

This text has shadow with #C6A187 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A187.

Preview

Color preview on black background

This text has color #C6A187 on black background.


Color preview on white background

This text has color #C6A187 on white background.


Black color preview on #C6A187 background

This text has black color on #C6A187 background.


White color preview on #C6A187 background

This text has white color on #C6A187 background.


Related colors

Complementary color

Complementary color for #hex is #395E78.


I love getcolorcode.com

Triadic colors

1 #87C6A1 and #A187C6 with #C6A187 are triadic colors.

2 #87A1C6 and #A1C687 with #C6A187 are triadic colors.