COLOR #C6A3CC

HEX: #C6A3CC RGB: (198,163,204)

Color info

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

RGB color model

#C6A3CC color RGB value is (198,163,204).

RGB: (198,163,204) (78%, 64%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 163 of 255 = 64%
B 204 of 255 = 80%

198
163
204

R + G + B ~ 74%. #C6A3CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 163 + 204 = 565 (100%)
R 198 of 565 ~ 35.04%
G 163 of 565 ~ 28.85%
B 204 of 565 ~ 36.11'%

%35.04
%28.85
%36.11

CMYK color model

#C6A3CC color CMYK value is (3,20,0,20).

  • cyan value is 2.94%
  • magenta value is 20.10%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (3,20,0,20)
C3M20Y0K20 (3%, 20%, 0%, 20%)
(0.03 / 0.20 / 0.00 / 0.20)

CMYK percentages

%2.94
%20.1
%0
%20

Codes

Color #C6A3CC in popluar color models

C6 A3 CC
RGB 198 163 204
HSL 291° 28.67% 71.96%
HSB/HSV 291° 20.10% 80.00%
CMYK 2.94% 20.10% 0.00%
20.00%

Color #C6A3CC in popluar number systems.

HEX C6 A3 CC
Decimal 198 163 204
Binary 11000110 10100011 11001100
Octal 306 243 314

Shades and tints

Shades of #C6A3CC

#C6A3CC
(198,163,204)
#B495BA
(180,149,186)
#A287A8
(162,135,168)
#907996
(144,121,150)
#7E6B84
(126,107,132)
#6C5D72
(108,93,114)
#5A4F60
(90,79,96)
#48414E
(72,65,78)
#36333C
(54,51,60)
#24252A
(36,37,42)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6A3CC

#C6A3CC
(198,163,204)
#CBABD0
(203,171,208)
#D0B3D4
(208,179,212)
#D5BBD8
(213,187,216)
#DAC3DC
(218,195,220)
#DFCBE0
(223,203,224)
#E4D3E4
(228,211,228)
#E9DBE8
(233,219,232)
#EEE3EC
(238,227,236)
#F3EBF0
(243,235,240)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A3CC; }

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

This text font color is #C6A3CC.

Background Color

.myBgColor { background-color: #C6A3CC; }

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

This div background color is #C6A3CC.

Border color

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

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

This div border color is #C6A3CC.

Opacity

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

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

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

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

This text has shadow with #C6A3CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A3CC.

Preview

Color preview on black background

This text has color #C6A3CC on black background.


Color preview on white background

This text has color #C6A3CC on white background.


Black color preview on #C6A3CC background

This text has black color on #C6A3CC background.


White color preview on #C6A3CC background

This text has white color on #C6A3CC background.


Related colors

Complementary color

Complementary color for #hex is #395C33.


I love getcolorcode.com

Triadic colors

1 #CCC6A3 and #A3CCC6 with #C6A3CC are triadic colors.

2 #CCA3C6 and #A3C6CC with #C6A3CC are triadic colors.