COLOR #C0A6D1

HEX: #C0A6D1 RGB: (192,166,209)

Color info

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

RGB color model

#C0A6D1 color RGB value is (192,166,209).

RGB: (192,166,209) (75%, 65%, 82%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 209 of 255 = 82%

192
166
209

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

Portions of RGB colors in percentages

R + G + B = 192 + 166 + 209 = 567 (100%)
R 192 of 567 ~ 33.86%
G 166 of 567 ~ 29.28%
B 209 of 567 ~ 36.86'%

%33.86
%29.28
%36.86

CMYK color model

#C0A6D1 color CMYK value is (8,21,0,18).

  • cyan value is 8.13%
  • magenta value is 20.57%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (8,21,0,18)
C8M21Y0K18 (8%, 21%, 0%, 18%)
(0.08 / 0.21 / 0.00 / 0.18)

CMYK percentages

%8.13
%20.57
%0
%18.04

Codes

Color #C0A6D1 in popluar color models

C0 A6 D1
RGB 192 166 209
HSL 276° 31.85% 73.53%
HSB/HSV 276° 20.57% 81.96%
CMYK 8.13% 20.57% 0.00%
18.04%

Color #C0A6D1 in popluar number systems.

HEX C0 A6 D1
Decimal 192 166 209
Binary 11000000 10100110 11010001
Octal 300 246 321

Shades and tints

Shades of #C0A6D1

#C0A6D1
(192,166,209)
#AF97BE
(175,151,190)
#9E88AB
(158,136,171)
#8D7998
(141,121,152)
#7C6A85
(124,106,133)
#6B5B72
(107,91,114)
#5A4C5F
(90,76,95)
#493D4C
(73,61,76)
#382E39
(56,46,57)
#271F26
(39,31,38)
#161013
(22,16,19)
#000000
(0,0,0)

Tints of #C0A6D1

#C0A6D1
(192,166,209)
#C5AED5
(197,174,213)
#CAB6D9
(202,182,217)
#CFBEDD
(207,190,221)
#D4C6E1
(212,198,225)
#D9CEE5
(217,206,229)
#DED6E9
(222,214,233)
#E3DEED
(227,222,237)
#E8E6F1
(232,230,241)
#EDEEF5
(237,238,245)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A6D1; }

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

This text font color is #C0A6D1.

Background Color

.myBgColor { background-color: #C0A6D1; }

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

This div background color is #C0A6D1.

Border color

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

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

This div border color is #C0A6D1.

Opacity

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

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

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

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

This text has shadow with #C0A6D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A6D1.

Preview

Color preview on black background

This text has color #C0A6D1 on black background.


Color preview on white background

This text has color #C0A6D1 on white background.


Black color preview on #C0A6D1 background

This text has black color on #C0A6D1 background.


White color preview on #C0A6D1 background

This text has white color on #C0A6D1 background.


Related colors

Complementary color

Complementary color for #hex is #3F592E.


I love getcolorcode.com

Triadic colors

1 #D1C0A6 and #A6D1C0 with #C0A6D1 are triadic colors.

2 #D1A6C0 and #A6C0D1 with #C0A6D1 are triadic colors.