#CBA6C9

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

Shades of Lilac #CBA6C9

Tints of Lilac #CBA6C9

Color information

#CBA6C9 (or 0xCBA6C9) is unknown color: approx Lilac. HEX triplet: CB, A6 and C9. RGB value is (203,166,201). Sum of RGB (Red+Green+Blue) = 203+166+201=570 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.61% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 201 (78.91% from 255 or 35.26% from 570); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA6C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6C9 is #345936. Grayscale: #B4B4B4. Windows color (decimal): -3430711 or 13215435. OLE color: 13215435.

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

Color convert

RGB203166201-
CMYK00.180.010.20
HSL303.24º26.24%72.35%-
HSV(B)303.24º18.23%79.61%-
XYZ48.8144.1961.21-
YUV181.05139.26143.65-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.61%
GREEN value IS 166 (65.23% from 255) = 29.12%
BLUE value IS 201 (78.91% from 255) = 35.26%
R=35.61%
G=29.12%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20316620100.180.010.20303.2426.2472.35
HexCBA6C901211412f1a48
Octal31324631102212445732110
Binary110010111010011011001001010010110100100101111110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6C9; }

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

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

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

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

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

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

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

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