#CBA6FF

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

Shades of Mauve #CBA6FF

Tints of Mauve #CBA6FF

Color information

#CBA6FF (or 0xCBA6FF) is unknown color: approx Mauve. HEX triplet: CB, A6 and FF. RGB value is (203,166,255). Sum of RGB (Red+Green+Blue) = 203+166+255=624 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.53% from 624); Green value is 166 (65.23% from 255 or 26.60% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA6FF is #345900. Grayscale: #BABABA. Windows color (decimal): -3430657 or 16754379. OLE color: 16754379.

HSL color Cylindrical-coordinate representation of color #CBA6FF: hue angle of 264.94º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CBA6FF is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203166255-
CMYK0.200.3500
HSL264.94º100%82.55%-
HSV(B)264.94º34.9%100%-
XYZ56.3147.19100.75-
YUV187.21166.26139.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.53%
GREEN value IS 166 (65.23% from 255) = 26.60%
BLUE value IS 255 (100% from 255) = 40.87%
R=32.53%
G=26.60%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031662550.200.3500264.9410082.55
HexCBA6FF1423001096453
Octal313246377244300411144123
Binary110010111010011011111111101001000110010000100111001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6FF; }

 p { color: rgb(203,166,255); }

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

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

 a { background-color: rgb(203,166,255); }

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

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

 span { border-color: rgb(203,166,255); }

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