#CCA1F6

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

Shades of Mauve #CCA1F6

Tints of Mauve #CCA1F6

Color information

#CCA1F6 (or 0xCCA1F6) is unknown color: approx Mauve. HEX triplet: CC, A1 and F6. RGB value is (204,161,246). Sum of RGB (Red+Green+Blue) = 204+161+246=611 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.39% from 611); Green value is 161 (63.28% from 255 or 26.35% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCA1F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA1F6 is #335E09. Grayscale: #B7B7B7. Windows color (decimal): -3366410 or 16163276. OLE color: 16163276.

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

Color convert

RGB204161246-
CMYK0.170.3500.04
HSL270.35º82.52%79.8%-
HSV(B)270.35º34.55%96.47%-
XYZ54.2844.9893.01-
YUV183.55163.25142.59-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.39%
GREEN value IS 161 (63.28% from 255) = 26.35%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=33.39%
G=26.35%
B=40.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2041612460.170.3500.04270.3582.5279.8
HexCCA1F611230410e5350
Octal314241366214304416123120
Binary11001100101000011111011010001100011010010000111010100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA1F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA1F6; }

 p { color: rgb(204,161,246); }

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

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

 a { background-color: rgb(204,161,246); }

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

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

 span { border-color: rgb(204,161,246); }

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