#C0ACBE

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

Shades of Lilac #C0ACBE

Tints of Lilac #C0ACBE

Color information

#C0ACBE (or 0xC0ACBE) is unknown color: approx Lilac. HEX triplet: C0, AC and BE. RGB value is (192,172,190). Sum of RGB (Red+Green+Blue) = 192+172+190=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 190 (74.61% from 255 or 34.30% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0ACBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C0ACBE is #3F5341. Grayscale: #B3B3B3. Windows color (decimal): -4150082 or 12496064. OLE color: 12496064.

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

Color convert

RGB192172190-
CMYK00.100.010.25
HSL306º13.7%71.37%-
HSV(B)306º10.42%75.29%-
XYZ45.7944.4354.88-
YUV180.03133.63136.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 172 (67.58% from 255) = 31.05%
BLUE value IS 190 (74.61% from 255) = 34.30%
R=34.66%
G=31.05%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19217219000.100.010.2530613.771.37
HexC0ACBE0A119132e47
Octal30025427601213146216107
Binary1100000010101100101111100101011100110011001011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACBE; }

 p { color: rgb(192,172,190); }

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

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

 a { background-color: rgb(192,172,190); }

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

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

 span { border-color: rgb(192,172,190); }

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