#C1ABEA

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

Shades of Perfume #C1ABEA

Tints of Perfume #C1ABEA

Color information

#C1ABEA (or 0xC1ABEA) is unknown color: approx Perfume. HEX triplet: C1, AB and EA. RGB value is (193,171,234). Sum of RGB (Red+Green+Blue) = 193+171+234=598 (79% of max value = 765). Red value is 193 (75.78% from 255 or 32.27% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #C1ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1ABEA is #3E5415. Grayscale: #B8B8B8. Windows color (decimal): -4084758 or 15379393. OLE color: 15379393.

HSL color Cylindrical-coordinate representation of color #C1ABEA: hue angle of 260.95º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1ABEA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193171234-
CMYK0.180.2700.08
HSL260.95º60%79.41%-
HSV(B)260.95º26.92%91.76%-
XYZ51.4146.484.09-
YUV184.76155.79133.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 32.27%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=32.27%
G=28.60%
B=39.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931712340.180.2700.08260.956079.41
HexC1ABEA121B081053c4f
Octal301253352223301040574117
Binary1100000110101011111010101001011011010001000001011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1ABEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1ABEA; }

 p { color: rgb(193,171,234); }

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

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

 a { background-color: rgb(193,171,234); }

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

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

 span { border-color: rgb(193,171,234); }

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