#C8A0FF

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

Shades of Mauve #C8A0FF

Tints of Mauve #C8A0FF

Color information

#C8A0FF (or 0xC8A0FF) is unknown color: approx Mauve. HEX triplet: C8, A0 and FF. RGB value is (200,160,255). Sum of RGB (Red+Green+Blue) = 200+160+255=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A0FF is #375F00. Grayscale: #B6B6B6. Windows color (decimal): -3628801 or 16752840. OLE color: 16752840.

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

Color convert

RGB200160255-
CMYK0.220.3700
HSL265.26º100%81.37%-
HSV(B)265.26º37.25%100%-
XYZ54.4444.64100.36-
YUV182.79168.75140.28-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.52%
GREEN value IS 160 (62.89% from 255) = 26.02%
BLUE value IS 255 (100% from 255) = 41.46%
R=32.52%
G=26.02%
B=41.46%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2001602550.220.3700265.2610081.37
HexC8A0FF1625001096451
Octal310240377264500411144121
Binary110010001010000011111111101101001010010000100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A0FF; }

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

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

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

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

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

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

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

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