#CBA5F6

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

Shades of Mauve #CBA5F6

Tints of Mauve #CBA5F6

Color information

#CBA5F6 (or 0xCBA5F6) is unknown color: approx Mauve. HEX triplet: CB, A5 and F6. RGB value is (203,165,246). Sum of RGB (Red+Green+Blue) = 203+165+246=614 (81% of max value = 765). Red value is 203 (79.69% from 255 or 33.06% from 614); Green value is 165 (64.84% from 255 or 26.87% from 614); Blue value is 246 (96.48% from 255 or 40.07% from 614); Max value from RGB is 246 - color contains mainly: blue. Hex color #CBA5F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA5F6 is #345A09. Grayscale: #B9B9B9. Windows color (decimal): -3430922 or 16164299. OLE color: 16164299.

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

Color convert

RGB203165246-
CMYK0.170.3300.04
HSL268.15º81.82%80.59%-
HSV(B)268.15º32.93%96.47%-
XYZ54.7246.2693.23-
YUV185.6162.09140.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.06%
GREEN value IS 165 (64.84% from 255) = 26.87%
BLUE value IS 246 (96.48% from 255) = 40.07%
R=33.06%
G=26.87%
B=40.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2031652460.170.3300.04268.1581.8280.59
HexCBA5F611210410c5251
Octal313245366214104414122121
Binary11001011101001011111011010001100001010010000110010100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA5F6; }

 p { color: rgb(203,165,246); }

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

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

 a { background-color: rgb(203,165,246); }

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

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

 span { border-color: rgb(203,165,246); }

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