#CBACFF

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

Shades of Mauve #CBACFF

Tints of Mauve #CBACFF

Color information

#CBACFF (or 0xCBACFF) is unknown color: approx Mauve. HEX triplet: CB, AC and FF. RGB value is (203,172,255). Sum of RGB (Red+Green+Blue) = 203+172+255=630 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.22% from 630); Green value is 172 (67.58% from 255 or 27.30% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBACFF is #345300. Grayscale: #BEBEBE. Windows color (decimal): -3429121 or 16755915. OLE color: 16755915.

HSL color Cylindrical-coordinate representation of color #CBACFF: hue angle of 262.41º 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 #CBACFF is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB203172255-
CMYK0.200.3300
HSL262.41º100%83.73%-
HSV(B)262.41º32.55%100%-
XYZ57.4349.42101.12-
YUV190.73164.27136.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.22%
GREEN value IS 172 (67.58% from 255) = 27.30%
BLUE value IS 255 (100% from 255) = 40.48%
R=32.22%
G=27.30%
B=40.48%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031722550.200.3300262.4110083.73
HexCBACFF1421001066454
Octal313254377244100406144124
Binary110010111010110011111111101001000010010000011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACFF; }

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

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

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

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

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

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

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

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