#C7A0FB

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

Shades of Mauve #C7A0FB

Tints of Mauve #C7A0FB

Color information

#C7A0FB (or 0xC7A0FB) is unknown color: approx Mauve. HEX triplet: C7, A0 and FB. RGB value is (199,160,251). Sum of RGB (Red+Green+Blue) = 199+160+251=610 (80% of max value = 765). Red value is 199 (78.12% from 255 or 32.62% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #C7A0FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7A0FB is #385F04. Grayscale: #B5B5B5. Windows color (decimal): -3694341 or 16490695. OLE color: 16490695.

HSL color Cylindrical-coordinate representation of color #C7A0FB: hue angle of 265.71º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C7A0FB is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB199160251-
CMYK0.210.3600.02
HSL265.71º91.92%80.59%-
HSV(B)265.71º36.25%98.43%-
XYZ53.5444.2596.99-
YUV182.04166.92140.1-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 32.62%
GREEN value IS 160 (62.89% from 255) = 26.23%
BLUE value IS 251 (98.44% from 255) = 41.15%
R=32.62%
G=26.23%
B=41.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1991602510.210.3600.02265.7191.9280.59
HexC7A0FB15240210a5c51
Octal307240373254402412134121
Binary1100011110100000111110111010110010001010000101010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7A0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7A0FB; }

 p { color: rgb(199,160,251); }

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

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

 a { background-color: rgb(199,160,251); }

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

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

 span { border-color: rgb(199,160,251); }

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