COLOR #C6A49B

HEX: #C6A49B
RGB: (198,164,155)

Color info

#C6A49B contains red, green and blue colors in about the same proportion. Web safe color of #C6A49B is #CC9999 (or #C99).

RGB color model

#C6A49B color RGB value is (198,164,155).

  • red value is 198;
  • green value is 164;
  • blue value is 155.
RGB:
(198,164,155)
(78%,64%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 164 of 255 = 64%
B 155 of 255 = 61%

198
164
155

R + G + B ~ 68%. #C6A49B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 164 + 155 = 517 (100%)
R 198 of 517 ~ 38.3%
G 164 of 517 ~ 31.72%
B 155 of 517 ~ 29.98%

%38.3
%31.72
%29.98

CMYK color model

#C6A49B color CMYK value is (0,17,22,22).

  • cyan value is 0.00%
  • magenta value is 17.17%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(0,17,22,22)
C0M17Y22K22 
(0%,17%,22%,22%)
(0.00/0.17/0.22/0.22)	

CMYK percentages

%0
%17.17
%21.72
%22.35

Codes

Color #C6A49B in popluar color models

C6A49B
RGB198164155
HSL13°27.39%69.22%
HSB/HSV13°21.72%77.65%
CMYK0.00%17.17%21.72%
22.35%

Color #C6A49B in popluar number systems.

HEXC6A49B
Decimal198164155
Binary110001101010010010011011
Octal306244233

Shades and tints

Shades of #C6A49B

#C6A49B
(198,164,155)
#B4968D
(180,150,141)
#A2887F
(162,136,127)
#907A71
(144,122,113)
#7E6C63
(126,108,99)
#6C5E55
(108,94,85)
#5A5047
(90,80,71)
#484239
(72,66,57)
#36342B
(54,52,43)
#24261D
(36,38,29)
#12180F
(18,24,15)
#000000
(0,0,0)

Tints of #C6A49B

#C6A49B
(198,164,155)
#CBACA4
(203,172,164)
#D0B4AD
(208,180,173)
#D5BCB6
(213,188,182)
#DAC4BF
(218,196,191)
#DFCCC8
(223,204,200)
#E4D4D1
(228,212,209)
#E9DCDA
(233,220,218)
#EEE4E3
(238,228,227)
#F3ECEC
(243,236,236)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A49B color. Also use rgb(198,164,155) instead hex code.

Text Font Color

.myTextColor { color: #C6A49B; }

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

This text font color is #C6A49B.


Background Color

.myBgColor { background-color: #C6A49B; }

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

This div background color is #C6A49B.


Border color

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

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

This div border color is #C6A49B.


Opacity

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

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

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

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

This text has shadow with #C6A49B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A49B on black background.


Color preview on white background

This text has color #C6A49B on white background.



Black color preview on #C6A49B background

This text has black color on #C6A49B background.


White color preview on #C6A49B background

This text has white color on #C6A49B background.