#CAACFF

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

Shades of Mauve #CAACFF

Tints of Mauve #CAACFF

Color information

#CAACFF (or 0xCAACFF) is unknown color: approx Mauve. HEX triplet: CA, AC and FF. RGB value is (202,172,255). Sum of RGB (Red+Green+Blue) = 202+172+255=629 (83% of max value = 765). Red value is 202 (79.30% from 255 or 32.11% from 629); Green value is 172 (67.58% from 255 or 27.34% from 629); Blue value is 255 (100% from 255 or 40.54% from 629); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAACFF is #355300. Grayscale: #BEBEBE. Windows color (decimal): -3494657 or 16755914. OLE color: 16755914.

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

Color convert

RGB202172255-
CMYK0.210.3300
HSL261.69º100%83.73%-
HSV(B)261.69º32.55%100%-
XYZ57.1649.28101.11-
YUV190.43164.44136.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.11%
GREEN value IS 172 (67.58% from 255) = 27.34%
BLUE value IS 255 (100% from 255) = 40.54%
R=32.11%
G=27.34%
B=40.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2021722550.210.3300261.6910083.73
HexCAACFF1521001066454
Octal312254377254100406144124
Binary110010101010110011111111101011000010010000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAACFF; }

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

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

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

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

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

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

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

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