#C1A6EC

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

Shades of Perfume #C1A6EC

Tints of Perfume #C1A6EC

Color information

#C1A6EC (or 0xC1A6EC) is unknown color: approx Perfume. HEX triplet: C1, A6 and EC. RGB value is (193,166,236). Sum of RGB (Red+Green+Blue) = 193+166+236=595 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.44% from 595); Green value is 166 (65.23% from 255 or 27.90% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #C1A6EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A6EC is #3E5913. Grayscale: #B5B5B5. Windows color (decimal): -4086036 or 15509185. OLE color: 15509185.

HSL color Cylindrical-coordinate representation of color #C1A6EC: hue angle of 263.14º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1A6EC is Cyan = 0.18, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB193166236-
CMYK0.180.3000.07
HSL263.14º64.81%78.82%-
HSV(B)263.14º29.66%92.55%-
XYZ50.7744.6785.3-
YUV182.05158.45135.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.44%
GREEN value IS 166 (65.23% from 255) = 27.90%
BLUE value IS 236 (92.58% from 255) = 39.66%
R=32.44%
G=27.90%
B=39.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931662360.180.3000.07263.1464.8178.82
HexC1A6EC121E07107414f
Octal301246354223607407101117
Binary1100000110100110111011001001011110011110000011110000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A6EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A6EC; }

 p { color: rgb(193,166,236); }

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

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

 a { background-color: rgb(193,166,236); }

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

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

 span { border-color: rgb(193,166,236); }

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