#C8A9FB

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

Shades of Mauve #C8A9FB

Tints of Mauve #C8A9FB

Color information

#C8A9FB (or 0xC8A9FB) is unknown color: approx Mauve. HEX triplet: C8, A9 and FB. RGB value is (200,169,251). Sum of RGB (Red+Green+Blue) = 200+169+251=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 169 (66.41% from 255 or 27.26% from 620); Blue value is 251 (98.44% from 255 or 40.48% from 620); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A9FB is #375604. Grayscale: #BBBBBB. Windows color (decimal): -3626501 or 16493000. OLE color: 16493000.

HSL color Cylindrical-coordinate representation of color #C8A9FB: hue angle of 262.68º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8A9FB is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB200169251-
CMYK0.200.3300.02
HSL262.68º91.11%82.35%-
HSV(B)262.68º32.67%98.43%-
XYZ55.4247.6297.54-
YUV187.62163.77136.83-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.26%
GREEN value IS 169 (66.41% from 255) = 27.26%
BLUE value IS 251 (98.44% from 255) = 40.48%
R=32.26%
G=27.26%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2001692510.200.3300.02262.6891.1182.35
HexC8A9FB1421021075b52
Octal310251373244102407133122
Binary1100100010101001111110111010010000101010000011110110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8A9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8A9FB; }

 p { color: rgb(200,169,251); }

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

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

 a { background-color: rgb(200,169,251); }

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

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

 span { border-color: rgb(200,169,251); }

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