#CBA6CC

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

Shades of Lilac #CBA6CC

Tints of Lilac #CBA6CC

Color information

#CBA6CC (or 0xCBA6CC) is unknown color: approx Lilac. HEX triplet: CB, A6 and CC. RGB value is (203,166,204). Sum of RGB (Red+Green+Blue) = 203+166+204=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 166 (65.23% from 255 or 28.97% from 573); Blue value is 204 (80.08% from 255 or 35.60% from 573); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBA6CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBA6CC is #345933. Grayscale: #B5B5B5. Windows color (decimal): -3430708 or 13412043. OLE color: 13412043.

HSL color Cylindrical-coordinate representation of color #CBA6CC: hue angle of 298.42º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBA6CC is Cyan = 0.00, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB203166204-
CMYK0.000.1900.2
HSL298.42º27.14%72.55%-
HSV(B)298.42º18.63%80%-
XYZ49.1644.3363.09-
YUV181.4140.76143.41-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 166 (65.23% from 255) = 28.97%
BLUE value IS 204 (80.08% from 255) = 35.60%
R=35.43%
G=28.97%
B=35.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2031662040.000.1900.2298.4227.1472.55
HexCBA6CC01301412a1b49
Octal31324631402302445233111
Binary110010111010011011001100010011010100100101010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBA6CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBA6CC; }

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

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

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

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

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

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

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

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