COLOR #C6A3A9

HEX: #C6A3A9
RGB: (198,163,169)

Color info

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

RGB color model

#C6A3A9 color RGB value is (198,163,169).

  • red value is 198;
  • green value is 163;
  • blue value is 169.
RGB:
(198,163,169)
(78%,64%,66%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 169 of 255 = 66%

198
163
169

R + G + B ~ 69%. #C6A3A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 169 = 530 (100%)
R 198 of 530 ~ 37.36%
G 163 of 530 ~ 30.75%
B 169 of 530 ~ 31.89%

%37.36
%30.75
%31.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 14.65%
  • key color value is 22.35%
CMYK:
(0,18,15,22)
C0M18Y15K22 
(0%,18%,15%,22%)
(0.00/0.18/0.15/0.22)	

CMYK percentages

%0
%17.68
%14.65
%22.35

Codes

Color #C6A3A9 in popluar color models

C6A3A9
RGB198163169
HSL350°23.49%70.78%
HSB/HSV350°17.68%77.65%
CMYK0.00%17.68%14.65%
22.35%

Color #C6A3A9 in popluar number systems.

HEXC6A3A9
Decimal198163169
Binary110001101010001110101001
Octal306243251

Shades and tints

Shades of #C6A3A9

#C6A3A9
(198,163,169)
#B4959A
(180,149,154)
#A2878B
(162,135,139)
#90797C
(144,121,124)
#7E6B6D
(126,107,109)
#6C5D5E
(108,93,94)
#5A4F4F
(90,79,79)
#484140
(72,65,64)
#363331
(54,51,49)
#242522
(36,37,34)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6A3A9

#C6A3A9
(198,163,169)
#CBABB0
(203,171,176)
#D0B3B7
(208,179,183)
#D5BBBE
(213,187,190)
#DAC3C5
(218,195,197)
#DFCBCC
(223,203,204)
#E4D3D3
(228,211,211)
#E9DBDA
(233,219,218)
#EEE3E1
(238,227,225)
#F3EBE8
(243,235,232)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A3A9 color. Also use rgb(198,163,169) instead hex code.

Text Font Color

.myTextColor { color: #C6A3A9; }

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

This text font color is #C6A3A9.


Background Color

.myBgColor { background-color: #C6A3A9; }

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

This div background color is #C6A3A9.


Border color

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

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

This div border color is #C6A3A9.


Opacity

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

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

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

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

This text has shadow with #C6A3A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A3A9 on black background.


Color preview on white background

This text has color #C6A3A9 on white background.



Black color preview on #C6A3A9 background

This text has black color on #C6A3A9 background.


White color preview on #C6A3A9 background

This text has white color on #C6A3A9 background.