#C49FFE

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

Shades of Mauve #C49FFE

Tints of Mauve #C49FFE

Color information

#C49FFE (or 0xC49FFE) is unknown color: approx Mauve. HEX triplet: C4, 9F and FE. RGB value is (196,159,254). Sum of RGB (Red+Green+Blue) = 196+159+254=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 159 (62.5% from 255 or 26.11% from 609); Blue value is 254 (99.61% from 255 or 41.71% from 609); Max value from RGB is 254 - color contains mainly: blue. Hex color #C49FFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49FFE is #3B6001. Grayscale: #B4B4B4. Windows color (decimal): -3891202 or 16687044. OLE color: 16687044.

HSL color Cylindrical-coordinate representation of color #C49FFE: hue angle of 263.37º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49FFE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196159254-
CMYK0.230.3700.00
HSL263.37º97.94%80.98%-
HSV(B)263.37º37.4%99.61%-
XYZ53.0543.6999.4-
YUV180.89169.26138.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 159 (62.5% from 255) = 26.11%
BLUE value IS 254 (99.61% from 255) = 41.71%
R=32.18%
G=26.11%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961592540.230.3700.00263.3797.9480.98
HexC49FFE1725001076251
Octal304237376274500407142121
Binary110001001001111111111110101111001010010000011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49FFE; }

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

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

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

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

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

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

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

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