COLOR #C6A1CA

HEX: #C6A1CA
RGB: (198,161,202)

Color info

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

RGB color model

#C6A1CA color RGB value is (198,161,202).

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

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 202 of 255 = 79%

198
161
202

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

Portions of RGB colors in percentages

R + G + B =
198 + 161 + 202 = 561 (100%)
R 198 of 561 ~ 35.29%
G 161 of 561 ~ 28.7%
B 202 of 561 ~ 36.01%

%35.29
%28.7
%36.01

CMYK color model

#C6A1CA color CMYK value is (2,20,0,21).

  • cyan value is 1.98%
  • magenta value is 20.30%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,20,0,21)
C2M20Y0K21 
(2%,20%,0%,21%)
(0.02/0.20/0.00/0.21)	

CMYK percentages

%1.98
%20.3
%0
%20.78

Codes

Color #C6A1CA in popluar color models

C6A1CA
RGB198161202
HSL294°27.89%71.18%
HSB/HSV294°20.30%79.22%
CMYK1.98%20.30%0.00%
20.78%

Color #C6A1CA in popluar number systems.

HEXC6A1CA
Decimal198161202
Binary110001101010000111001010
Octal306241312

Shades and tints

Shades of #C6A1CA

#C6A1CA
(198,161,202)
#B493B8
(180,147,184)
#A285A6
(162,133,166)
#907794
(144,119,148)
#7E6982
(126,105,130)
#6C5B70
(108,91,112)
#5A4D5E
(90,77,94)
#483F4C
(72,63,76)
#36313A
(54,49,58)
#242328
(36,35,40)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6A1CA

#C6A1CA
(198,161,202)
#CBA9CE
(203,169,206)
#D0B1D2
(208,177,210)
#D5B9D6
(213,185,214)
#DAC1DA
(218,193,218)
#DFC9DE
(223,201,222)
#E4D1E2
(228,209,226)
#E9D9E6
(233,217,230)
#EEE1EA
(238,225,234)
#F3E9EE
(243,233,238)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A1CA; }

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

This text font color is #C6A1CA.


Background Color

.myBgColor { background-color: #C6A1CA; }

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

This div background color is #C6A1CA.


Border color

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

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

This div border color is #C6A1CA.


Opacity

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

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

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

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

This text has shadow with #C6A1CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A1CA on black background.


Color preview on white background

This text has color #C6A1CA on white background.



Black color preview on #C6A1CA background

This text has black color on #C6A1CA background.


White color preview on #C6A1CA background

This text has white color on #C6A1CA background.