#CBA4FC

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

Shades of Mauve #CBA4FC

Tints of Mauve #CBA4FC

Color information

#CBA4FC (or 0xCBA4FC) is unknown color: approx Mauve. HEX triplet: CB, A4 and FC. RGB value is (203,164,252). Sum of RGB (Red+Green+Blue) = 203+164+252=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 164 (64.45% from 255 or 26.49% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #CBA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA4FC is #345B03. Grayscale: #B9B9B9. Windows color (decimal): -3431172 or 16557259. OLE color: 16557259.

HSL color Cylindrical-coordinate representation of color #CBA4FC: hue angle of 266.59º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA4FC is Cyan = 0.19, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB203164252-
CMYK0.190.3500.01
HSL266.59º93.62%81.57%-
HSV(B)266.59º34.92%98.82%-
XYZ55.4746.2898.1-
YUV185.69165.42140.34-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.79%
GREEN value IS 164 (64.45% from 255) = 26.49%
BLUE value IS 252 (98.83% from 255) = 40.71%
R=32.79%
G=26.49%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2031642520.190.3500.01266.5993.6281.57
HexCBA4FC13230110b5e52
Octal313244374234301413136122
Binary110010111010010011111100100111000110110000101110111101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA4FC; }

 p { color: rgb(203,164,252); }

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

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

 a { background-color: rgb(203,164,252); }

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

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

 span { border-color: rgb(203,164,252); }

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