#C49CFF

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

Shades of Mauve #C49CFF

Tints of Mauve #C49CFF

Color information

#C49CFF (or 0xC49CFF) is unknown color: approx Mauve. HEX triplet: C4, 9C and FF. RGB value is (196,156,255). Sum of RGB (Red+Green+Blue) = 196+156+255=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFF is #3B6300. Grayscale: #B2B2B2. Windows color (decimal): -3891969 or 16751812. OLE color: 16751812.

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

Color convert

RGB196156255-
CMYK0.230.3900
HSL264.24º100%80.59%-
HSV(B)264.24º38.82%100%-
XYZ52.742.73100.08-
YUV179.25170.75139.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.29%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 255 (100% from 255) = 42.01%
R=32.29%
G=25.70%
B=42.01%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1961562550.230.3900264.2410080.59
HexC49CFF1727001086451
Octal304234377274700410144121
Binary110001001001110011111111101111001110010000100011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49CFF; }

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

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

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

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

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

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

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

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