#CBACFA

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

Shades of Mauve #CBACFA

Tints of Mauve #CBACFA

Color information

#CBACFA (or 0xCBACFA) is unknown color: approx Mauve. HEX triplet: CB, AC and FA. RGB value is (203,172,250). Sum of RGB (Red+Green+Blue) = 203+172+250=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 172 (67.58% from 255 or 27.52% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #CBACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFA is #345305. Grayscale: #BDBDBD. Windows color (decimal): -3429126 or 16428235. OLE color: 16428235.

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

Color convert

RGB203172250-
CMYK0.190.3100.02
HSL263.85º88.64%82.75%-
HSV(B)263.85º31.2%98.04%-
XYZ56.6449.196.94-
YUV190.16161.77137.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.48%
GREEN value IS 172 (67.58% from 255) = 27.52%
BLUE value IS 250 (98.05% from 255) = 40%
R=32.48%
G=27.52%
B=40%

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
Decimal2031722500.190.3100.02263.8588.6482.75
HexCBACFA131F021085953
Octal313254372233702410131123
Binary110010111010110011111010100111111101010000100010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACFA; }

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

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

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

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

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

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

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

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