#CBA9FF

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

Shades of Mauve #CBA9FF

Tints of Mauve #CBA9FF

Color information

#CBA9FF (or 0xCBA9FF) is unknown color: approx Mauve. HEX triplet: CB, A9 and FF. RGB value is (203,169,255). Sum of RGB (Red+Green+Blue) = 203+169+255=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 255 (100% from 255 or 40.67% from 627); Max value from RGB is 255 - color contains mainly: blue. Hex color #CBA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CBA9FF is #345600. Grayscale: #BCBCBC. Windows color (decimal): -3429889 or 16755147. OLE color: 16755147.

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

Color convert

RGB203169255-
CMYK0.200.3400
HSL263.72º100%83.14%-
HSV(B)263.72º33.73%100%-
XYZ56.8748.29100.93-
YUV188.97165.26138.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 32.38%
GREEN value IS 169 (66.41% from 255) = 26.95%
BLUE value IS 255 (100% from 255) = 40.67%
R=32.38%
G=26.95%
B=40.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2031692550.200.3400263.7210083.14
HexCBA9FF1422001086453
Octal313251377244200410144123
Binary110010111010100111111111101001000100010000100011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA9FF; }

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

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

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

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

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

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

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

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