#C2A0EC

Color #C2A0EC Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #C2A0EC

Tints of Perfume #C2A0EC

Color information

#C2A0EC (or 0xC2A0EC) is unknown color: approx Perfume. HEX triplet: C2, A0 and EC. RGB value is (194,160,236). Sum of RGB (Red+Green+Blue) = 194+160+236=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 160 (62.89% from 255 or 27.12% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C2A0EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2A0EC is #3D5F13. Grayscale: #B2B2B2. Windows color (decimal): -4022036 or 15507650. OLE color: 15507650.

HSL color Cylindrical-coordinate representation of color #C2A0EC: hue angle of 266.84º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2A0EC is Cyan = 0.18, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB194160236-
CMYK0.180.3200.07
HSL266.84º66.67%77.65%-
HSV(B)266.84º32.2%92.55%-
XYZ49.9642.6784.96-
YUV178.83160.26138.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 32.88%
GREEN value IS 160 (62.89% from 255) = 27.12%
BLUE value IS 236 (92.58% from 255) = 40%
R=32.88%
G=27.12%
B=40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1941602360.180.3200.07266.8466.6777.65
HexC2A0EC12200710b434e
Octal302240354224007413103116
Binary11000010101000001110110010010100000011110000101110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2A0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2A0EC; }

 p { color: rgb(194,160,236); }

 H1.HeaderClassName
 {
   color: #C2A0EC;
 }
 .AnyTagClassName
 {
   color: #C2A0EC;
 }
</style>
background-color css

<style>
 a { background-color: #C2A0EC; }

 a { background-color: rgb(194,160,236); }

 div.DivClassName
 {
   background-color: #C2A0EC;
 }
 .BgClassName
 {
   background-color: #C2A0EC;
 }
</style>
border-color css

<style>
 span { border-color: #C2A0EC; }

 span { border-color: rgb(194,160,236); }

 td.TdClassName
 {
   border-color: #C2A0EC;
 }
 .TagClassName
 {
   border-color: #C2A0EC;
 }
</style>