#C9ACFE

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

Shades of Mauve #C9ACFE

Tints of Mauve #C9ACFE

Color information

#C9ACFE (or 0xC9ACFE) is unknown color: approx Mauve. HEX triplet: C9, AC and FE. RGB value is (201,172,254). Sum of RGB (Red+Green+Blue) = 201+172+254=627 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.06% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 254 (99.61% from 255 or 40.51% from 627); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9ACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACFE is #365301. Grayscale: #BDBDBD. Windows color (decimal): -3560194 or 16690377. OLE color: 16690377.

HSL color Cylindrical-coordinate representation of color #C9ACFE: hue angle of 261.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C9ACFE is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB201172254-
CMYK0.210.3200.00
HSL261.22º97.62%83.53%-
HSV(B)261.22º32.28%99.61%-
XYZ56.7349.08100.25-
YUV190.02164.11135.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 32.06%
GREEN value IS 172 (67.58% from 255) = 27.43%
BLUE value IS 254 (99.61% from 255) = 40.51%
R=32.06%
G=27.43%
B=40.51%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2011722540.210.3200.00261.2297.6283.53
HexC9ACFE1520001056254
Octal311254376254000405142124
Binary110010011010110011111110101011000000010000010111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9ACFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9ACFE; }

 p { color: rgb(201,172,254); }

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

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

 a { background-color: rgb(201,172,254); }

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

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

 span { border-color: rgb(201,172,254); }

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