COLOR #C0A6DA

HEX: #C0A6DA RGB: (192,166,218)

Color info

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

RGB color model

#C0A6DA color RGB value is (192,166,218).

RGB: (192,166,218) (75%, 65%, 85%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 218 of 255 = 85%

192
166
218

R + G + B ~ 75%. #C0A6DA is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 166 + 218 = 576 (100%)
R 192 of 576 ~ 33.33%
G 166 of 576 ~ 28.82%
B 218 of 576 ~ 37.85'%

%33.33
%28.82
%37.85

CMYK color model

#C0A6DA color CMYK value is (12,24,0,15).

  • cyan value is 11.93%
  • magenta value is 23.85%
  • yellow value is 0.00%
  • key color value is 14.51%

CMYK: (12,24,0,15)
C12M24Y0K15 (12%, 24%, 0%, 15%)
(0.12 / 0.24 / 0.00 / 0.15)

CMYK percentages

%11.93
%23.85
%0
%14.51

Codes

Color #C0A6DA in popluar color models

C0 A6 DA
RGB 192 166 218
HSL 270° 41.27% 75.29%
HSB/HSV 270° 23.85% 85.49%
CMYK 11.93% 23.85% 0.00%
14.51%

Color #C0A6DA in popluar number systems.

HEX C0 A6 DA
Decimal 192 166 218
Binary 11000000 10100110 11011010
Octal 300 246 332

Shades and tints

Shades of #C0A6DA

#C0A6DA
(192,166,218)
#AF97C7
(175,151,199)
#9E88B4
(158,136,180)
#8D79A1
(141,121,161)
#7C6A8E
(124,106,142)
#6B5B7B
(107,91,123)
#5A4C68
(90,76,104)
#493D55
(73,61,85)
#382E42
(56,46,66)
#271F2F
(39,31,47)
#16101C
(22,16,28)
#000000
(0,0,0)

Tints of #C0A6DA

#C0A6DA
(192,166,218)
#C5AEDD
(197,174,221)
#CAB6E0
(202,182,224)
#CFBEE3
(207,190,227)
#D4C6E6
(212,198,230)
#D9CEE9
(217,206,233)
#DED6EC
(222,214,236)
#E3DEEF
(227,222,239)
#E8E6F2
(232,230,242)
#EDEEF5
(237,238,245)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A6DA color. Also use rgb(192,166,218) instead hex code.

Text Font Color

.myTextColor { color: #C0A6DA; }

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

This text font color is #C0A6DA.

Background Color

.myBgColor { background-color: #C0A6DA; }

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

This div background color is #C0A6DA.

Border color

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

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

This div border color is #C0A6DA.

Opacity

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

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

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

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

This text has shadow with #C0A6DA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A6DA.

Preview

Color preview on black background

This text has color #C0A6DA on black background.


Color preview on white background

This text has color #C0A6DA on white background.


Black color preview on #C0A6DA background

This text has black color on #C0A6DA background.


White color preview on #C0A6DA background

This text has white color on #C0A6DA background.


Related colors

Complementary color

Complementary color for #hex is #3F5925.


I love getcolorcode.com

Triadic colors

1 #DAC0A6 and #A6DAC0 with #C0A6DA are triadic colors.

2 #DAA6C0 and #A6C0DA with #C0A6DA are triadic colors.