#CBA0FF

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

Shades of Mauve #CBA0FF

Tints of Mauve #CBA0FF

Color information

#CBA0FF (or 0xCBA0FF) is unknown color: approx Mauve. HEX triplet: CB, A0 and FF. RGB value is (203,160,255). Sum of RGB (Red+Green+Blue) = 203+160+255=618 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.85% from 618); Green value is 160 (62.89% from 255 or 25.89% from 618); Blue value is 255 (100% from 255 or 41.26% from 618); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA0FF is #345F00. Grayscale: #B7B7B7. Windows color (decimal): -3432193 or 16752843. OLE color: 16752843.

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

Color convert

RGB203160255-
CMYK0.200.3700
HSL267.16º100%81.37%-
HSV(B)267.16º37.25%100%-
XYZ55.2545.06100.39-
YUV183.69168.25141.78-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.85%
GREEN value IS 160 (62.89% from 255) = 25.89%
BLUE value IS 255 (100% from 255) = 41.26%
R=32.85%
G=25.89%
B=41.26%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031602550.200.3700267.1610081.37
HexCBA0FF14250010b6451
Octal313240377244500413144121
Binary110010111010000011111111101001001010010000101111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA0FF; }

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

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

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

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

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

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

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

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