#CBA1FB

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

Shades of Mauve #CBA1FB

Tints of Mauve #CBA1FB

Color information

#CBA1FB (or 0xCBA1FB) is unknown color: approx Mauve. HEX triplet: CB, A1 and FB. RGB value is (203,161,251). Sum of RGB (Red+Green+Blue) = 203+161+251=615 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.01% from 615); Green value is 161 (63.28% from 255 or 26.18% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #CBA1FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA1FB is #345E04. Grayscale: #B7B7B7. Windows color (decimal): -3431941 or 16490955. OLE color: 16490955.

HSL color Cylindrical-coordinate representation of color #CBA1FB: hue angle of 268º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CBA1FB is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB203161251-
CMYK0.190.3600.02
HSL268º91.84%80.78%-
HSV(B)268º35.86%98.43%-
XYZ54.7945.1597.09-
YUV183.82165.91141.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.01%
GREEN value IS 161 (63.28% from 255) = 26.18%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=33.01%
G=26.18%
B=40.81%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2031612510.190.3600.0226891.8480.78
HexCBA1FB13240210c5c51
Octal313241373234402414134121
Binary1100101110100001111110111001110010001010000110010111001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA1FB; }

 p { color: rgb(203,161,251); }

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

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

 a { background-color: rgb(203,161,251); }

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

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

 span { border-color: rgb(203,161,251); }

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