#C49FE9

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

Shades of Perfume #C49FE9

Tints of Perfume #C49FE9

Color information

#C49FE9 (or 0xC49FE9) is unknown color: approx Perfume. HEX triplet: C4, 9F and E9. RGB value is (196,159,233). Sum of RGB (Red+Green+Blue) = 196+159+233=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 159 (62.5% from 255 or 27.04% from 588); Blue value is 233 (91.41% from 255 or 39.63% from 588); Max value from RGB is 233 - color contains mainly: blue. Hex color #C49FE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FE9 is #3B6016. Grayscale: #B2B2B2. Windows color (decimal): -3891223 or 15310788. OLE color: 15310788.

HSL color Cylindrical-coordinate representation of color #C49FE9: hue angle of 270º degrees, saturation: 0.63, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C49FE9 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB196159233-
CMYK0.160.3200.09
HSL270º62.71%76.86%-
HSV(B)270º31.76%91.37%-
XYZ49.8742.4282.65-
YUV178.5158.76140.48-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.33%
GREEN value IS 159 (62.5% from 255) = 27.04%
BLUE value IS 233 (91.41% from 255) = 39.63%
R=33.33%
G=27.04%
B=39.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1961592330.160.3200.0927062.7176.86
HexC49FE910200910e3f4d
Octal304237351204001141677115
Binary11000100100111111110100110000100000010011000011101111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FE9; }

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

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

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

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

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

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

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

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