COLOR #C6A1A4

HEX: #C6A1A4
RGB: (198,161,164)

Color info

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

RGB color model

#C6A1A4 color RGB value is (198,161,164).

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

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 164 of 255 = 64%

198
161
164

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

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 164 = 523 (100%)
R 198 of 523 ~ 37.86%
G 161 of 523 ~ 30.78%
B 164 of 523 ~ 31.36%

%37.86
%30.78
%31.36

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.69%
  • yellow value is 17.17%
  • key color value is 22.35%
CMYK:
(0,19,17,22)
C0M19Y17K22 
(0%,19%,17%,22%)
(0.00/0.19/0.17/0.22)	

CMYK percentages

%0
%18.69
%17.17
%22.35

Codes

Color #C6A1A4 in popluar color models

C6A1A4
RGB198161164
HSL355°24.50%70.39%
HSB/HSV355°18.69%77.65%
CMYK0.00%18.69%17.17%
22.35%

Color #C6A1A4 in popluar number systems.

HEXC6A1A4
Decimal198161164
Binary110001101010000110100100
Octal306241244

Shades and tints

Shades of #C6A1A4

#C6A1A4
(198,161,164)
#B49396
(180,147,150)
#A28588
(162,133,136)
#90777A
(144,119,122)
#7E696C
(126,105,108)
#6C5B5E
(108,91,94)
#5A4D50
(90,77,80)
#483F42
(72,63,66)
#363134
(54,49,52)
#242326
(36,35,38)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6A1A4

#C6A1A4
(198,161,164)
#CBA9AC
(203,169,172)
#D0B1B4
(208,177,180)
#D5B9BC
(213,185,188)
#DAC1C4
(218,193,196)
#DFC9CC
(223,201,204)
#E4D1D4
(228,209,212)
#E9D9DC
(233,217,220)
#EEE1E4
(238,225,228)
#F3E9EC
(243,233,236)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A1A4; }

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

This text font color is #C6A1A4.


Background Color

.myBgColor { background-color: #C6A1A4; }

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

This div background color is #C6A1A4.


Border color

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

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

This div border color is #C6A1A4.


Opacity

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

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

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

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

This text has shadow with #C6A1A4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A1A4 on black background.


Color preview on white background

This text has color #C6A1A4 on white background.



Black color preview on #C6A1A4 background

This text has black color on #C6A1A4 background.


White color preview on #C6A1A4 background

This text has white color on #C6A1A4 background.