COLOR #C2A0CF

HEX: #C2A0CF
RGB: (194,160,207)

Color info

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

RGB color model

#C2A0CF color RGB value is (194,160,207).

  • red value is 194;
  • green value is 160;
  • blue value is 207.
RGB:
(194,160,207)
(76%,63%,81%)

RGB channels and saturation

R 194 of 255 = 76%
G 160 of 255 = 63%
B 207 of 255 = 81%

194
160
207

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

Portions of RGB colors in percentages

R + G + B =
194 + 160 + 207 = 561 (100%)
R 194 of 561 ~ 34.58%
G 160 of 561 ~ 28.52%
B 207 of 561 ~ 36.9%

%34.58
%28.52
%36.9

CMYK color model

#C2A0CF color CMYK value is (6,23,0,19).

  • cyan value is 6.28%
  • magenta value is 22.71%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(6,23,0,19)
C6M23Y0K19 
(6%,23%,0%,19%)
(0.06/0.23/0.00/0.19)	

CMYK percentages

%6.28
%22.71
%0
%18.82

Codes

Color #C2A0CF in popluar color models

C2A0CF
RGB194160207
HSL283°32.87%71.96%
HSB/HSV283°22.71%81.18%
CMYK6.28%22.71%0.00%
18.82%

Color #C2A0CF in popluar number systems.

HEXC2A0CF
Decimal194160207
Binary110000101010000011001111
Octal302240317

Shades and tints

Shades of #C2A0CF

#C2A0CF
(194,160,207)
#B192BD
(177,146,189)
#A084AB
(160,132,171)
#8F7699
(143,118,153)
#7E6887
(126,104,135)
#6D5A75
(109,90,117)
#5C4C63
(92,76,99)
#4B3E51
(75,62,81)
#3A303F
(58,48,63)
#29222D
(41,34,45)
#18141B
(24,20,27)
#000000
(0,0,0)

Tints of #C2A0CF

#C2A0CF
(194,160,207)
#C7A8D3
(199,168,211)
#CCB0D7
(204,176,215)
#D1B8DB
(209,184,219)
#D6C0DF
(214,192,223)
#DBC8E3
(219,200,227)
#E0D0E7
(224,208,231)
#E5D8EB
(229,216,235)
#EAE0EF
(234,224,239)
#EFE8F3
(239,232,243)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2A0CF color. Also use rgb(194,160,207) instead hex code.

Text Font Color

.myTextColor { color: #C2A0CF; }

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

This text font color is #C2A0CF.


Background Color

.myBgColor { background-color: #C2A0CF; }

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

This div background color is #C2A0CF.


Border color

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

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

This div border color is #C2A0CF.


Opacity

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

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

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

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

This text has shadow with #C2A0CF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2A0CF on black background.


Color preview on white background

This text has color #C2A0CF on white background.



Black color preview on #C2A0CF background

This text has black color on #C2A0CF background.


White color preview on #C2A0CF background

This text has white color on #C2A0CF background.