#CAB0FE

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

Shades of Mauve #CAB0FE

Tints of Mauve #CAB0FE

Color information

#CAB0FE (or 0xCAB0FE) is unknown color: approx Mauve. HEX triplet: CA, B0 and FE. RGB value is (202,176,254). Sum of RGB (Red+Green+Blue) = 202+176+254=632 (83% of max value = 765). Red value is 202 (79.30% from 255 or 31.96% from 632); Green value is 176 (69.14% from 255 or 27.85% from 632); Blue value is 254 (99.61% from 255 or 40.19% from 632); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAB0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAB0FE is #354F01. Grayscale: #C0C0C0. Windows color (decimal): -3493634 or 16691402. OLE color: 16691402.

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

Color convert

RGB202176254-
CMYK0.200.3100.00
HSL260º97.5%84.31%-
HSV(B)260º30.71%99.61%-
XYZ57.7750.76100.52-
YUV192.67162.61134.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 31.96%
GREEN value IS 176 (69.14% from 255) = 27.85%
BLUE value IS 254 (99.61% from 255) = 40.19%
R=31.96%
G=27.85%
B=40.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2021762540.200.3100.0026097.584.31
HexCAB0FE141F001046254
Octal312260376243700404142124
Binary11001010101100001111111010100111110010000010011000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB0FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB0FE; }

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

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

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

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

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

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

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

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