#CBA6CB

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

Shades of Lilac #CBA6CB

Tints of Lilac #CBA6CB

Color information

#CBA6CB (or 0xCBA6CB) is unknown color: approx Lilac. HEX triplet: CB, A6 and CB. RGB value is (203,166,203). Sum of RGB (Red+Green+Blue) = 203+166+203=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 166 (65.23% from 255 or 29.02% from 572); Blue value is 203 (79.69% from 255 or 35.49% from 572); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBA6CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CB is #345934. Grayscale: #B5B5B5. Windows color (decimal): -3430709 or 13346507. OLE color: 13346507.

HSL color Cylindrical-coordinate representation of color #CBA6CB: hue angle of 300º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBA6CB is Cyan = 0, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB203166203-
CMYK00.1800.20
HSL300º26.24%72.35%-
HSV(B)300º18.23%79.61%-
XYZ49.0444.2862.46-
YUV181.28140.26143.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 166 (65.23% from 255) = 29.02%
BLUE value IS 203 (79.69% from 255) = 35.49%
R=35.49%
G=29.02%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316620300.1800.2030026.2472.35
HexCBA6CB01201412c1a48
Octal31324631302202445432110
Binary110010111010011011001011010010010100100101100110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6CB; }

 p { color: rgb(203,166,203); }

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

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

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

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

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

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

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