#C9A0FF

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

Shades of Mauve #C9A0FF

Tints of Mauve #C9A0FF

Color information

#C9A0FF (or 0xC9A0FF) is unknown color: approx Mauve. HEX triplet: C9, A0 and FF. RGB value is (201,160,255). Sum of RGB (Red+Green+Blue) = 201+160+255=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0FF is #365F00. Grayscale: #B6B6B6. Windows color (decimal): -3563265 or 16752841. OLE color: 16752841.

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

Color convert

RGB201160255-
CMYK0.210.3700
HSL265.89º100%81.37%-
HSV(B)265.89º37.25%100%-
XYZ54.7144.78100.37-
YUV183.09168.58140.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.63%
GREEN value IS 160 (62.89% from 255) = 25.97%
BLUE value IS 255 (100% from 255) = 41.40%
R=32.63%
G=25.97%
B=41.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2011602550.210.3700265.8910081.37
HexC9A0FF15250010a6451
Octal311240377254500412144121
Binary110010011010000011111111101011001010010000101011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9A0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9A0FF; }

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

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

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

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

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

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

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

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