#C8A6FF

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

Shades of Mauve #C8A6FF

Tints of Mauve #C8A6FF

Color information

#C8A6FF (or 0xC8A6FF) is unknown color: approx Mauve. HEX triplet: C8, A6 and FF. RGB value is (200,166,255). Sum of RGB (Red+Green+Blue) = 200+166+255=621 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.21% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 255 (100% from 255 or 41.06% from 621); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FF is #375900. Grayscale: #B9B9B9. Windows color (decimal): -3627265 or 16754376. OLE color: 16754376.

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

Color convert

RGB200166255-
CMYK0.220.3500
HSL262.92º100%82.55%-
HSV(B)262.92º34.9%100%-
XYZ55.5146.77100.71-
YUV186.31166.76137.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.21%
GREEN value IS 166 (65.23% from 255) = 26.73%
BLUE value IS 255 (100% from 255) = 41.06%
R=32.21%
G=26.73%
B=41.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001662550.220.3500262.9210082.55
HexC8A6FF1623001076453
Octal310246377264300407144123
Binary110010001010011011111111101101000110010000011111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A6FF; }

 p { color: rgb(200,166,255); }

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

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

 a { background-color: rgb(200,166,255); }

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

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

 span { border-color: rgb(200,166,255); }

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