#c4a6eb

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

Shades of Perfume #C4A6EB

Tints of Perfume #C4A6EB

Color information

#C4A6EB (or 0xC4A6EB) is unknown color: approx Perfume. HEX triplet: C4, A6 and EB. RGB value is (196,166,235). Sum of RGB (Red+Green+Blue) = 196+166+235=597 (79% of max value = 765). Red value is 196 (76.95% from 255 or 32.83% from 597); Green value is 166 (65.23% from 255 or 27.81% from 597); Blue value is 235 (92.19% from 255 or 39.36% from 597); Max value from RGB is 235 - color contains mainly: blue. Hex color #C4A6EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A6EB is #3B5914. Grayscale: #B6B6B6. Windows color (decimal): -3889429 or 15443652. OLE color: 15443652.

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

Color convert

RGB196166235-
CMYK0.170.2900.08
HSL266.09º63.3%78.63%-
HSV(B)266.09º29.36%92.16%-
XYZ51.445.0184.58-
YUV182.84157.44137.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.83%
GREEN value IS 166 (65.23% from 255) = 27.81%
BLUE value IS 235 (92.19% from 255) = 39.36%
R=32.83%
G=27.81%
B=39.36%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1961662350.170.2900.08266.0963.378.63
HexC4A6EB111D0810a3f4f
Octal304246353213501041277117
Binary1100010010100110111010111000111101010001000010101111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4a6eb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4a6eb; }

 p { color: rgb(196,166,235); }

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

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

 a { background-color: rgb(196,166,235); }

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

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

 span { border-color: rgb(196,166,235); }

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