#C49FE2

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

Shades of Perfume #C49FE2

Tints of Perfume #C49FE2

Color information

#C49FE2 (or 0xC49FE2) is unknown color: approx Perfume. HEX triplet: C4, 9F and E2. RGB value is (196,159,226). Sum of RGB (Red+Green+Blue) = 196+159+226=581 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.73% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #C49FE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C49FE2 is #3B601D. Grayscale: #B1B1B1. Windows color (decimal): -3891230 or 14852036. OLE color: 14852036.

HSL color Cylindrical-coordinate representation of color #C49FE2: hue angle of 273.13º degrees, saturation: 0.54, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C49FE2 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB196159226-
CMYK0.130.3000.11
HSL273.13º53.6%75.49%-
HSV(B)273.13º29.65%88.63%-
XYZ48.8942.0277.49-
YUV177.7155.26141.05-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.73%
GREEN value IS 159 (62.5% from 255) = 27.37%
BLUE value IS 226 (88.67% from 255) = 38.90%
R=33.73%
G=27.37%
B=38.90%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1961592260.130.3000.11273.1353.675.49
HexC49FE2D1E0B111364b
Octal304237342153601342166113
Binary110001001001111111100010110111110010111000100011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FE2; }

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

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

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

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

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

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

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

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