COLOR #C0A6CD

HEX: #C0A6CD
RGB: (192,166,205)

Color info

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

RGB color model

#C0A6CD color RGB value is (192,166,205).

  • red value is 192;
  • green value is 166;
  • blue value is 205.
RGB:
(192,166,205)
(75%,65%,80%)

RGB channels and saturation

R 192 of 255 = 75%
G 166 of 255 = 65%
B 205 of 255 = 80%

192
166
205

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

Portions of RGB colors in percentages

R + G + B =
192 + 166 + 205 = 563 (100%)
R 192 of 563 ~ 34.1%
G 166 of 563 ~ 29.48%
B 205 of 563 ~ 36.41%

%34.1
%29.48
%36.41

CMYK color model

#C0A6CD color CMYK value is (6,19,0,20).

  • cyan value is 6.34%
  • magenta value is 19.02%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(6,19,0,20)
C6M19Y0K20 
(6%,19%,0%,20%)
(0.06/0.19/0.00/0.20)	

CMYK percentages

%6.34
%19.02
%0
%19.61

Codes

Color #C0A6CD in popluar color models

C0A6CD
RGB192166205
HSL280°28.06%72.75%
HSB/HSV280°19.02%80.39%
CMYK6.34%19.02%0.00%
19.61%

Color #C0A6CD in popluar number systems.

HEXC0A6CD
Decimal192166205
Binary110000001010011011001101
Octal300246315

Shades and tints

Shades of #C0A6CD

#C0A6CD
(192,166,205)
#AF97BB
(175,151,187)
#9E88A9
(158,136,169)
#8D7997
(141,121,151)
#7C6A85
(124,106,133)
#6B5B73
(107,91,115)
#5A4C61
(90,76,97)
#493D4F
(73,61,79)
#382E3D
(56,46,61)
#271F2B
(39,31,43)
#161019
(22,16,25)
#000000
(0,0,0)

Tints of #C0A6CD

#C0A6CD
(192,166,205)
#C5AED1
(197,174,209)
#CAB6D5
(202,182,213)
#CFBED9
(207,190,217)
#D4C6DD
(212,198,221)
#D9CEE1
(217,206,225)
#DED6E5
(222,214,229)
#E3DEE9
(227,222,233)
#E8E6ED
(232,230,237)
#EDEEF1
(237,238,241)
#F2F6F5
(242,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A6CD; }

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

This text font color is #C0A6CD.


Background Color

.myBgColor { background-color: #C0A6CD; }

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

This div background color is #C0A6CD.


Border color

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

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

This div border color is #C0A6CD.


Opacity

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

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

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

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

This text has shadow with #C0A6CD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A6CD on black background.


Color preview on white background

This text has color #C0A6CD on white background.



Black color preview on #C0A6CD background

This text has black color on #C0A6CD background.


White color preview on #C0A6CD background

This text has white color on #C0A6CD background.