#CFA7F6

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

Shades of Mauve #CFA7F6

Tints of Mauve #CFA7F6

Color information

#CFA7F6 (or 0xCFA7F6) is unknown color: approx Mauve. HEX triplet: CF, A7 and F6. RGB value is (207,167,246). Sum of RGB (Red+Green+Blue) = 207+167+246=620 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.39% from 620); Green value is 167 (65.62% from 255 or 26.94% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 246 - color contains mainly: blue. Hex color #CFA7F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CFA7F6 is #305809. Grayscale: #BBBBBB. Windows color (decimal): -3168266 or 16164815. OLE color: 16164815.

HSL color Cylindrical-coordinate representation of color #CFA7F6: hue angle of 270.38º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFA7F6 is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB207167246-
CMYK0.160.3200.04
HSL270.38º81.44%80.98%-
HSV(B)270.38º32.11%96.47%-
XYZ56.1947.5693.41-
YUV187.97160.75141.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.39%
GREEN value IS 167 (65.62% from 255) = 26.94%
BLUE value IS 246 (96.48% from 255) = 39.68%
R=33.39%
G=26.94%
B=39.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2071672460.160.3200.04270.3881.4480.98
HexCFA7F610200410e5151
Octal317247366204004416121121
Binary11001111101001111111011010000100000010010000111010100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA7F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA7F6; }

 p { color: rgb(207,167,246); }

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

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

 a { background-color: rgb(207,167,246); }

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

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

 span { border-color: rgb(207,167,246); }

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