#CAACFA

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

Shades of Mauve #CAACFA

Tints of Mauve #CAACFA

Color information

#CAACFA (or 0xCAACFA) is unknown color: approx Mauve. HEX triplet: CA, AC and FA. RGB value is (202,172,250). Sum of RGB (Red+Green+Blue) = 202+172+250=624 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.37% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFA is #355305. Grayscale: #BDBDBD. Windows color (decimal): -3494662 or 16428234. OLE color: 16428234.

HSL color Cylindrical-coordinate representation of color #CAACFA: hue angle of 263.08º degrees, saturation: 0.89, 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 #CAACFA is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB202172250-
CMYK0.190.3100.02
HSL263.08º88.64%82.75%-
HSV(B)263.08º31.2%98.04%-
XYZ56.3648.9696.92-
YUV189.86161.94136.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.37%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 250 (98.05% from 255) = 40.06%
R=32.37%
G=27.56%
B=40.06%

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
Decimal2021722500.190.3100.02263.0888.6482.75
HexCAACFA131F021075953
Octal312254372233702407131123
Binary110010101010110011111010100111111101010000011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACFA; }

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

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

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

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

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

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

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

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