#CBACC6

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

Shades of Lilac #CBACC6

Tints of Lilac #CBACC6

Color information

#CBACC6 (or 0xCBACC6) is unknown color: approx Lilac. HEX triplet: CB, AC and C6. RGB value is (203,172,198). Sum of RGB (Red+Green+Blue) = 203+172+198=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 198 (77.73% from 255 or 34.55% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBACC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACC6 is #345339. Grayscale: #B8B8B8. Windows color (decimal): -3429178 or 13020363. OLE color: 13020363.

HSL color Cylindrical-coordinate representation of color #CBACC6: hue angle of 309.68º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBACC6 is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203172198-
CMYK00.150.020.20
HSL309.68º22.96%73.53%-
HSV(B)309.68º15.27%79.61%-
XYZ49.5746.2859.75-
YUV184.23135.77141.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 172 (67.58% from 255) = 30.02%
BLUE value IS 198 (77.73% from 255) = 34.55%
R=35.43%
G=30.02%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317219800.150.020.20309.6822.9673.53
HexCBACC60F214136174a
Octal31325430601722446627112
Binary110010111010110011000110011111010100100110110101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBACC6; }

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

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

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

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

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

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

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

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