#C49FF9

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

Shades of Perfume #C49FF9

Tints of Perfume #C49FF9

Color information

#C49FF9 (or 0xC49FF9) is unknown color: approx Perfume. HEX triplet: C4, 9F and F9. RGB value is (196,159,249). Sum of RGB (Red+Green+Blue) = 196+159+249=604 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.45% from 604); Green value is 159 (62.5% from 255 or 26.32% from 604); Blue value is 249 (97.66% from 255 or 41.23% from 604); Max value from RGB is 249 - color contains mainly: blue. Hex color #C49FF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FF9 is #3B6006. Grayscale: #B4B4B4. Windows color (decimal): -3891207 or 16359364. OLE color: 16359364.

HSL color Cylindrical-coordinate representation of color #C49FF9: hue angle of 264.67º 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 #C49FF9 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB196159249-
CMYK0.210.3600.02
HSL264.67º88.24%80%-
HSV(B)264.67º36.14%97.65%-
XYZ52.2643.3795.24-
YUV180.32166.76139.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.45%
GREEN value IS 159 (62.5% from 255) = 26.32%
BLUE value IS 249 (97.66% from 255) = 41.23%
R=32.45%
G=26.32%
B=41.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1961592490.210.3600.02264.6788.2480
HexC49FF91524021095850
Octal304237371254402411130120
Binary1100010010011111111110011010110010001010000100110110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FF9; }

 p { color: rgb(196,159,249); }

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

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

 a { background-color: rgb(196,159,249); }

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

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

 span { border-color: rgb(196,159,249); }

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