#C9A6F3

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

Shades of Perfume #C9A6F3

Tints of Perfume #C9A6F3

Color information

#C9A6F3 (or 0xC9A6F3) is unknown color: approx Perfume. HEX triplet: C9, A6 and F3. RGB value is (201,166,243). Sum of RGB (Red+Green+Blue) = 201+166+243=610 (80% of max value = 765). Red value is 201 (78.91% from 255 or 32.95% from 610); Green value is 166 (65.23% from 255 or 27.21% from 610); Blue value is 243 (95.31% from 255 or 39.84% from 610); Max value from RGB is 243 - color contains mainly: blue. Hex color #C9A6F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6F3 is #36590C. Grayscale: #B8B8B8. Windows color (decimal): -3561741 or 15967945. OLE color: 15967945.

HSL color Cylindrical-coordinate representation of color #C9A6F3: hue angle of 267.27º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9A6F3 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB201166243-
CMYK0.170.3200.05
HSL267.27º76.24%80.2%-
HSV(B)267.27º31.69%95.29%-
XYZ53.946.1690.86-
YUV185.24160.6139.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.95%
GREEN value IS 166 (65.23% from 255) = 27.21%
BLUE value IS 243 (95.31% from 255) = 39.84%
R=32.95%
G=27.21%
B=39.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2011662430.170.3200.05267.2776.2480.2
HexC9A6F311200510b4c50
Octal311246363214005413114120
Binary11001001101001101111001110001100000010110000101110011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A6F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A6F3; }

 p { color: rgb(201,166,243); }

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

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

 a { background-color: rgb(201,166,243); }

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

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

 span { border-color: rgb(201,166,243); }

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