#C4A0FE

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

Shades of Mauve #C4A0FE

Tints of Mauve #C4A0FE

Color information

#C4A0FE (or 0xC4A0FE) is unknown color: approx Mauve. HEX triplet: C4, A0 and FE. RGB value is (196,160,254). Sum of RGB (Red+Green+Blue) = 196+160+254=610 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.13% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #C4A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A0FE is #3B5F01. Grayscale: #B5B5B5. Windows color (decimal): -3890946 or 16687300. OLE color: 16687300.

HSL color Cylindrical-coordinate representation of color #C4A0FE: hue angle of 262.98º 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 #C4A0FE is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196160254-
CMYK0.230.3700.00
HSL262.98º97.92%81.18%-
HSV(B)262.98º37.01%99.61%-
XYZ53.2344.0399.46-
YUV181.48168.93138.36-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 32.13%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 254 (99.61% from 255) = 41.64%
R=32.13%
G=26.23%
B=41.64%

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
Decimal1961602540.230.3700.00262.9897.9281.18
HexC4A0FE1725001076251
Octal304240376274500407142121
Binary110001001010000011111110101111001010010000011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4A0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4A0FE; }

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

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

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

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

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

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

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

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