#C49EFF

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

Shades of Mauve #C49EFF

Tints of Mauve #C49EFF

Color information

#C49EFF (or 0xC49EFF) is unknown color: approx Mauve. HEX triplet: C4, 9E and FF. RGB value is (196,158,255). Sum of RGB (Red+Green+Blue) = 196+158+255=609 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.18% from 609); Green value is 158 (62.11% from 255 or 25.94% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49EFF is #3B6100. Grayscale: #B4B4B4. Windows color (decimal): -3891457 or 16752324. OLE color: 16752324.

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

Color convert

RGB196158255-
CMYK0.230.3800
HSL263.51º100%80.98%-
HSV(B)263.51º38.04%100%-
XYZ53.0443.41100.19-
YUV180.42170.09139.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.18%
GREEN value IS 158 (62.11% from 255) = 25.94%
BLUE value IS 255 (100% from 255) = 41.87%
R=32.18%
G=25.94%
B=41.87%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961582550.230.3800263.5110080.98
HexC49EFF1726001086451
Octal304236377274600410144121
Binary110001001001111011111111101111001100010000100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49EFF; }

 p { color: rgb(196,158,255); }

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

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

 a { background-color: rgb(196,158,255); }

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

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

 span { border-color: rgb(196,158,255); }

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