#C0AABF

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

Shades of Lilac #C0AABF

Tints of Lilac #C0AABF

Color information

#C0AABF (or 0xC0AABF) is unknown color: approx Lilac. HEX triplet: C0, AA and BF. RGB value is (192,170,191). Sum of RGB (Red+Green+Blue) = 192+170+191=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 170 (66.80% from 255 or 30.74% from 553); Blue value is 191 (75% from 255 or 34.54% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AABF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0AABF is #3F5540. Grayscale: #B2B2B2. Windows color (decimal): -4150593 or 12561088. OLE color: 12561088.

HSL color Cylindrical-coordinate representation of color #C0AABF: hue angle of 302.73º degrees, saturation: 0.15, 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 #C0AABF is Cyan = 0, Magento = 0.11, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192170191-
CMYK00.110.010.25
HSL302.73º14.86%70.98%-
HSV(B)302.73º11.46%75.29%-
XYZ45.5243.7255.33-
YUV178.97134.79137.29-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 170 (66.80% from 255) = 30.74%
BLUE value IS 191 (75% from 255) = 34.54%
R=34.72%
G=30.74%
B=34.54%

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
Decimal19217019100.110.010.25302.7314.8670.98
HexC0AABF0B11912ff47
Octal30025227701313145717107
Binary1100000010101010101111110101111100110010111111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AABF; }

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

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

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

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

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

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

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

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