#C9A9F6

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

Shades of Perfume #C9A9F6

Tints of Perfume #C9A9F6

Color information

#C9A9F6 (or 0xC9A9F6) is unknown color: approx Perfume. HEX triplet: C9, A9 and F6. RGB value is (201,169,246). Sum of RGB (Red+Green+Blue) = 201+169+246=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 169 (66.41% from 255 or 27.44% from 616); Blue value is 246 (96.48% from 255 or 39.94% from 616); Max value from RGB is 246 - color contains mainly: blue. Hex color #C9A9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9F6 is #365609. Grayscale: #BBBBBB. Windows color (decimal): -3560970 or 16165321. OLE color: 16165321.

HSL color Cylindrical-coordinate representation of color #C9A9F6: hue angle of 264.94º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9A9F6 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB201169246-
CMYK0.180.3100.04
HSL264.94º81.05%81.37%-
HSV(B)264.94º31.3%96.47%-
XYZ54.9147.4593.45-
YUV187.35161.1137.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 169 (66.41% from 255) = 27.44%
BLUE value IS 246 (96.48% from 255) = 39.94%
R=32.63%
G=27.44%
B=39.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2011692460.180.3100.04264.9481.0581.37
HexC9A9F6121F041095151
Octal311251366223704411121121
Binary1100100110101001111101101001011111010010000100110100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A9F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A9F6; }

 p { color: rgb(201,169,246); }

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

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

 a { background-color: rgb(201,169,246); }

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

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

 span { border-color: rgb(201,169,246); }

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