#C0ABBF

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

Shades of Lilac #C0ABBF

Tints of Lilac #C0ABBF

Color information

#C0ABBF (or 0xC0ABBF) is unknown color: approx Lilac. HEX triplet: C0, AB and BF. RGB value is (192,171,191). Sum of RGB (Red+Green+Blue) = 192+171+191=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 171 (67.19% from 255 or 30.87% from 554); Blue value is 191 (75% from 255 or 34.48% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ABBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ABBF is #3F5440. Grayscale: #B3B3B3. Windows color (decimal): -4150337 or 12561344. OLE color: 12561344.

HSL color Cylindrical-coordinate representation of color #C0ABBF: hue angle of 302.86º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C0ABBF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192171191-
CMYK00.110.010.25
HSL302.86º14.29%71.18%-
HSV(B)302.86º10.94%75.29%-
XYZ45.7144.0955.39-
YUV179.56134.46136.87-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 171 (67.19% from 255) = 30.87%
BLUE value IS 191 (75% from 255) = 34.48%
R=34.66%
G=30.87%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217119100.110.010.25302.8614.2971.18
HexC0ABBF0B11912fe47
Octal30025327701313145716107
Binary1100000010101011101111110101111100110010111111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABBF; }

 p { color: rgb(192,171,191); }

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

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

 a { background-color: rgb(192,171,191); }

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

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

 span { border-color: rgb(192,171,191); }

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