#CAB0FC

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

Shades of Mauve #CAB0FC

Tints of Mauve #CAB0FC

Color information

#CAB0FC (or 0xCAB0FC) is unknown color: approx Mauve. HEX triplet: CA, B0 and FC. RGB value is (202,176,252). Sum of RGB (Red+Green+Blue) = 202+176+252=630 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.06% from 630); Green value is 176 (69.14% from 255 or 27.94% from 630); Blue value is 252 (98.83% from 255 or 40% from 630); Max value from RGB is 252 - color contains mainly: blue. Hex color #CAB0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FC is #354F03. Grayscale: #C0C0C0. Windows color (decimal): -3493636 or 16560330. OLE color: 16560330.

HSL color Cylindrical-coordinate representation of color #CAB0FC: hue angle of 260.53º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAB0FC is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB202176252-
CMYK0.200.3000.01
HSL260.53º92.68%83.92%-
HSV(B)260.53º30.16%98.82%-
XYZ57.4550.6498.84-
YUV192.44161.61134.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.06%
GREEN value IS 176 (69.14% from 255) = 27.94%
BLUE value IS 252 (98.83% from 255) = 40%
R=32.06%
G=27.94%
B=40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2021762520.200.3000.01260.5392.6883.92
HexCAB0FC141E011055d54
Octal312260374243601405135124
Binary11001010101100001111110010100111100110000010110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0FC; }

 p { color: rgb(202,176,252); }

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

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

 a { background-color: rgb(202,176,252); }

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

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

 span { border-color: rgb(202,176,252); }

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