#CAACF9

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

Shades of Mauve #CAACF9

Tints of Mauve #CAACF9

Color information

#CAACF9 (or 0xCAACF9) is unknown color: approx Mauve. HEX triplet: CA, AC and F9. RGB value is (202,172,249). Sum of RGB (Red+Green+Blue) = 202+172+249=623 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.42% from 623); Green value is 172 (67.58% from 255 or 27.61% from 623); Blue value is 249 (97.66% from 255 or 39.97% from 623); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACF9 is #355306. Grayscale: #BDBDBD. Windows color (decimal): -3494663 or 16362698. OLE color: 16362698.

HSL color Cylindrical-coordinate representation of color #CAACF9: hue angle of 263.38º degrees, saturation: 0.87, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAACF9 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202172249-
CMYK0.190.3100.02
HSL263.38º86.52%82.55%-
HSV(B)263.38º30.92%97.65%-
XYZ56.2148.996.1-
YUV189.75161.44136.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.42%
GREEN value IS 172 (67.58% from 255) = 27.61%
BLUE value IS 249 (97.66% from 255) = 39.97%
R=32.42%
G=27.61%
B=39.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2021722490.190.3100.02263.3886.5282.55
HexCAACF9131F021075753
Octal312254371233702407127123
Binary110010101010110011111001100111111101010000011110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACF9; }

 p { color: rgb(202,172,249); }

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

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

 a { background-color: rgb(202,172,249); }

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

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

 span { border-color: rgb(202,172,249); }

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