#C1A0F9

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

Shades of Perfume #C1A0F9

Tints of Perfume #C1A0F9

Color information

#C1A0F9 (or 0xC1A0F9) is unknown color: approx Perfume. HEX triplet: C1, A0 and F9. RGB value is (193,160,249). Sum of RGB (Red+Green+Blue) = 193+160+249=602 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.06% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1A0F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A0F9 is #3E5F06. Grayscale: #B3B3B3. Windows color (decimal): -4087559 or 16359617. OLE color: 16359617.

HSL color Cylindrical-coordinate representation of color #C1A0F9: hue angle of 262.25º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1A0F9 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB193160249-
CMYK0.220.3600.02
HSL262.25º88.12%80.2%-
HSV(B)262.25º35.74%97.65%-
XYZ51.6643.3295.26-
YUV180.01166.93137.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.06%
GREEN value IS 160 (62.89% from 255) = 26.58%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=32.06%
G=26.58%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1931602490.220.3600.02262.2588.1280.2
HexC1A0F91624021065850
Octal301240371264402406130120
Binary1100000110100000111110011011010010001010000011010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A0F9; }

 p { color: rgb(193,160,249); }

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

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

 a { background-color: rgb(193,160,249); }

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

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

 span { border-color: rgb(193,160,249); }

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