COLOR #C6A3C1

HEX: #C6A3C1
RGB: (198,163,193)

Color info

#C6A3C1 contains red, green and blue colors in about the same proportion. Web safe color of #C6A3C1 is #CC99CC (or #C9C).

RGB color model

#C6A3C1 color RGB value is (198,163,193).

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

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 193 of 255 = 76%

198
163
193

R + G + B ~ 73%. #C6A3C1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 163 + 193 = 554 (100%)
R 198 of 554 ~ 35.74%
G 163 of 554 ~ 29.42%
B 193 of 554 ~ 34.84%

%35.74
%29.42
%34.84

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.68%
  • yellow value is 2.53%
  • key color value is 22.35%
CMYK:
(0,18,3,22)
C0M18Y3K22 
(0%,18%,3%,22%)
(0.00/0.18/0.03/0.22)	

CMYK percentages

%0
%17.68
%2.53
%22.35

Codes

Color #C6A3C1 in popluar color models

C6A3C1
RGB198163193
HSL309°23.49%70.78%
HSB/HSV309°17.68%77.65%
CMYK0.00%17.68%2.53%
22.35%

Color #C6A3C1 in popluar number systems.

HEXC6A3C1
Decimal198163193
Binary110001101010001111000001
Octal306243301

Shades and tints

Shades of #C6A3C1

#C6A3C1
(198,163,193)
#B495B0
(180,149,176)
#A2879F
(162,135,159)
#90798E
(144,121,142)
#7E6B7D
(126,107,125)
#6C5D6C
(108,93,108)
#5A4F5B
(90,79,91)
#48414A
(72,65,74)
#363339
(54,51,57)
#242528
(36,37,40)
#121717
(18,23,23)
#000000
(0,0,0)

Tints of #C6A3C1

#C6A3C1
(198,163,193)
#CBABC6
(203,171,198)
#D0B3CB
(208,179,203)
#D5BBD0
(213,187,208)
#DAC3D5
(218,195,213)
#DFCBDA
(223,203,218)
#E4D3DF
(228,211,223)
#E9DBE4
(233,219,228)
#EEE3E9
(238,227,233)
#F3EBEE
(243,235,238)
#F8F3F3
(248,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A3C1; }

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

This text font color is #C6A3C1.


Background Color

.myBgColor { background-color: #C6A3C1; }

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

This div background color is #C6A3C1.


Border color

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

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

This div border color is #C6A3C1.


Opacity

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

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

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

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

This text has shadow with #C6A3C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A3C1 on black background.


Color preview on white background

This text has color #C6A3C1 on white background.



Black color preview on #C6A3C1 background

This text has black color on #C6A3C1 background.


White color preview on #C6A3C1 background

This text has white color on #C6A3C1 background.