COLOR #C6A0CA

HEX: #C6A0CA
RGB: (198,160,202)

Color info

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

RGB color model

#C6A0CA color RGB value is (198,160,202).

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

RGB channels and saturation

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

198
160
202

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

Portions of RGB colors in percentages

R + G + B =
198 + 160 + 202 = 560 (100%)
R 198 of 560 ~ 35.36%
G 160 of 560 ~ 28.57%
B 202 of 560 ~ 36.07%

%35.36
%28.57
%36.07

CMYK color model

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

  • cyan value is 1.98%
  • magenta value is 20.79%
  • yellow value is 0.00%
  • key color value is 20.78%
CMYK:
(2,21,0,21)
C2M21Y0K21 
(2%,21%,0%,21%)
(0.02/0.21/0.00/0.21)	

CMYK percentages

%1.98
%20.79
%0
%20.78

Codes

Color #C6A0CA in popluar color models

C6A0CA
RGB198160202
HSL294°28.38%70.98%
HSB/HSV294°20.79%79.22%
CMYK1.98%20.79%0.00%
20.78%

Color #C6A0CA in popluar number systems.

HEXC6A0CA
Decimal198160202
Binary110001101010000011001010
Octal306240312

Shades and tints

Shades of #C6A0CA

#C6A0CA
(198,160,202)
#B492B8
(180,146,184)
#A284A6
(162,132,166)
#907694
(144,118,148)
#7E6882
(126,104,130)
#6C5A70
(108,90,112)
#5A4C5E
(90,76,94)
#483E4C
(72,62,76)
#36303A
(54,48,58)
#242228
(36,34,40)
#121416
(18,20,22)
#000000
(0,0,0)

Tints of #C6A0CA

#C6A0CA
(198,160,202)
#CBA8CE
(203,168,206)
#D0B0D2
(208,176,210)
#D5B8D6
(213,184,214)
#DAC0DA
(218,192,218)
#DFC8DE
(223,200,222)
#E4D0E2
(228,208,226)
#E9D8E6
(233,216,230)
#EEE0EA
(238,224,234)
#F3E8EE
(243,232,238)
#F8F0F2
(248,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A0CA; }

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

This text font color is #C6A0CA.


Background Color

.myBgColor { background-color: #C6A0CA; }

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

This div background color is #C6A0CA.


Border color

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

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

This div border color is #C6A0CA.


Opacity

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

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

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

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

This text has shadow with #C6A0CA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A0CA on black background.


Color preview on white background

This text has color #C6A0CA on white background.



Black color preview on #C6A0CA background

This text has black color on #C6A0CA background.


White color preview on #C6A0CA background

This text has white color on #C6A0CA background.