COLOR #C6A29B

HEX: #C6A29B
RGB: (198,162,155)

Color info

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

RGB color model

#C6A29B color RGB value is (198,162,155).

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

RGB channels and saturation

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

198
162
155

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

Portions of RGB colors in percentages

R + G + B =
198 + 162 + 155 = 515 (100%)
R 198 of 515 ~ 38.45%
G 162 of 515 ~ 31.46%
B 155 of 515 ~ 30.1%

%38.45
%31.46
%30.1

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.18%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(0,18,22,22)
C0M18Y22K22 
(0%,18%,22%,22%)
(0.00/0.18/0.22/0.22)	

CMYK percentages

%0
%18.18
%21.72
%22.35

Codes

Color #C6A29B in popluar color models

C6A29B
RGB198162155
HSL10°27.39%69.22%
HSB/HSV10°21.72%77.65%
CMYK0.00%18.18%21.72%
22.35%

Color #C6A29B in popluar number systems.

HEXC6A29B
Decimal198162155
Binary110001101010001010011011
Octal306242233

Shades and tints

Shades of #C6A29B

#C6A29B
(198,162,155)
#B4948D
(180,148,141)
#A2867F
(162,134,127)
#907871
(144,120,113)
#7E6A63
(126,106,99)
#6C5C55
(108,92,85)
#5A4E47
(90,78,71)
#484039
(72,64,57)
#36322B
(54,50,43)
#24241D
(36,36,29)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C6A29B

#C6A29B
(198,162,155)
#CBAAA4
(203,170,164)
#D0B2AD
(208,178,173)
#D5BAB6
(213,186,182)
#DAC2BF
(218,194,191)
#DFCAC8
(223,202,200)
#E4D2D1
(228,210,209)
#E9DADA
(233,218,218)
#EEE2E3
(238,226,227)
#F3EAEC
(243,234,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A29B; }

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

This text font color is #C6A29B.


Background Color

.myBgColor { background-color: #C6A29B; }

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

This div background color is #C6A29B.


Border color

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

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

This div border color is #C6A29B.


Opacity

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

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

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

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

This text has shadow with #C6A29B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A29B on black background.


Color preview on white background

This text has color #C6A29B on white background.



Black color preview on #C6A29B background

This text has black color on #C6A29B background.


White color preview on #C6A29B background

This text has white color on #C6A29B background.